RE: Missing js-1.0.jar
"Mike McKinney" <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <1B721572A2C99342BC3AADFED9A684B0033CBA@gate.platinumsolutions.com> |
the js jar file doesn't follow the naming convention that Maven expects... it's actually js.jar on the server located here:
http://svn.apache.org/repos/asf/excalibur/repository/js/jars/js.jar
I just had to add a node to the dependency for js in my project.xml file:
<dependency>
<groupId>js</groupId>
<artifactId>js</artifactId>
<version>1.0</version>
<jar>js.jar</jar> <!-- added this line -->
</dependency>
it's mozilla javascript: http://www.mozilla.org/rhino/scriptjava.html
you will have to add http://svn.apache.org/repos/asf/excalibur/repository if i's not already there.
hope that helps... does anyone know of another repository that may have the file in the correct "maven expected" format?
________________________________
From: keelgroup-keelframework.com-admin-rI8AND0JKYOgdSakss0wQjGcDxdMUgRv@public.gmane.org on behalf of Max
Sent: Wed 4/6/2005 11:54 AM
To: developers-6VIttnCrOeJXNEnpj1eHPNi2O/[email protected]
Subject: [Keelgroup] Missing js-1.0.jar
My maven keel:maven is trying unsuccessfully to download a js-1.0.jar
file. Does anyone know what this jar does and where to get it? Is there
any way to determine what depends on this file?
Thanks,
Max
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
winmail.dat
(application/ms-tnef, 5.2 KB) - not displayed