You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Luoh Ren-Shan <lu...@iii.org.tw> on 2000/09/22 07:34:24 UTC

about the jar task

Hi,

Is it possible to "jar" the following files

com\foo\a.class
       \b.class
       \META-INF
           a.xml
           
into a .jar file with the following structure?
           
com\foo\a.class
       \b.class
\META-INF
    a.xml


thanks,
Luoh Ren-Shan