What is a "hidden jar"? And why not using <parallel>? "Hiding" a jar could be placing in a restricted directory. But a simple <jar> would do that. <jar destfile="${restricted.dir}/${jar.name}" .../> Only Ant (and the adresse) needs access to that dir.
Jan >-----Ursprüngliche Nachricht----- >Von: Harshal Chavda [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 11. Februar 2006 21:03 >An: user@ant.apache.org >Betreff: parallel task and missing jars > > >HI to all ANT users, > My configuration is Ant 1.6.3 and jdk 1.5. > I have been challenged by my friend to perform the >following 2 things -perform simultaneous build without using >parallel task -write a task to create a jar such that the >message that, jar is created is displayed but the jar itself >is not visible or may be hidden. > >Can anyone specify an alternative to parralel task for >simiutaneous builds and what are the ways(dificult to >imagine!!)in which a jar can be created and made invisible/hide? > >One more thing my friend is not trying to fool me. > >Thanks Harshal > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]