Hello eap-list,

#604 reports errors in the following xml file:
--------------
<?xml version="1.0"?>
<project name="justatest" default="test" basedir=".">
    <target name="test" >
        <replace file="somefile" >
            <replacetoken><![CDATA[<MLET CODE = "org.jboss.util.ServiceControl" 
ARCHIVE="jboss.jar" CODEBASE="../../lib/ext/">
</MLET>]]></replacetoken>
            <replacevalue><![CDATA[<MLET CODE = "org.jboss.util.ServiceControl" 
ARCHIVE="jboss.jar" CODEBASE="../../lib/ext/">
<!-- this comment is the source of the problem :) -->
</MLET>

<MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar" 
CODEBASE="../../lib/ext/">
  <ARG TYPE="java.lang.String" VALUE="../../lib/sw/">
</MLET>]]>
            </replacevalue>
        </replace>
    </target>
</project>
--------------
ant eats it without problems though

-- 
Best regards,
 Konstantin                          mailto:[EMAIL PROTECTED]


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to