Skip to main content

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

Also note related posts #12 and #13 on the long-running "Improve build
configuration mechanism and UI" discussion.  They suggests an Ant and
Eclipse PDE style syntax for build configurations.  Comments would be
appreciated as we are in the process of designing the improved build
configuration support.

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=50454#c12

Mik

> -----Original Message-----
> From: aspectj-users-admin@xxxxxxxxxxx [mailto:aspectj-users-
> admin@xxxxxxxxxxx] On Behalf Of Ramnivas Laddad
> Sent: Tuesday, June 15, 2004 11:41 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [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
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top