Hello,
I don't now it works for you.
I pack some extra packages for example:
<target name="-post-jar">
<jar update="true" destfile="${dist.jar}">
<zipfileset src="${libs.swing-layout.classpath}" />
<zipfileset src="${file.reference.ojdbc14.jar}" />
<zipfileset src="${file.reference.looks-1.3.1.jar}" />
</jar>
</target>
I hope it help you.
Regards
Michael

Signature
http://www.smurfi.de
German NetBeans Site
C P - 10 Feb 2006 15:15 GMT
Hi Michael
Thanks for the response. However I still dont understand the naming. the EL
expression "${libs.swing-layout.classpath}" I understand as a Library module
called swing-layout. But what is the classpath component. Further how are
you using, where should the jars be for your reference? Could your reference
be rewritten as "${libs.ojdbc14.classpath}" if you created that jar as a
Library? Where is this nomenclature documented? Is this Ant1.6? Thanks for
any help.
>Hello,
>
[quoted text clipped - 13 lines]
>Regards
>Michael
C P - 10 Feb 2006 15:26 GMT
Hi Michael
Thanks for the response. However I still dont understand the naming. The EL
expression "${libs.swing-layout.classpath}" I understand as a Library module
called swing-layout. (That is not the full name, how does it know the correct
one). But what is the classpath component? Further how are you using, the
naming file.reference? Where should the jars be for your reference? Could
your reference be rewritten as "${libs.ojdbc14.classpath}" if you created
that jar as a Library? Where is this nomenclature documented? Is this Ant1.
6? Thanks for any help.
>Hello,
>
[quoted text clipped - 13 lines]
>Regards
>Michael
C P - 10 Feb 2006 19:39 GMT
Hi Michael
Thanks. However I still dont understand the naming convention. I somewhat
understand the EL phrase "${lib.swing-layout.classpath}", but the the jar
really is called swing-layout-1.0.jar. How does it know the exact one to
pick? Also what does the classpath component indicate? That it wants the
jar on the classpath? Isnt that redundant?
Finally, newbies have these torrents of questions grin, where must the jars
be for your reference to work? Could your reference be re-written as "${lib.
ojdbc14.classpath}"? This nomenclature, is its namespace for Ant1.6 and is
that where I should followup? Thanks for any additional help
>Hello,
>
[quoted text clipped - 13 lines]
>Regards
>Michael