----- Original Message -----
From: "Stefan Bodewig" <[EMAIL PROTECTED]>
[...]
> I like target-less build files as an easy entry for newbies as well as
> a stripped down process for very simple things (Ant's own docs.xml
> could perfectly be stated without targets at all).

mmm.. I have a question then.
What happens when there is a target AND target-less elements ? is that
allowed ?
If yes, what about elements order then ? is it a problem to do the following
?
<project>
<javac/>
<target name="x"/>
<javac/>
</project>
At this minute, I'm not that much convinced about the interest of target
less build file but I believe you have a very valid reason to think about
it. It is just that right now, I cannot see really what will be the benefit
compared to default="something".




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

Reply via email to