Just forgot to mention that with build 648 I wasn't experiencing the
property issue, just the DOCTYPE issue. Build 650 introduced the property
issue.
Regards,
Rick
-----Original Message-----
From: Seidenstein, Richard
Sent: Friday, September 27, 2002 9:55 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Eap-bugs] incorrect XML error reporting
I have a similar problem and if I refer to any of the properties defined in
these other files they are marked in error as well. Executing the Ant
script works without a problem, just the editor marks it as such. In the
following Ant script the entity file sets properties like ${this.build.lib}
and Idea marks this with the error "Can't resolve property: this.build.lib".
The target "compile" depends on "core.compile" that is defined in the entity
file and this is not marked as an error. I would have thought both would
have been missed, not just the properties.
<?xml version="1.0"?>
<!DOCTYPE project [
<!ENTITY IncludeBuildCore SYSTEM "file:../buildCore.xml" >
%IncludeBuildCore;
]>
<project name="desktop" basedir="." default="all">
<property name="cmte.home" value=".."/>
<property name="this.src" value="${basedir}/java"/>
&IncludeBuildCore;
<path id="this.classpath">
<fileset id="this.project.jars" dir="${this.build.lib}">
<include name="base.jar"/>
</fileset>
</path>
<target name="compile" depends="core.compile"/>
</project>
-----Original Message-----
From: Konstantin Sobolev [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 27, 2002 9:35 AM
To: [EMAIL PROTECTED]
Subject: [Eap-bugs] incorrect XML error reporting
This message uses a character set that is not supported by the Internet
Service. To view the original message content, open the attached message.
If the text doesn't display correctly, save the attachment to disk, and then
open it using a viewer that can display the original character set.
------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated
recipient(s) named above. If you are not the intended recipient of this message you
are hereby notified that any review, dissemination, distribution or copying of this
message is strictly prohibited. This communication is for information purposes only
and should not be regarded as an offer to sell or as a solicitation of an offer to buy
any financial product, an official confirmation of any transaction, or as an official
statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or
error-free. Therefore, we do not represent that this information is complete or
accurate and it should not be relied upon as such. All information is subject to
change without notice.
_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs