Hello, I am trying to index my jar-files to replace my self-rolled plugin system with the great new index-support Webstart got with java-1.6.
As far as I understood creating a jar with an index should look like this: <jar jarfile="${webstart_file}" basedir="clientcore" index="true"> <indexjar> <fileset dir="${applet_binary_dir}"> <filename name="**/*.jar"/> </fileset> </indexjar> </jar> However while building I get the following message: BUILD FAILED build.xml:213: The <jar> type doesn't support the nested "indexjar" element. Any idea what could be wrong? I am using ant-1.6.5. Thanks for this great tool, it made my programmer's life so much easier :-) lg Clemens --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]