Hi, 

In our build process we pull in some standard ant targets using syntax like
the following.

<!DOCTYPE project [
    <!ENTITY web-defaults SYSTEM "file:C:/Java/build/web-defaults.xml">
    <!ENTITY web-commands SYSTEM "file:C:/Java/build/web-commands.xml">
]>


<project name="foo" default="cycle" basedir=".">
  &web-defaults;
  &web-commands;
</project>


If I point IDEA at our build file, it will not show me any of the targets,
it will allow me to click on the little ant and run the default target, but
none of our other targest show up in the list (yes I have expanded all,
etc...)

Is this functionality that could easily be added?  Behind the scenes it is
recognizing the targets, its just not showing them in the panel.


-Ed Hill ([EMAIL PROTECTED])
Software Developer - Information Technology Services - University of Iowa



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

Reply via email to