Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-dev] AspectJ Developer Builds now available for download

Title: Message
i don't have anything in my global classpath. the only bcel that could interfere is the one in jboss, but it's not on the classpath while building aspectj, nor when running it.
 
and it doesn't happen for everything: there are subprojects that the development version can successfully compile!
 
if you have any idea what i should look at i'm ready to help. (i've checked my aspectj dir after an 'ant clean' for anything left behind, but didn't find anything suspicious)
 
- 101
 
 
-----Original Message-----
From: aspectj-dev-admin@xxxxxxxxxxx [mailto:aspectj-dev-admin@xxxxxxxxxxx] On Behalf Of Andrew Clement
Sent: Thursday, March 04, 2004 4:50 PM
To: aspectj-dev@xxxxxxxxxxx
Subject: RE: [aspectj-dev] AspectJ Developer Builds now available for download


Hi,

Unfortunately we don't see any failures like that when building and testing AspectJ from cvs head.  A relatively recent change within AspectJ is that the version of BCEL used was upgraded (and the error you are getting is about a mismatch with a BCEL class).  Is there any chance you have an older version of BCEL anywhere on your classpath that is being used to compile/run AspectJ?

---
Andy.




"Lendvai Attila" <Attila.Lendvai@xxxxxxxxxxx>
Sent by: aspectj-dev-admin@xxxxxxxxxxx

04/03/2004 15:35

Please respond to
aspectj-dev

To
<aspectj-dev@xxxxxxxxxxx>
cc
Subject
RE: [aspectj-dev] AspectJ Developer Builds now available for download





i've tried the current one and it seems to have some build problems. it throws a runtime linking exception...
 
then i grabbed cvs HEAD, 'ant clean aspectj' with the same result.
 
-  101
 
[pvsr-ejb-stage] org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction;
[pvsr-ejb-stage] org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction;
[pvsr-ejb-stage] java.lang.NoSuchMethodError: org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction;
[pvsr-ejb-stage]        at org.aspectj.weaver.bcel.BcelShadow.makeArgsObjectArray(BcelShadow.java:1029)
[

 

BUILD FAILED
file:../common/common-build-targets.xml:268: fail due to NoSuchMethodError "org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction;""ABORT" (1 exceptions)

 

We're on the run-in to an AspectJ 1.2 release, and a lot of improvements have been going into the codebase of late. We wanted to make these updates available to users who are prepared to be "on the bleeding edge" and work with pre-release versions of the compiler. AspectJ is automatically built and tested (using CruiseControl) whenever a commit is made to the CVS tree. Each time a build passes all of the release tests, we are now making it available for download from the eclipse.org site. This build is known as the "last known good," or "best so far" build.


You can always download the most recent last-known-good build from:
http://download.eclipse.org/technology/ajdt/dev/aspectj-DEVELOPMENT.jar. You will also find a link from the download page of the AspectJ project (http://www.eclipse.org/aspectj).  If you find problems in a last-known-good build, please be sure to identify it as such in any bugzilla report.

-- Adrian
Adrian_Colyer@xxxxxxxxxx


Back to the top