Bill,

This bug is fixed in build #606.

Best regards,
Mike Aizatsky.
------------------------------
IntelliJ Software, "Develop with pleasure!" http://www.intellij.com


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of bill pope
> Sent: Thursday, February 21, 2002 2:10 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] errors in parsing of ANT build.xml in rel 605
> 
> Hi,
> I have noticed a problem in ariadna's parsing of the ant build.xml.
> The following target definition is registered as an error in the
editor
> pane
> and althought there are other targets below this in the build file
they do
> not appear in the ant pane. When the target was commented out then the
> missing targets appear in the ant pane.
> 
> 
> 
> The error given is "element not closed"
> the error is indicted with the "copy" in &copy in the line below
>             bottom="Copyright © ${year} ICOM Mobile Ltd. All
> Rights
> Reserved.">
> 
> this is the full context
> 
>         <javadoc
>             packagenames="com.icommobile.*"
>             destdir="${target.javadoc.dir}"
>             author="true"
>             public="true"
>             version="true"
>             use="true"
>             windowtitle="${project.name.text} ${project.version}"
>             doctitle="${project.name.text} ${project.version}"
> 
> overview="${target.javadoc.src.dir}/com/icommobile/overview.html"
>             bottom="Copyright &amp;copy; ${year} ICOM Mobile Ltd. All
> Rights
> Reserved.">
> 
>             <sourcepath>
>                 <pathelement location="${target.javadoc.src.dir}"/>
>             </sourcepath>
> 
>             <classpath>
>                 <pathelement location="${target.classes.core.dir}"/>
>                 <pathelement location="${target.classes.test.dir}"/>
>                 <path refid="classpath"/>
>             </classpath>
>         </javadoc>
> 
> I have noted the same error anywhere &amp is used. for example
> 
>         <get
>
src="${server.name}/icom_test/StressStateMachine?msgType=51&amp;seqNum=3
&a
> mp
>
;msg=005120100000000001010010000000000000100pay%20%20%20%20%20account%20
11
> 00
> 037720010101&amp;conversationId=111111111122222222223333333333"
>             dest="${target.test.dir}/result.html"
ignoreerrors="false"/>
> 
> Regards
> 
> Bill
> 
> 
> _______________________________________________
> 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

Reply via email to