Konstantin, This bug is fixed in build #605. Thank you for your report.
Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Konstantin Sobolev > Sent: Friday, February 15, 2002 10:44 PM > To: [EMAIL PROTECTED] > Subject: [Eap-list] Errors in valid XML file > > 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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
