well, I try this... mvn assembly:assembly say: "junit missing"

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'assembly'.
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache JAMES jSPF
[INFO]    task-segment: [assembly:assembly] (aggregator-style)
[INFO] 
----------------------------------------------------------------------------
[INFO] Preparing assembly:assembly
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache JAMES jSPF
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'commons-cli:commons-cli:pom:1.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. Downloading: file:///opt/james/src/james/jspf/trunk/repos/third-party-m1/org.jvyaml/poms/jvyaml-0.1.pom [WARNING] Unable to get resource from repository local-jspf-3rd-party-m1 (file:///opt/james/src/james/jspf/trunk/repos/third-party-m1) Downloading: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/jvyaml/jvyaml/0.1/jvyaml-0.1.pom [WARNING] Unable to get resource from repository central (http://people.apache.org/repo/m2-ibiblio-rsync-repository) Downloading: http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.jvyaml/poms/jvyaml-0.1.pom [WARNING] Unable to get resource from repository central-m1 (http://people.apache.org/repo/m1-ibiblio-rsync-repository)
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] POM for 'commons-cli:commons-cli:pom:1.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. Downloading: file:///opt/james/src/james/jspf/trunk/repos/third-party-m1/junit/jars/junit-3.8.1.jar [WARNING] Unable to get resource from repository local-jspf-3rd-party-m1 (file:///opt/james/src/james/jspf/trunk/repos/third-party-m1) Downloading: http://people.apache.org/repo/m2-ibiblio-rsync-repository/junit/junit/3.8.1/junit-3.8.1.jar [WARNING] Unable to get resource from repository central (http://people.apache.org/repo/m2-ibiblio-rsync-repository) Downloading: http://people.apache.org/repo/m1-ibiblio-rsync-repository/junit/jars/junit-3.8.1.jar [WARNING] Unable to get resource from repository central-m1 (http://people.apache.org/repo/m1-ibiblio-rsync-repository)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) junit:junit:jar:3.8.1

 Try downloading the file manually from the project website.

 Then, install it using the command:
     mvn install:install-file -DgroupId=junit -DartifactId=junit \
         -Dversion=3.8.1 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
       1) org.apache.james:jspf:jar:0.9-SNAPSHOT
       2) junit:junit:jar:3.8.1

----------
1 required artifact is missing.

for artifact:
 org.apache.james:jspf:jar:0.9-SNAPSHOT

from the specified remote repositories:
 central (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
local-jspf-3rd-party-m1 (file:///opt/james/src/james/jspf/trunk/repos/third-party-m1),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 central-m1 (http://people.apache.org/repo/m1-ibiblio-rsync-repository)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Sun Oct 01 16:15:28 CEST 2006
[INFO] Final Memory: 4M/8M
[INFO] ------------------------------------------------------------------------

Any idea?

----- Original Message ----- From: "Norman Maurer" <[EMAIL PROTECTED]>
To: "James Developers List" <server-dev@james.apache.org>
Sent: Sunday, October 01, 2006 4:06 PM
Subject: Re: [jira] Commented: (JSPF-33) Use commons cli for commandline parsing


Download maven2 (http://maven.apache.org) . Install it. and exec the following command in jspf dir:

mvn assembly:assembly.

thats all.

bye
Norman

Guillermo Grandes schrieb:
How-To? in James-Server trunk exists a BUILDING.txt, in jspf-trunk... no, and I have never worked with Maven...

Thanks.
Guillermo

----- Original Message ----- From: "Norman Maurer" <[EMAIL PROTECTED]>
To: "Guillermo Grandes (JIRA)" <server-dev@james.apache.org>
Sent: Sunday, October 01, 2006 12:18 AM
Subject: Re: [jira] Commented: (JSPF-33) Use commons cli for commandline parsing


plz use maven2 to build jspf..

bye
Norman



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

!EXCUBATOR:1,451fcb0853077934990936!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to