Ed,

> Is this functionality that could easily be added

No, it's not an easy one. However it should be fixed in on of the
nearest builds.

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


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On
> Behalf Of Ed Hill
> Sent: Tuesday, March 05, 2002 9:26 PM
> To: [EMAIL PROTECTED]
> Subject: [Eap-list] Ant Build, not recognizing included XML files.
> 
> 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


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

Reply via email to