--- [EMAIL PROTECTED] wrote:
> On 18 Jul 2002, Stefan Bodewig wrote:
> > Peter is +1 on allowing tasks outside of targets but -1 on allowing a
> > build file without targets.
> 
> You mean:
> 
>  <project >
>    <javac ... />
> 
>    <target />
>  </project> 
> 
> I.e. we require a <target/> just for the sake of having it?

+1 to target-less build files; -1 to requiring <target/>, unless there's
some compelling technical reason why it would have to be there. <target>
should be available as a way to encapsulate a set of actions to perform --
eg., if you want to separate compiling, file-copying, jar'ing, deploying,
etc. -- but it shouldn't be mandatory.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to