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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...