Brian,

This is because the dependencies indicated there are things that cannot be put under the maven repository (or anything of such a free access) for license reasons...
I know we should add something like "build most possible that's public"...


You can still build quite an amount without these jars (getting them all is, honestly, quite a trip): in particular, you can invoke "maven pack-fat-jar -DtagLibs=xml,util,regexp,swing" for example.
At least, this should get you a runnable jar (invoke then using "java -jar target/fatJelly.jar myJelly.jelly").


Hope that helps.

paul


On 16-Feb-04, at 17:00 Uhr, Brian K Bonner wrote:


Any ideas on how I can get around this?   I tried pulling the latest
source build 1/29 and I ran into similar poblems:

__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Attempting to download jdbc-2.0.jar.
WARNING: Failed to download jdbc-2.0.jar.
Attempting to download jms-1.0.2b.jar.
WARNING: Failed to download jms-1.0.2b.jar.
Attempting to download xsdlib-20020414.jar.
WARNING: Failed to download xsdlib-20020414.jar.
Attempting to download hsqldb-1.7.0.jar.
WARNING: Failed to download hsqldb-1.7.0.jar.
The build cannot continue because of the following unsatisfied
dependencies:

jdbc-2.0.jar (no download url specified)
jms-1.0.2b.jar (no download url specified)
xsdlib-20020414.jar (no download url specified)
hsqldb-1.7.0.jar (no download url specified)

Total time: 6 seconds
Finished at: Mon Feb 16 10:40:22 EST 2004

- Brian

---------------------------------------------------------------------
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