Richardson, Simon (Treasury) wrote:
The error message I get is as follows:

<<<<
The build cannot continue because of the following unsatisfied dependencies:

commons-jelly-tags-antlr-20030211.143720.jar
antlr-2.7.2.jar
<<<<

The command I'm running is as follows:

maven -p project.xml -Dmaven.mode.online=false
-Dmaven.repo.local=h:\.maven\repository java:compile

maven -o java:compile

should do the same since project.xml and .maven\repository are defaults (the latter if it lies in your home directory). The -o command line option means "build offline", that is: do not connect to ibiblio or what remote repository ever.

I've checked my repository and can confirm the jar files do not exist there!


I've manually downloaded the antlr-2.7.2 jar file (so far so good), but cannot find commons-jelly-tags-antlr-20030211.143720.jar at http://ibiblio.org/maven/commons-jelly/jars/.

QUESTION: How do I get round this problem - I would like to work offline,
and I am happy to get jar files from ibiblio.

I've googled for commons-jelly-tags-antlr-20030211.143720.jar and found it e.g. at http://osgirepo.berlios.de/maven/repository/commons-jelly/jars/
and
http://www.astrogrid.org/maven/commons-jelly/jars/


It seems to be a bit out of date.

QUESTION: And another is where does it specify this
commons-jelly-tags-antlr-20030211.143720.jar dependency?

I guess there is a maven plugin implicitly requiring it. Run maven with the -X command line option to see which one.


Regards,
Gisbert Amm

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



Reply via email to