Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJDT source checkout and errors in modules
AJDT source checkout and errors in modules [message #71678] Wed, 11 June 2008 09:07 Go to next message
Eclipse UserFriend
Originally posted by: rinku.apache.org

Greetings,

I checked out AJDT sources from:

CVSROOT
:pserver:anonymous@dev.eclipse.org:/cvsroot/tools

Repository
org.eclipse.ajdt/AJDT_src

A few modules (listed below) there have compilation errors. Anyone else
seeing this? Am I missing something to set up a working AJDT workspace?

Following the modules with errors on a fresh checkout:
org.aspectj.weaver
org.eclipse.ajdt.build
org.eclipse.ajdt.build31
org.eclipse.ajdt.cuprovider
org.eclipse.ajdt.tests.performance
org.eclipse.ajdt.ui.buildconfig
org.eclipse.ajdt.ui.newbuildconfig

Thanks in advance.

Rahul
Re: AJDT source checkout and errors in modules [message #71697 is a reply to message #71678] Wed, 11 June 2008 16:03 Go to previous messageGo to next message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
Hi,

Most of those are old projects which you don't need. See:

http://www.eclipse.org/ajdt/developers.php#q:develop

I think you can delete all of those excepts org.aspectj.weaver

And make sure you're using the right CVS branch for your version of Eclipse.

Regards,

Matt.

Rahul T wrote:
> Greetings,
>
> I checked out AJDT sources from:
>
> CVSROOT
> :pserver:anonymous@dev.eclipse.org:/cvsroot/tools
>
> Repository
> org.eclipse.ajdt/AJDT_src
>
> A few modules (listed below) there have compilation errors. Anyone else
> seeing this? Am I missing something to set up a working AJDT workspace?
>
> Following the modules with errors on a fresh checkout:
> org.aspectj.weaver
> org.eclipse.ajdt.build
> org.eclipse.ajdt.build31
> org.eclipse.ajdt.cuprovider
> org.eclipse.ajdt.tests.performance
> org.eclipse.ajdt.ui.buildconfig
> org.eclipse.ajdt.ui.newbuildconfig
>
> Thanks in advance.
>
> Rahul
Re: AJDT source checkout and errors in modules [message #71716 is a reply to message #71697] Thu, 12 June 2008 02:44 Go to previous messageGo to next message
Rahul Thakur is currently offline Rahul ThakurFriend
Messages: 39
Registered: July 2009
Member
Thanks Matt.

I suppose this doesn't cover AspectJ sources, right?

Is there a roadmap for the next release for AJDT? It appears the project
is not very active.

Cheers,
Rahul


Matt Chapman wrote:
> Hi,
>
> Most of those are old projects which you don't need. See:
>
> http://www.eclipse.org/ajdt/developers.php#q:develop
>
> I think you can delete all of those excepts org.aspectj.weaver
>
> And make sure you're using the right CVS branch for your version of
> Eclipse.
>
> Regards,
>
> Matt.
>
> Rahul T wrote:
>> Greetings,
>>
>> I checked out AJDT sources from:
>>
>> CVSROOT
>> :pserver:anonymous@dev.eclipse.org:/cvsroot/tools
>>
>> Repository
>> org.eclipse.ajdt/AJDT_src
>>
>> A few modules (listed below) there have compilation errors. Anyone
>> else seeing this? Am I missing something to set up a working AJDT
>> workspace?
>>
>> Following the modules with errors on a fresh checkout:
>> org.aspectj.weaver
>> org.eclipse.ajdt.build
>> org.eclipse.ajdt.build31
>> org.eclipse.ajdt.cuprovider
>> org.eclipse.ajdt.tests.performance
>> org.eclipse.ajdt.ui.buildconfig
>> org.eclipse.ajdt.ui.newbuildconfig
>>
>> Thanks in advance.
>>
>> Rahul
Re: AJDT source checkout and errors in modules [message #71735 is a reply to message #71716] Thu, 12 June 2008 05:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nimoth.gmx.de

On Thu, 12 Jun 2008 14:44:32 +1200, Rahul wrote:

> Is there a roadmap for the next release for AJDT? It appears the project
> is not very active.

There should be something like a roadmap. Use the mailing lists listed on
the AspectJ and AJDT project website. Those lists are much more active than
this group here.

Cheers
Martin

--
For emails, please use cs.tu-berlin.de instead of gmx.de behind the at.
Re: AJDT source checkout and errors in modules [message #71754 is a reply to message #71735] Thu, 12 June 2008 15:55 Go to previous message
Andrew Clement is currently offline Andrew ClementFriend
Messages: 162
Registered: July 2009
Senior Member
Martin is right, we don't use the newsgroup any more and I forget it is
here a lot of the time - we might close it down and just move all
discussion to the mailing list.

The plan for AJDT is on the Plans page for AJDT...

http://www.eclipse.org/ajdt/plans.php

1.5.3 shortly and 1.6.0 once Eclipse 3.4 is completed.

Andy.
Re: AJDT source checkout and errors in modules [message #596949 is a reply to message #71678] Wed, 11 June 2008 16:03 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
Hi,

Most of those are old projects which you don't need. See:

http://www.eclipse.org/ajdt/developers.php#q:develop

I think you can delete all of those excepts org.aspectj.weaver

And make sure you're using the right CVS branch for your version of Eclipse.

Regards,

Matt.

Rahul T wrote:
> Greetings,
>
> I checked out AJDT sources from:
>
> CVSROOT
> :pserver:anonymous@dev.eclipse.org:/cvsroot/tools
>
> Repository
> org.eclipse.ajdt/AJDT_src
>
> A few modules (listed below) there have compilation errors. Anyone else
> seeing this? Am I missing something to set up a working AJDT workspace?
>
> Following the modules with errors on a fresh checkout:
> org.aspectj.weaver
> org.eclipse.ajdt.build
> org.eclipse.ajdt.build31
> org.eclipse.ajdt.cuprovider
> org.eclipse.ajdt.tests.performance
> org.eclipse.ajdt.ui.buildconfig
> org.eclipse.ajdt.ui.newbuildconfig
>
> Thanks in advance.
>
> Rahul
Re: AJDT source checkout and errors in modules [message #596962 is a reply to message #71697] Thu, 12 June 2008 02:44 Go to previous message
Rahul Thakur is currently offline Rahul ThakurFriend
Messages: 39
Registered: July 2009
Member
Thanks Matt.

I suppose this doesn't cover AspectJ sources, right?

Is there a roadmap for the next release for AJDT? It appears the project
is not very active.

Cheers,
Rahul


Matt Chapman wrote:
> Hi,
>
> Most of those are old projects which you don't need. See:
>
> http://www.eclipse.org/ajdt/developers.php#q:develop
>
> I think you can delete all of those excepts org.aspectj.weaver
>
> And make sure you're using the right CVS branch for your version of
> Eclipse.
>
> Regards,
>
> Matt.
>
> Rahul T wrote:
>> Greetings,
>>
>> I checked out AJDT sources from:
>>
>> CVSROOT
>> :pserver:anonymous@dev.eclipse.org:/cvsroot/tools
>>
>> Repository
>> org.eclipse.ajdt/AJDT_src
>>
>> A few modules (listed below) there have compilation errors. Anyone
>> else seeing this? Am I missing something to set up a working AJDT
>> workspace?
>>
>> Following the modules with errors on a fresh checkout:
>> org.aspectj.weaver
>> org.eclipse.ajdt.build
>> org.eclipse.ajdt.build31
>> org.eclipse.ajdt.cuprovider
>> org.eclipse.ajdt.tests.performance
>> org.eclipse.ajdt.ui.buildconfig
>> org.eclipse.ajdt.ui.newbuildconfig
>>
>> Thanks in advance.
>>
>> Rahul
Re: AJDT source checkout and errors in modules [message #596976 is a reply to message #71716] Thu, 12 June 2008 05:51 Go to previous message
Eclipse UserFriend
Originally posted by: nimoth.gmx.de

On Thu, 12 Jun 2008 14:44:32 +1200, Rahul wrote:

> Is there a roadmap for the next release for AJDT? It appears the project
> is not very active.

There should be something like a roadmap. Use the mailing lists listed on
the AspectJ and AJDT project website. Those lists are much more active than
this group here.

Cheers
Martin

--
For emails, please use cs.tu-berlin.de instead of gmx.de behind the at.
Re: AJDT source checkout and errors in modules [message #596986 is a reply to message #71735] Thu, 12 June 2008 15:55 Go to previous message
Andrew Clement is currently offline Andrew ClementFriend
Messages: 162
Registered: July 2009
Senior Member
Martin is right, we don't use the newsgroup any more and I forget it is
here a lot of the time - we might close it down and just move all
discussion to the mailing list.

The plan for AJDT is on the Plans page for AJDT...

http://www.eclipse.org/ajdt/plans.php

1.5.3 shortly and 1.6.0 once Eclipse 3.4 is completed.

Andy.
Previous Topic:AJDT source checkout and errors in modules
Next Topic:Aspect Rewrite
Goto Forum:
  


Current Time: Thu Mar 28 10:40:46 GMT 2024

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

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

Back to the top