Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Eclipse 3.1M5 and status of AJDT 1.2.0M3
Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #48855] Fri, 25 February 2005 15:14 Go to next message
Eclipse UserFriend
Originally posted by: mchapman.uk.ibm.com

Hi everyone,

A new development build has been published, 1.2.0.20050225125806.
See http://www.eclipse.org/ajdt/download.html for the update site URLs or
zip files. Builds are available for Eclipse 3.0.1 and 3.1M5a. Note that
this (and future) builds will not work on 3.1M4 - we can only support the
latest milestone build in the 3.1 line.

We are now feature complete for AJDT 1.2.0M3, but we want to fix a few
more bugs and do some more testing before putting the milestone release
out. Please help us by trying out this development build and raising bugs
for any problems you find.

And if you're going to EclipseCon, I hope to see you at the AJDT demo :)

Regards,

Matt.

--
Matt Chapman
AJDT Development, http://www.eclipse.org/ajdt
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #49002 is a reply to message #48855] Mon, 28 February 2005 12:50 Go to previous messageGo to next message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Matt Chapman wrote:

> A new development build has been published, 1.2.0.20050225125806.

Will this build allow for using ajc to compile a project using full java5 (eg, generics)?

-barry
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #49037 is a reply to message #49002] Mon, 28 February 2005 12:52 Go to previous messageGo to next message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Sorry, I guess I already asked this. (The answer was yes, but I have not yet got it work reliably with my project.)


Barry Kaplan wrote:
> Matt Chapman wrote:
>
>> A new development build has been published, 1.2.0.20050225125806.
>
>
> Will this build allow for using ajc to compile a project using full
> java5 (eg, generics)?
>
> -barry
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #49152 is a reply to message #48855] Wed, 02 March 2005 15:24 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Matt Chapman wrote:
> Hi everyone,
>
> A new development build has been published, 1.2.0.20050225125806.
> See http://www.eclipse.org/ajdt/download.html for the update site URLs or
> zip files. Builds are available for Eclipse 3.0.1 and 3.1M5a. Note that
> this (and future) builds will not work on 3.1M4 - we can only support the
> latest milestone build in the 3.1 line.
>
> We are now feature complete for AJDT 1.2.0M3, but we want to fix a few
> more bugs and do some more testing before putting the milestone release
> out. Please help us by trying out this development build and raising bugs
> for any problems you find.

I'm not sure if this is a problem coming from AJDT but all .class files
are generated to my "src" directory instead of "bin" as I was used to it
without AJDT. But maybe this is a bug of Eclipse I don't know?

>
> And if you're going to EclipseCon, I hope to see you at the AJDT demo :)
>
> Regards,
>
> Matt.
>
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #49420 is a reply to message #49152] Thu, 03 March 2005 13:46 Go to previous message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

Tom Schindl wrote:

> I'm not sure if this is a problem coming from AJDT but all .class files
> are generated to my "src" directory instead of "bin" as I was used to it
> without AJDT. But maybe this is a bug of Eclipse I don't know?

Hi Tom,

This shouldn't be happening - if your project settings are to send the
class files to the bin directory then this is what should happen. Are you
able to reproduce this? Does forcing a build (pressing the build button)
clean this up? If not, then could you please raise a bug
(https://bugs.eclipse.org/bugs/) including the ajdt/eclipse version you're
using and, if possible, steps to recreate the problem.

Thanks, Helen
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #587069 is a reply to message #48855] Mon, 28 February 2005 12:50 Go to previous message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Matt Chapman wrote:

> A new development build has been published, 1.2.0.20050225125806.

Will this build allow for using ajc to compile a project using full java5 (eg, generics)?

-barry
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #587086 is a reply to message #49002] Mon, 28 February 2005 12:52 Go to previous message
Barry Kaplan is currently offline Barry KaplanFriend
Messages: 230
Registered: July 2009
Senior Member
Sorry, I guess I already asked this. (The answer was yes, but I have not yet got it work reliably with my project.)


Barry Kaplan wrote:
> Matt Chapman wrote:
>
>> A new development build has been published, 1.2.0.20050225125806.
>
>
> Will this build allow for using ajc to compile a project using full
> java5 (eg, generics)?
>
> -barry
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #587132 is a reply to message #48855] Wed, 02 March 2005 15:24 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Matt Chapman wrote:
> Hi everyone,
>
> A new development build has been published, 1.2.0.20050225125806.
> See http://www.eclipse.org/ajdt/download.html for the update site URLs or
> zip files. Builds are available for Eclipse 3.0.1 and 3.1M5a. Note that
> this (and future) builds will not work on 3.1M4 - we can only support the
> latest milestone build in the 3.1 line.
>
> We are now feature complete for AJDT 1.2.0M3, but we want to fix a few
> more bugs and do some more testing before putting the milestone release
> out. Please help us by trying out this development build and raising bugs
> for any problems you find.

I'm not sure if this is a problem coming from AJDT but all .class files
are generated to my "src" directory instead of "bin" as I was used to it
without AJDT. But maybe this is a bug of Eclipse I don't know?

>
> And if you're going to EclipseCon, I hope to see you at the AJDT demo :)
>
> Regards,
>
> Matt.
>
Re: Eclipse 3.1M5 and status of AJDT 1.2.0M3 [message #587197 is a reply to message #49152] Thu, 03 March 2005 13:46 Go to previous message
Eclipse UserFriend
Originally posted by: hawkinsh.uk.ibm.com

Tom Schindl wrote:

> I'm not sure if this is a problem coming from AJDT but all .class files
> are generated to my "src" directory instead of "bin" as I was used to it
> without AJDT. But maybe this is a bug of Eclipse I don't know?

Hi Tom,

This shouldn't be happening - if your project settings are to send the
class files to the bin directory then this is what should happen. Are you
able to reproduce this? Does forcing a build (pressing the build button)
clean this up? If not, then could you please raise a bug
(https://bugs.eclipse.org/bugs/) including the ajdt/eclipse version you're
using and, if possible, steps to recreate the problem.

Thanks, Helen
Previous Topic:AJDT with J2EE in WSAD
Next Topic:Accessing parameter names in advice
Goto Forum:
  


Current Time: Thu Apr 25 02:20:33 GMT 2024

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

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

Back to the top