Re: How to access an inner jar file that resides in a outer jar?

2006-01-16 Thread Clifton Craig
On Friday 13 January 2006 2:35 pm, Gerd Wütherich wrote: Hi, is there any possibility to access an inner jar file that resides in a outer jar while using an ant path structure? Short example: javac srcdir=${basedir}/source destdir=${basedir}/classes classpath

How to access an inner jar file that resides in a outer jar?

2006-01-13 Thread Gerd Wütherich
Hi, is there any possibility to access an inner jar file that resides in a outer jar while using an ant path structure? Short example: javac srcdir=${basedir}/source destdir=${basedir}/classes classpath pathelement path=${basedir}/lib/outer.jar!inner.jar / /classpath

Re: How to access an inner jar file that resides in a outer jar?

2006-01-13 Thread Alexey N. Solofnenko
Java itself has this limitation. I will have to unjar it first. - Alexey. Gerd Wütherich wrote: Hi, is there any possibility to access an inner jar file that resides in a outer jar while using an ant path structure? Short example: javac srcdir=${basedir}/source