You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Ralph Goers <Ra...@dslextreme.com> on 2007/07/11 08:03:27 UTC

Can't build trunk

I checked out the latest and ran mvn -Dmaven.test.skip=true -P allblocks 
install on Windows using Maven 2.0.6 and Java 1.6.0_01.  Any ideas?

[INFO] Building cocoon-acegisecurity
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] Preparing cocoon:rcl
[WARNING] Removing: rcl from forked lifecycle, to prevent recursive 
invocation.
[INFO] [enforcer:enforce-once {execution: enforce-maven}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [cocoon:rcl {execution: rcl}]
[INFO] Creating a reloading Cocoon web application.
[INFO] Deploying string-template to WEB-INF/log4j.xml
[INFO] snapshot 
org.apache.cocoon:cocoon-rcl-webapp-wrapper:1.0.0-RC1-SNAPSHOT: checking 
for updates from apache.snapsh
ts
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-rcl-webapp-wrapper/1.0.0-RC1
SNAPSHOT/cocoon-rcl-webapp-wrapper-1.0.0-RC1-SNAPSHOT.jar
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar:1.0.0-RC1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.cocoon 
-DartifactId=cocoon-rcl-webapp-wrapper \
          -Dversion=1.0.0-RC1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
        1) unspecified:unspecified:jar:0.0
        2) 
org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar:1.0.0-RC1-SNAPSHOT

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

for artifact:
  unspecified:unspecified:jar:0.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository)


Re: Can't build trunk

Posted by Alfred Nathaniel <an...@apache.org>.
On Tue, 2007-07-10 at 23:03 -0700, Ralph Goers wrote:
> I checked out the latest and ran mvn -Dmaven.test.skip=true -P allblocks 
> install on Windows using Maven 2.0.6 and Java 1.6.0_01.  Any ideas?
> 

> Missing:
> ----------
> 1) org.apache.cocoon:cocoon-rcl-webapp-wrapper:jar:1.0.0-RC1-SNAPSHOT

Need to build it manually:

cd tools
mvn install

(Maybe http://svn.apache.org/viewvc?view=rev&rev=555201 fixes that already?)

HTH, Alfred.