Author Topic: ant targets missing if they're from an 'imported' file  (Read 7744 times)

LongSteve

  • Community Member
  • Posts: 11
  • Hero Points: 1
ant targets missing if they're from an 'imported' file
« on: August 10, 2006, 08:33:55 AM »
Hi.

The maintainer of the ant build script I have to use just decided to put all the top level targets into a file that is included into the main build.xml with an import tag.  Now, I don't get the targets in by Build->Execute Ant Target menu!  I can create a new higher level build script that uses antcall to invoke the new build.xml, but then I'd have to keep maintaining it!  Is there any way I can get the imported targets to show up in the SlickEdit menu?

Cheers,

Steve