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&amp
;msg=005120100000000001010010000000000000100pay%20%20%20%20%20account%201100
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

Reply via email to