[jboss-user] [JBoss Tools (users)] - "0:0 Unidentified parser error" in build.xml files
Stefan_Tausendpfund
do-not-reply at jboss.com
Tue Jul 10 06:04:52 EDT 2007
Hello,
using buildfragements in my build.xml I get an "0:0 Unidentified parser error" using JbossTools.
Here a short code sniplet of my build.xml file:
<?xml version="1.0"?>
| <!DOCTYPE project [
| <!ENTITY libraries SYSTEM "../buildfragments/libraries.ent">
| ]>
|
| <project name="MyProject" default="explode" basedir=".">
| &libraries;
| ...
| </project>
The error occurs when the line &libraries; is inserted and my project gets red.
Is there a way to get rid of this error message without ignoring other qualified errors in the build file?
regards
Stefan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062346#4062346
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062346
More information about the jboss-user
mailing list