----- Original Message ----- From: "Jose Alberto Fernandez" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Sunday, February 24, 2002 2:31 AM Subject: Re: <ant>
>This rules are really interesting but just for your information: >- spaces have been trimmed in the depends list since CVS version 1.1 of Target.java > so we should just be trimming when we get the name in the first place maybe warning > when !targetName.equals(targetName.trim()). >- since CVS version 1.22.2.1, the name "" is considered an error in depends lists; first ignored >and later throwing a BuildException outright. So it makes very little sense to support them >since they cannot be used here. Since apparently people on the edge were using them >we may have to put a warning, although to me they went off the cliff already. ;-) > >This are all released versions, so it is not a 1.5 thing. yeah, you can't have "," as a target name in depends either. But they do work as pure command line/ant/antcall entry points, which is where that "" may have been used. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
