Re: AW: Validating buildfile

2004-12-13 Thread Peter Reilly
11:24 An: [EMAIL PROTECTED] Betreff: Validating buildfile This is how my buildfile (build.xml) starts: = ]> &common-build; . == This wo

Re: Validating buildfile

2004-12-13 Thread Pedro Salgado
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

AW: Validating buildfile

2004-12-13 Thread Jan . Materne
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

Validating buildfile

2004-12-13 Thread FischRon.external
This is how my buildfile (build.xml) starts: = ]> &common-build; . == This worked with ant perfectly fine so far. Recently I decide