> -----Original Message----- > From: Tom Corcoran [mailto:[EMAIL PROTECTED] > Sent: Friday, October 20, 2006 10:19 AM > To: Ant Users List > Subject: RE: Build successful but nothing produced > > Thanks, really appreciate the help. The only user is myself. > After your previous mail I had just seen the dist option. > Perhaps the help on the project tag could be expanded to > included the compile/dist options. "the default target to use > when no target is supplied. " does not mean a lot to the > likes of this newbie.
The compile/dist options are not really options, they are arguments. The arguments you supply to ant at runtime depend on what you want to do and the targets that are defined in the build file. Not all build files will define a compile or dist target... the names of targets are arbitrary. That is why they are not mentioned in the documentation. -Rob Anderson --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]