Here's some more on this from the Ant Manual: >>>>>>>>>>
The optional description attribute can be used to provide a one-line description of this target, which is printed by the -projecthelp command-line option. Targets without such a description are deemed internal and will not be listed, unless either the -verbose or -debug option is used. >>>>>>> Targets beginning with a hyphen such as "-restart" are valid, and can be used to name targets that should not be called directly from the command line. > -----Original Message----- > From: Marc Logemann [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 27, 2002 8:16 AM > To: [EMAIL PROTECTED] > Subject: private targets > > > Hi, > > is there a concept for private targets in Ant which wont be > exposed to public > but could be called via calls inside other targets? > > Thx for info > > [...hoping that this isnt explained in the manuals somewhere] > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
