FWIW, we use the 4thPass Sourceguard obfuscator, but we just use an exec task to run a prepared Sourceguard project over the jar files we just build. I'm not sure if obfuscators provide uniform enough functionality to allow for a task...
Yours, Tom > -----Original Message----- > From: Oliver Wieland VDI [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 07, 2001 4:45 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: AW: [ANN] Collecting requirements for Ant2 > > > Hi, > > some suggestions: > 1) Obfuscating task > 2) Simple flow control (if-then-else, for) > > Examples: > --------- > <for list="*mydir1,mydir2,mydir3"> > <-- do something for each item , ${i} is the > placeholder of the loop > item--> > <exec ... "${i}" /> > </for> > > <if test="my.boolean.property"> > <then> > <-- do something --> > </then> > <else> > <-- do something else--> > </else> > </if> > > Hope that creates some (other) ideas > Olli > > -----Ursprungliche Nachricht----- > > Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 7. Marz 2001 10:56 > > An: [EMAIL PROTECTED] > > Cc: [email protected] > > Betreff: [ANN] Collecting requirements for Ant2 > > > > > > Some time back we started to collect feature requests and > requirements > > for the next major release of Ant - Ant2 - on the ant-dev mailing > > list. As a result, a couple of documents ended up in the docs/ant2/ > > folder in Ant's CVS repository. > > > > While we are determined to keep backwards compatibility in > the Ant 1.x > > series (going back to be compatible with Ant 1.2), Ant2 is > expected to > > break backwards compatibility in some areas - so anything could > > happen. > > > > To move from a brain-storming stage to a real requirements document, > > we start to collect requests now - please tell us what you > expect from > > Ant2 on the ant-dev mailing list. > > > > Discussions should be held on the development list only - > you'll need > > to subscribe to send an article there. > > > > All requests received before March 21st 2001 will be recorded in the > > document docs/ant2/requested-features.txt. > > > > After that, all requested features will be discussed and > voted upon in > > a process outlined in > > <http://marc.theaimsgroup.com/?l=ant-dev&m=98379315617029&w=2>. > > > > Looking forward to some interesting new ideas > > > > Stefan Bodewig > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
