-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello dear Ant developers,

I have a suggestion to improve the Syntax of build.xml.
Attributes and elements from foreign namespaces should be ignored.
That way it would e.g. be possible to write a build xml like this:
<project
        default="all"
        basedir="."
        cvs:Header="$Header$"
        xmlns:cvs="http://www.w3.org/2003/cvs";
>
        <!-- ... -->
</project>

Currently, Ant complains about the xmlns:cvs and cvs:Header attributes, it 
doesn't recognize namespaces at all.


What do you think?

If I'm not the only one requesting that feature, I'll file a feature request 
report in Bugzilla.


Bye
- --
ITCQIS GmbH
Christian Wolfgang Hujer
GeschÃftsfÃhrender Gesellschafter
Telefon: +49  (0)89  27 37 04 37
Telefax: +49  (0)89  27 37 04 39
E-Mail: [EMAIL PROTECTED]
WWW: http://www.itcqis.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+b5LGzu6h7O/MKZkRAnCAAKCW2nTAJP8Q37iB3IOtNuI/vsPaGQCfaLpy
DlK+rLAVi8LG80OoPfXg9X8=
=plfX
-----END PGP SIGNATURE-----

Reply via email to