Hello!

We use the following structure for build.xml files:

<!DOCTYPE project [
  <!ENTITY IncludeCommon       SYSTEM "Common/common-inc.xml">
...
]>

<project name="project" default="all" basedir=".">
  &IncludeCommon;
  ...

</project>

IDEA 616 is not showing targets that are defined inside entities (even
though ANT sees them and complies without problem). How you cannot see
them if XML file parses without errors? Do you use some custom entity
handler and simply skip all entities? Counld you, then, please, still
load entities that are under project source path?

Sincerely,
____________________________________________________________
Roman Elizarov <[EMAIL PROTECTED]> (Octet Corporation)


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

Reply via email to