Hello Brett, I have checked out each of the commons-sandbox subproject parallel to each other, but this does not help $ for a in id javaflow jci pipeline project-template proposal proxy > do > echo $a > svn co http://svn.apache.org/repos/asf/jakarta/commons/sandbox/$a/trunk $a > done
How should the directory structure look like ? Regards, Antoine Brett Porter wrote: > At present, you need to have checked out the entire trunks-sandbox (I > need to revisit this build after some more recent changes that should > make it easier now). > > - Brett > > On 22/06/2006 4:23 PM, Antoine Levy-Lambert wrote: >> Hello, >> >> I am trying to build commons-openpgp using maven. >> >> I am getting this error : >> >> [INFO] Scanning for projects... >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [ERROR] FATAL ERROR >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [INFO] Failed to resolve artifact. >> >> GroupId: org.apache.commons >> ArtifactId: commons-sandbox-parent >> Version: 1.0-SNAPSHOT >> >> Reason: Unable to download the artifact from any repository >> >> >> >> org.apache.commons:commons-sandbox-parent:pom:1.0-SNAPSHOT >> >> >> >> from the specified remote repositories: >> >> central (http://repo1.maven.org/maven2) >> >> >> >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [INFO] Trace >> >> org.apache.maven.reactor.MavenExecutionException: Cannot find parent: >> org.apache.commons:commons-sandbox-parent for project: >> null:commons-openpgp:jar:1.0-SNAPSHOT >> >> Can someone help me with this ? >> I am using Maven 2.0.4 >> >> Regards, >> >> Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
