Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ant build.xml file

Status
Not open for further replies.

job357

Technical User
Joined
Sep 16, 2002
Messages
106
Location
US
can someone tell me why is that when I run Ant I get:

"The markup in the document following the root element must be well-formed.

- Thanks
 
Because you have a syntax error in your build.xml file.
 
Open your build.xml file in a web browser. It should show you where the error is. It sounds like you just have a tag that's not closed correctly.

________________________________________
Michael Flanakin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top