Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] An idea to improve AJDT build configuration UI

The current poll regarding .lst file use in AJDT and the
way I use ANT got me thinking on how it could be improved:

(Filed as a enhancemewnt request
https://bugs.eclipse.org/bugs/show_bug.cgi?id=67332).

Enhancement: 
Allow AJDT to refer to elements in build.xml to select
source/class/jar elements.

This would allow me to reuse information in ANT build files,
I can now define my configurations in build.xml
and refer to elements in it from AJDT. For example, AJDT
could allow specifying XPath expression to point to 
a "path-like" element in the build.xml such as
"project/target[@name="policy-build"]/iajc/sourceroots"

-Ramnivas


Back to the top