11:24
An: [EMAIL PROTECTED]
Betreff: Validating buildfile
This is how my buildfile (build.xml) starts:
=
]>
&common-build;
.
==
This wo
The editor either does not understand that &name is to include a new xml
document (problem with the editor) or the contents inside your
common-build.xml (do you have a inside the common-build.xml?)
invalidates the structure of your xml document.
I don¹t know what is inside the your common-b
g from xml entity include to
task and removing the whole doctype declaration.
Jan
> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Gesendet am: Dienstag, 14. Dezember 2004 11:24
> An: [EMAIL PROTECTED]
> Betreff: Validating build
This is how my buildfile (build.xml) starts:
=
]>
&common-build;
.
==
This worked with ant perfectly fine so far. Recently I decide