Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?
Is AJDT 1.1.6 compatible with Eclipse 3.0 M8? [message #32764] Fri, 09 April 2004 16:01 Go to next message
Omair-Inam Abdul-Matin is currently offline Omair-Inam Abdul-MatinFriend
Messages: 9
Registered: July 2009
Junior Member
Hi,

I was wondering if AJDT 1.1.6 is compatible with Eclipse 3.0M8 or not.

Omair
Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8? [message #32795 is a reply to message #32764] Sat, 10 April 2004 00:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nedim.codemonkeys.org

I thought it would, but I just installed M8 and AJDT 1.1.6 from update
site and when I go to open a class I get "Editor could not be initialized".

Nedim.

Omair-Inam Abdul-Matin wrote:
> Hi,
>
> I was wondering if AJDT 1.1.6 is compatible with Eclipse 3.0M8 or not.
>
> Omair
AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #32803 is a reply to message #32795] Sun, 11 April 2004 14:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nedim.codemonkeys.org

Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further. Now
things compile, weave and run properly, but the AspectJ editor doesn't
seem to be functioning. It just behaves like plain text editor with on
syntax highlighting or other bells and whistles. Well, at least I can do
work until that is fixed too.

For all interested:
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/

Nedim Cholich wrote:
> I thought it would, but I just installed M8 and AJDT 1.1.6 from update
> site and when I go to open a class I get "Editor could not be initialized".
>
> Nedim.
>
> Omair-Inam Abdul-Matin wrote:
>
>> Hi,
>>
>> I was wondering if AJDT 1.1.6 is compatible with Eclipse 3.0M8 or not.
>>
>> Omair
AJDT 1.1.7 and M8 (compatible with Eclipse 3.0M8: verified) [message #32815 is a reply to message #32803] Sun, 11 April 2004 22:03 Go to previous messageGo to next message
Omair-Inam Abdul-Matin is currently offline Omair-Inam Abdul-MatinFriend
Messages: 14
Registered: July 2009
Junior Member
I tried it and it works too. That's great. Now I just need to wait for
Omondo to release a version of Omondo UML that is compatible with
Eclipse 3.0 M8 :)

Omair

Nedim Cholich wrote:
> Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further. Now
> things compile, weave and run properly, but the AspectJ editor doesn't
> seem to be functioning. It just behaves like plain text editor with on
> syntax highlighting or other bells and whistles. Well, at least I can do
> work until that is fixed too.
>
> For all interested:
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/
>
> Nedim Cholich wrote:
>
>> I thought it would, but I just installed M8 and AJDT 1.1.6 from update
>> site and when I go to open a class I get "Editor could not be
>> initialized".
>>
>> Nedim.
>>
>> Omair-Inam Abdul-Matin wrote:
>>
>>> Hi,
>>>
>>> I was wondering if AJDT 1.1.6 is compatible with Eclipse 3.0M8 or not.
>>>
>>> Omair
Re: AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #32909 is a reply to message #32803] Tue, 13 April 2004 12:19 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
"Nedim Cholich" <nedim@codemonkeys.org> wrote in message
news:c5bl2e$v4b$1@eclipse.org...
> Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further.
Now
> things compile, weave and run properly, but the AspectJ editor
doesn't
> seem to be functioning. It just behaves like plain text editor with
on
> syntax highlighting or other bells and whistles. Well, at least I
can do
> work until that is fixed too.
>
> For all interested:
>
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/


For those that are a bit slower (like myself) and/or not that keen on
rebuilding every bit themselves:
Is there a way to get this via Eclipse's built-in feature
install/update mechanism, too?

If not, could maybe some kind soul explain in slightly less terse
terminology, what one has to do (i.e. to install or replace) to get
this version running?

Michael
Re: AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #32944 is a reply to message #32909] Tue, 13 April 2004 14:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nedim.codemonkeys.org

I wasn't able to use the url with update manager. What I did is download
jars from the url, one from features and three from plugins.
I then created directories with same names (minus ".jar") in plugins and
features respectively, and unjared each jar into "its" directory.

Start Eclipse, go to Help->Software Updates->Manage Configurations and
enable the pluging. If you did everything correctly Eclipse will ask to
restart itself.

Michael Moser wrote:
> "Nedim Cholich" <nedim@codemonkeys.org> wrote in message
> news:c5bl2e$v4b$1@eclipse.org...
>
>>Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further.
>
> Now
>
>>things compile, weave and run properly, but the AspectJ editor
>
> doesn't
>
>>seem to be functioning. It just behaves like plain text editor with
>
> on
>
>>syntax highlighting or other bells and whistles. Well, at least I
>
> can do
>
>>work until that is fixed too.
>>
>>For all interested:
>>
>
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/
>
>
> For those that are a bit slower (like myself) and/or not that keen on
> rebuilding every bit themselves:
> Is there a way to get this via Eclipse's built-in feature
> install/update mechanism, too?
>
> If not, could maybe some kind soul explain in slightly less terse
> terminology, what one has to do (i.e. to install or replace) to get
> this version running?
>
> Michael
Re: AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #32978 is a reply to message #32944] Tue, 13 April 2004 15:39 Go to previous messageGo to next message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
"Nedim Cholich" <nedim@codemonkeys.org> wrote in message
news:407BF7E4.9050900@codemonkeys.org...
> I wasn't able to use the url with update manager. What I did is
download
> jars from the url, one from features and three from plugins.
> I then created directories with same names (minus ".jar") in plugins
and
> features respectively, and unjared each jar into "its" directory.
>
> Start Eclipse, go to Help->Software Updates->Manage Configurations
and
> enable the pluging. If you did everything correctly Eclipse will ask
to
> restart itself.

Thanks a lot - that worked!

Michael
Re: AJDT 1.1.7 and M8 (compatible with Eclipse 3.0M8: verified) [message #33086 is a reply to message #32815] Wed, 14 April 2004 16:22 Go to previous message
Eclipse UserFriend
Originally posted by: clemas.uk.ibm.com

Errr.... what are you lot doing poking round my CVS :)

I have built a 1.1.7 and it is up there - there is an update site URL but
1.1.7 is not yet finished, we are working on a few things that need fixing
before I'm happy to announce it. That should be tomorrow. Once the
announce is made, those of you who currently have 1.1.7 will need to start
with a new 3.0m8 or manually replace the version you have installed
because the update site version number will still be 1.1.7.

Andy.

---
Andy Clement
AJDT Development
Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8? [message #577169 is a reply to message #32764] Sat, 10 April 2004 00:10 Go to previous message
Nedim Cholich is currently offline Nedim CholichFriend
Messages: 11
Registered: July 2009
Junior Member
I thought it would, but I just installed M8 and AJDT 1.1.6 from update
site and when I go to open a class I get "Editor could not be initialized".

Nedim.

Omair-Inam Abdul-Matin wrote:
> Hi,
>
> I was wondering if AJDT 1.1.6 is compatible with Eclipse 3.0M8 or not.
>
> Omair
AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #577213 is a reply to message #32795] Sun, 11 April 2004 14:39 Go to previous message
Nedim Cholich is currently offline Nedim CholichFriend
Messages: 11
Registered: July 2009
Junior Member
Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further. Now
things compile, weave and run properly, but the AspectJ editor doesn't
seem to be functioning. It just behaves like plain text editor with on
syntax highlighting or other bells and whistles. Well, at least I can do
work until that is fixed too.

For all interested:
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/

Nedim Cholich wrote:
> I thought it would, but I just installed M8 and AJDT 1.1.6 from update
> site and when I go to open a class I get "Editor could not be initialized".
>
> Nedim.
>
> Omair-Inam Abdul-Matin wrote:
>
>> Hi,
>>
>> I was wondering if AJDT 1.1.6 is compatible with Eclipse 3.0M8 or not.
>>
>> Omair
AJDT 1.1.7 and M8 (compatible with Eclipse 3.0M8: verified) [message #577233 is a reply to message #32803] Sun, 11 April 2004 22:03 Go to previous message
Omair-Inam Abdul-Matin is currently offline Omair-Inam Abdul-MatinFriend
Messages: 14
Registered: July 2009
Junior Member
I tried it and it works too. That's great. Now I just need to wait for
Omondo to release a version of Omondo UML that is compatible with
Eclipse 3.0 M8 :)

Omair

Nedim Cholich wrote:
> Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further. Now
> things compile, weave and run properly, but the AspectJ editor doesn't
> seem to be functioning. It just behaves like plain text editor with on
> syntax highlighting or other bells and whistles. Well, at least I can do
> work until that is fixed too.
>
> For all interested:
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/
>
> Nedim Cholich wrote:
>
>> I thought it would, but I just installed M8 and AJDT 1.1.6 from update
>> site and when I go to open a class I get "Editor could not be
>> initialized".
>>
>> Nedim.
>>
>> Omair-Inam Abdul-Matin wrote:
>>
>>> Hi,
>>>
>>> I was wondering if AJDT 1.1.6 is compatible with Eclipse 3.0M8 or not.
>>>
>>> Omair
Re: AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #577304 is a reply to message #32803] Tue, 13 April 2004 12:19 Go to previous message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
"Nedim Cholich" <nedim@codemonkeys.org> wrote in message
news:c5bl2e$v4b$1@eclipse.org...
> Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further.
Now
> things compile, weave and run properly, but the AspectJ editor
doesn't
> seem to be functioning. It just behaves like plain text editor with
on
> syntax highlighting or other bells and whistles. Well, at least I
can do
> work until that is fixed too.
>
> For all interested:
>
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/


For those that are a bit slower (like myself) and/or not that keen on
rebuilding every bit themselves:
Is there a way to get this via Eclipse's built-in feature
install/update mechanism, too?

If not, could maybe some kind soul explain in slightly less terse
terminology, what one has to do (i.e. to install or replace) to get
this version running?

Michael
Re: AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #577327 is a reply to message #32909] Tue, 13 April 2004 14:23 Go to previous message
Nedim Cholich is currently offline Nedim CholichFriend
Messages: 11
Registered: July 2009
Junior Member
I wasn't able to use the url with update manager. What I did is download
jars from the url, one from features and three from plugins.
I then created directories with same names (minus ".jar") in plugins and
features respectively, and unjared each jar into "its" directory.

Start Eclipse, go to Help->Software Updates->Manage Configurations and
enable the pluging. If you did everything correctly Eclipse will ask to
restart itself.

Michael Moser wrote:
> "Nedim Cholich" <nedim@codemonkeys.org> wrote in message
> news:c5bl2e$v4b$1@eclipse.org...
>
>>Ok. I grabbed prebuilt AJDT 1.1.7 from CVS and it took me further.
>
> Now
>
>>things compile, weave and run properly, but the AspectJ editor
>
> doesn't
>
>>seem to be functioning. It just behaves like plain text editor with
>
> on
>
>>syntax highlighting or other bells and whistles. Well, at least I
>
> can do
>
>>work until that is fixed too.
>>
>>For all interested:
>>
>
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.ajd t/AJDT_30M8/
>
>
> For those that are a bit slower (like myself) and/or not that keen on
> rebuilding every bit themselves:
> Is there a way to get this via Eclipse's built-in feature
> install/update mechanism, too?
>
> If not, could maybe some kind soul explain in slightly less terse
> terminology, what one has to do (i.e. to install or replace) to get
> this version running?
>
> Michael
Re: AJDT 1.1.7 and M8 (Was Re: Is AJDT 1.1.6 compatible with Eclipse 3.0 M8?) [message #577350 is a reply to message #32944] Tue, 13 April 2004 15:39 Go to previous message
Michael Moser is currently offline Michael MoserFriend
Messages: 914
Registered: July 2009
Senior Member
"Nedim Cholich" <nedim@codemonkeys.org> wrote in message
news:407BF7E4.9050900@codemonkeys.org...
> I wasn't able to use the url with update manager. What I did is
download
> jars from the url, one from features and three from plugins.
> I then created directories with same names (minus ".jar") in plugins
and
> features respectively, and unjared each jar into "its" directory.
>
> Start Eclipse, go to Help->Software Updates->Manage Configurations
and
> enable the pluging. If you did everything correctly Eclipse will ask
to
> restart itself.

Thanks a lot - that worked!

Michael
Re: AJDT 1.1.7 and M8 (compatible with Eclipse 3.0M8: verified) [message #577425 is a reply to message #32815] Wed, 14 April 2004 16:22 Go to previous message
Andrew Clement is currently offline Andrew ClementFriend
Messages: 162
Registered: July 2009
Senior Member
Errr.... what are you lot doing poking round my CVS :)

I have built a 1.1.7 and it is up there - there is an update site URL but
1.1.7 is not yet finished, we are working on a few things that need fixing
before I'm happy to announce it. That should be tomorrow. Once the
announce is made, those of you who currently have 1.1.7 will need to start
with a new 3.0m8 or manually replace the version you have installed
because the update site version number will still be 1.1.7.

Andy.

---
Andy Clement
AJDT Development
Previous Topic:Imports from other projects don't work on 3.0M8 & AJDT 1.1.7
Next Topic:FAQ: WHAT AJDT VERSION WORKS WITH WHAT ECLIPSE VERSION
Goto Forum:
  


Current Time: Thu Apr 25 23:34:06 GMT 2024

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

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

Back to the top