Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » How to disable auto-compile AspectJ project in Eclipse 3.1
How to disable auto-compile AspectJ project in Eclipse 3.1 [message #58619] Thu, 17 November 2005 03:45 Go to next message
harry sheng is currently offline harry shengFriend
Messages: 37
Registered: July 2009
Member
Hi,

I have a java project and an AspectJ project in my Eclipse3.1 workspace.
The AspectJ project relies on the Java project. I enabled "build
automatically" for the workspace.

I noticed that when I save changes to .java file in the Java project, the
AspectJ project recompile is automatically triggered. Due to the AspectJ
compiler performance, it takes relatively long to save changes .java
files. It's near a nightmare if I need to extensively change multiple
files.

I'd rather disable the auto-recompile of the AspectJ project when I am
changing code in the java project, and do a clean-build of the AspectJ
project later. Is there a configuration that allows me to achieve this
without change the project dependency setting?

Thanks,
Harry
Re: How to disable auto-compile AspectJ project in Eclipse 3.1 [message #58687 is a reply to message #58619] Thu, 17 November 2005 14:47 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
Hi Harry,

No, I don't believe this is possible currently. You would have to turn off
build automatically for all projects, and then manually trigger a build
when required.

Regards,

Matt.

On Thu, 17 Nov 2005 03:45:55 +0000, Harry Sheng wrote:

> Hi,
>
> I have a java project and an AspectJ project in my Eclipse3.1 workspace.
> The AspectJ project relies on the Java project. I enabled "build
> automatically" for the workspace.
>
> I noticed that when I save changes to .java file in the Java project, the
> AspectJ project recompile is automatically triggered. Due to the AspectJ
> compiler performance, it takes relatively long to save changes .java
> files. It's near a nightmare if I need to extensively change multiple
> files.
>
> I'd rather disable the auto-recompile of the AspectJ project when I am
> changing code in the java project, and do a clean-build of the AspectJ
> project later. Is there a configuration that allows me to achieve this
> without change the project dependency setting?
>
> Thanks,
> Harry
Re: How to disable auto-compile AspectJ project in Eclipse 3.1 [message #590951 is a reply to message #58619] Thu, 17 November 2005 14:47 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
Hi Harry,

No, I don't believe this is possible currently. You would have to turn off
build automatically for all projects, and then manually trigger a build
when required.

Regards,

Matt.

On Thu, 17 Nov 2005 03:45:55 +0000, Harry Sheng wrote:

> Hi,
>
> I have a java project and an AspectJ project in my Eclipse3.1 workspace.
> The AspectJ project relies on the Java project. I enabled "build
> automatically" for the workspace.
>
> I noticed that when I save changes to .java file in the Java project, the
> AspectJ project recompile is automatically triggered. Due to the AspectJ
> compiler performance, it takes relatively long to save changes .java
> files. It's near a nightmare if I need to extensively change multiple
> files.
>
> I'd rather disable the auto-recompile of the AspectJ project when I am
> changing code in the java project, and do a clean-build of the AspectJ
> project later. Is there a configuration that allows me to achieve this
> without change the project dependency setting?
>
> Thanks,
> Harry
Previous Topic:Behavior of PointcutElement.getSource() is very strange
Next Topic:Behavior of PointcutElement.getSource() is very strange
Goto Forum:
  


Current Time: Thu Apr 25 14:30:55 GMT 2024

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

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

Back to the top