Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » An internal error occurred during: "BuildConfiguration change action".
An internal error occurred during: "BuildConfiguration change action". [message #595693] Fri, 12 January 2007 16:23
Dwight Carter is currently offline Dwight CarterFriend
Messages: 4
Registered: July 2009
Junior Member
I am getting a lot of these errors when I convert a java project to an
aspectj project.

I have one project (call it project A) which contains my aspects for
logging. I have a couple other projects that contain the java code
which the aspects will be weaved into. These other projects are in cvs
as java projects, and since most of the developers do not need the
logging aspect to be weaved, we plan to leave these as java projects. I
hijack the .classpath and .project files for these java projects, and
convert them to java projects for the weaving. I have specified the bin
folder of the A project in the aspectpath. Seems to be working fine but
whenever I convert from a java project to a aspectj project I get these
error popups.

In the .log file, they show up as:
!ENTRY org.eclipse.core.runtime 4 2 Jan 11, 2007 17:36:16.180
!MESSAGE An internal error occurred during: "BuildConfiguration change
action".
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not
match outer scope rule: P/QuestPersistence
at org.eclipse.core.internal.runtime.Assert.isLegal(Unknown Source)
at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(Unknown Source)
at org.eclipse.core.internal.jobs.ThreadJob.push(Unknown Source)
at org.eclipse.core.internal.jobs.ImplicitJobs.begin(Unknown Source)
at org.eclipse.core.internal.jobs.JobManager.beginRule(Unknown Source)
at org.eclipse.core.internal.resources.WorkManager.checkIn(Unkn own Source)
at
org.eclipse.core.internal.resources.Workspace.prepareOperati on(Unknown
Source)
at org.eclipse.core.internal.resources.Resource.touch(Unknown Source)
at
org.eclipse.ajdt.internal.buildconfig.ProjectBuildConfigurat or.setActiveBuildConfiguration(Unknown
Source)
at
org.eclipse.ajdt.internal.buildconfig.ProjectBuildConfigurat or.makeSureThereIsAtLeastOneActiveConfiguration(Unknown
Source)
at
org.eclipse.ajdt.internal.buildconfig.ProjectBuildConfigurat or.getActiveBuildConfiguration(Unknown
Source)
at
org.eclipse.ajdt.internal.buildconfig.actions.BuildConfigura tionChangeAction$1.run(Unknown
Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)

Initially, I was not getting these errors. I believe they started
occurring when I added the build.ajproperties and
org.eclipse.ajdt.ui.prefs files for the java projects to cvs source
control. I get them even if I hijack these files prior to converting
the java project to an aspectj project.

I am running Rational Software Architect 6.0.1.1 with interim fix 3a
applied. My understanding is that this is based on Eclipse 3.0.2. I am
using the Eclipse AspectJ Development Tools 1.2.3.20061123081404.

Thanks for your help.
Previous Topic:LTW and perthis/pertarget question...
Next Topic:AJDT New Feature: Crosscutting Maps and View changes
Goto Forum:
  


Current Time: Fri Apr 26 11:31:10 GMT 2024

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

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

Back to the top