Hi all,

For some reasons (e.g some classes use systemClassLoader), there may be a
case that some jars need to be pulled out of the bundle and added in
bootclasspath.

For instance,

 --vmOptions=-Xbootclasspath/p:./lib/korkor.jar;./lib/didi.jar

I don't like the fact I need to manually copy these two jar files and then
put them in the lib folder. Assuming both of these jars are mavenized
project,  I would like to know does the pax-runner capable to handle this
situation in more dynamic way?

Suggestion:

Pax-runner somehow understands the "mvn" file protocol, so I can do this

 
--vmOptions=-Xbootclasspath/p:mvn:org.ops4j/korkor/0.1-SNAPSHOT;mvn:org.ops4j/didi/0-1-SNAPSHOT.jar

or
New options.

--copyJar=mvn:org.ops4j/korkor/0.1-SNAPSHOT;mvn:org.ops4j/didi/0-1-SNAPSHOT.jar
--copyDest=lib

wdyt?

Regards
Boon Ping
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to