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

The proposal in comments 12 and 13 would allows me to
do what I want: reuse of configuration info between ANT 
and AJDT. 

I think the build.xml/XPath expresssion implementation 
supports the "write build.xml first or use an existing 
build.xml" use case better. While the .properties proposal 
supports the "create configuration first" use case better.

I do think, however, that if only one style is to be 
supported, it should be .properties (in comments 12 and 13).
This way configurations can be edited graphically much
better and ANT build files can still use them without
much problem.

-Ramnivas


--- Mik Kersten <beatmik@xxxxxxxxx> wrote:
> 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
> 
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/aspectj-users
> 



Back to the top