Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] AJDT 1.2.0M3 released

Hi Guys,

Unfortunately it is only eclipse that works now - as long as there are
no AspectJ projects.  However, when I try to open a workspace containing
an AspectJ project, or subsequently build my project I get the following
error :
BCException thrown: malformed org.aspectj.weaver.PointcutDeclaration
Attribute java.io.EOFException

Reason:
BCException thrown: malformed org.aspectj.weaver.PointcutDeclaration
Attribute java.io.EOFException

Eclipse indicates an error on the last src file that it can find,
whether an aspect or java file.

Also,  when I try to build the program in the original version of
eclipse and aspectj (working before), a dialogue box flashes up too
quick to see (presumably the "building in progress" dialogue) and
nothing else happens, i.e. the program does not build.

After a lot of opening and closing Eclipse, opening and closing the
project, removing and converting to AspectJ nature, the original system
finally works.

Thanks for your help in this,

Fintan

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] 
Sent: 19 April 2005 14:48
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] AJDT 1.2.0M3 released


Hi Matt / Helen,

You were right the location I went to was the
file=/technology/ajdt/30/update/ajdt_1.2.0M3_archive.zip

I downloaded the correct file and it seems to work now.

Thanks guys,

Fintan

-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Matt Chapman
Sent: 19 April 2005 13:23
To: aspectj-users@xxxxxxxxxxx
Subject: RE: [aspectj-users] AJDT 1.2.0M3 released


Hi Fintan,

It's good to see my Eclipse version checking is working :)

There are two different versions of AJDT, one for Eclipse 3.0 and
another 
for Eclipse 3.1M6. Both zip files are however called 
"ajdt_1.2.0M3_archive.zip". So you need the Eclipse 3.1M6 one, here is a

direct URL (all on one line):

http://www.eclipse.org/downloads/download.php?file=/technology/ajdt/31/u
pdate/ajdt_1.2.0M3_archive.zip

It would be better if the Eclipse version was included in the name of
the 
file - I'll look into doing that, although it would complicate our build

process.

By the way, if you can download the zip from your web browser, you might

still be able to use the Update Manager - if you know the name of your 
proxy server you can enter it under Window -> Preferences -> 
Install/Update -> Proxy settings.

Regards,

Matt.

-- 
Matt Chapman, mchapman@xxxxxxxxxx
AJDT Development, http://www.eclipse.org/ajdt 

aspectj-users-bounces@xxxxxxxxxxx wrote on 19/04/2005 12:52:54:
> Hi,
> 
> I am having a problem installing the M3 version of AJDT.
> 
> I have installed the 3.1M6 (Build Id from About... =  I20050401-1645) 
> > version of eclipse in a fresh directory.  Started, closed,
restarted
> and it works OK.  I installed the M3 version of AJDT 
> (ajdt_1.2.0M3_archive.zip)and started eclipse.  Immediately it comes 
> up with this error "This version of AJDT does not match the current 
> version of Eclipse.  It will almost certainly fail to function 
> correctly. Please uninstall this version and visit 
> http://eclipse.org/ajdt/download.html to obtain an appropriate 
> version. Expected Eclipse version: 3.0 Found Eclipse version: 3.1".
> 
> While I know that this release should work with 3.0, it should also
> work with 3.1M6.
> 
> When I click on an AspectJ project in the package explorer I get the
> following message : "AspectJ Error
> 
> Compile error, caught Throwable: java.lang.NoClassDefFoundError:
> Org/eclipse/jsd/internal/core/util/SimpleLookupTable
> 
> Reason:
> Compile error, caught Throwable: java.lang.NoClassDefFoundError:
> Org/eclipse/jsd/internal/core/util/SimpleLookupTable"
> 
> Double clicking on a .aj file (to show it in the editor) throws up:
> "An error has occurred.  See error log for more details".  
> Surprisingly there is NO error log to be found!
> 
> Notes :
> In the About box clicking on the AJ Eclipse symbol shows : Eclipse
> AspectJ Development Tools
> 
> Version: 1.2.0
> Build id: 20050413151050
> AspectJ version: 1.5.0M2
> 
> Due to firewall restrictions I have to install Eclipse + plugins
> manually rather than through the Update Manager.
> 
> 
> Any help in getting this up and running would be appreciated,
> 
> Thanks,
> 
> Fintan

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


* ** *** ** * ** *** ** * ** *** ** * 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. 
Any views or opinions presented are solely those of the author, and do
not necessarily 
represent those of ESB. 
If you have received this email in error please notify the sender. 
 
Although ESB scans e-mail and attachments for viruses, it does not
guarantee 
that either are virus-free and accepts no liability for any damage
sustained 
as a result of viruses. 
 
* ** *** ** * ** *** ** * ** *** ** *

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Attachment: aspect error.png
Description: aspect error.png

Attachment: bc full exception.png
Description: bc full exception.png


Back to the top