The problem with ~ is that it has a special meaning in unix command line. If you have a user having the name of the target, you will have to escape it.
Unfortunately, there is no ascii characters after ~. Maybe starting the top level target by an uppercase and using _ might work. Gilles > -----Original Message----- > From: mjdenham [mailto:[EMAIL PROTECTED] > Sent: mercredi 21 novembre 2007 12:57 > To: user@ant.apache.org > Subject: Re: Specify non-top level target > > > Thanks for all those great ideas everybody. > > Two ideas that I liked the most were: > 1. add a description to the target, making it non-internal. Then click the > "Hide Internal Targets" toolbar button in Eclipse ant View. > > 2. Use a special prefix for internal ant targets. The standard seems to be > '-' e.g. '-init'. However I have found that using '~' has the benefit of > moving the internal targets to the bottom because Eclipse ant viewer sorts > targets alphabetically and '-' < a-z < '~' in ASCII. > > Thanks > > Martin > -- > View this message in context: > http://www.nabble.com/Specify-non-top-level-target- > tf4845485.html#a13875826 > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]