Issue Details (XML | Word | Printable)

Key: JS2-164
Type: Bug Bug
Status: Closed Closed
Resolution: Invalid
Priority: Critical Critical
Assignee: Unassigned
Reporter: Legolas Greenleaf
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Jetspeed 2

maven's allBuild goal fails with missing dependencies

Created: 24/Nov/04 12:58 PM   Updated: 02/Apr/05 01:07 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
Windows 2K, Maven 1.0.1, jdk-1.4.2, tomcat-4.1
Internet accessthrough proxy.

Resolution Date: 02/Apr/05 01:07 AM


 Description  « Hide
Following the instructions on the getting-started page, I ran maven allClean allBuild, it first failed with the following message:
  Attempting to download pluto-1.0.1-rc1.jar.
  WARNING: Failed to download pluto-1.0.1-rc1.jar.

  BUILD FAILED
  File...... C:\usr\jetspeed2\maven.xml
  Element... maven:reactor
  Line...... 133
  Column.... 40
  The build cannot continue because of the following unsatisfied dependency:

  pluto-1.0.1-rc1.jar

After I downloaded pluto-1.0.1-rc1.jar and placed into the repository, I again run maven allClean allBuild, which resulted in the following:
  Attempting to download myfaces-jsf-api-1.0.8.jar.
  WARNING: Failed to download myfaces-jsf-api-1.0.8.jar.
  Attempting to download myfaces-1.0.8.jar.
  WARNING: Failed to download myfaces-1.0.8.jar.
  Attempting to download myfaces-impl-1.0.8.jar.
  WARNING: Failed to download myfaces-impl-1.0.8.jar.
  Attempting to download myfaces-extensions-1.0.8.jar.
  WARNING: Failed to download myfaces-extensions-1.0.8.jar.

  BUILD FAILED
  File...... C:\usr\jetspeed2\maven.xml
  Element... maven:reactor
  Line...... 133
  Column.... 40
  The build cannot continue because of the following unsatisfied dependencies:

  myfaces-jsf-api-1.0.8.jar
  myfaces-1.0.8.jar
  myfaces-impl-1.0.8.jar
  myfaces-extensions-1.0.8.jar

Since I cannot find these jar files anywhere on the internet I cannot build JetSpeed2 from the sources

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.