I used cvsgrab the files labeled as v0.8.3 using the command:
 
cvsgrab -url http://cvs.sourceforge.net/viewcvs.py/acegisecurity/acegisecurity/?
 
This ran fine.
 
and then in the $ACEGI_SECURITY/docs directory, I ran :
 
maven clean multiproject:clean multiproject:artifact
 
Maven terminated w/ the following error:
The build cannot continue because of the following unsatisfied dependency:
spring-1.2-RC2.jar (try downloading from
http://www.springframework.org)

I then modifed the reference to 1.2-RC2 in $ACEGI_SECURITY/project.xml to 1.2 - maven proceeded a bit further, only to terminate with the error:

+----------------------------------------
| Executing clean:clean Acegi Security System for Spring - Attributes sample
| Memory: 5M/8M
+----------------------------------------
Attempting to download xjavadoc-1.0.jar.
WARNING: Failed to download xjavadoc-1.0.jar.
Attempting to download apacheds-main-0.9-SNAPSHOT.jar.

BUILD FAILED
File...... C:\Documents and Settings\VijayV.SEA\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied dependency:

xjavadoc-1.0.jar

I don't know how to fix this and proceed - I can't tell where maven is trying to get the file from. IBiblio shows that ver 1.0 is a valid version (http://www.ibiblio.org/maven2/xdoclet/xjavadoc/1.0/?D=A ), but I don't know where maven is trying to get the file from.

Essentially, I'm stuck and can't proceed. Help please.

-Vijay Varadan

Reply via email to