Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Configurable build
Configurable build [message #564595] Mon, 10 March 2003 20:54
Nathan is currently offline NathanFriend
Messages: 10
Registered: July 2009
Junior Member
Is there a process I can implement to easliy turn my aspects on and off
withing a build inside WSAD, without Ant? I have had a lot of success so
far with converting a Web project to an AspectJ project, and running it
with aspects on. Now I just want to seperate the build processes for
differen't deployments.

I want to have one location of source code that I can has one build
"target" with aspects included in the build and using the ajc compiler,
and another target where the app is built without any aspect help
whatsoever. I see how this can be done with Ant, and using different
targets, but I want to use the automagic of WSAD.

One approach I have been attempting is to have a normal Web project
created containing the code base, that can can build with javac. And then
another Web project thats been converted to an "AspecJ project" that
points to the normal web project. In another posting I read that I can
create this dependancy in the buildlst.lst of the AspectJ project (i.e.
with @../NormalWebProject/myBuildList.lst). So far no luck with executing
the build list, seems to just validate the web.xml file in the AspectJ
project and then quits.


Any ideas?

Thank you
Previous Topic:Question about intellectual property and licensing
Next Topic:PROBLEM WHAT TO DOWNLOAD
Goto Forum:
  


Current Time: Sat Apr 20 00:38:49 GMT 2024

Powered by FUDForum. Page generated in 0.04131 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top