Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJDT in WSAD5.0.1: compile failed
AJDT in WSAD5.0.1: compile failed [message #27819] Sun, 09 November 2003 20:20 Go to next message
Eclipse UserFriend
Originally posted by: jll.lilly.com

Help needed...

Is there anybody using AspectJ with WSAD 5.0.1 and experiencing the
following problem:
when I create a project from scratch everything seems to work fine but
when I try to transpose this into an existing project, I always get an
error message "Compile failed: reason: compile failed" whatever there's in
the aspects I try to write and even if there's no aspect at all...

I cannot figure out what's wrong but I have a clue: the existing projet is
under version control in ClearCase/ClearQuest (tools from Rational) but
the newly created project is not.


Any idea? Any additional detail needed to diagnose?

Regards,

J.-L. Libioulle
Re: AJDT in WSAD5.0.1: compile failed [message #28371 is a reply to message #27819] Fri, 05 December 2003 15:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: klholmes.open-iq.com

apologies in advance JL, I dont have an answer for you, but maybe some
more information. We might have the same problem, see my post on the 5th.
Do you see the same classpath problem stacktrace in your .metadata/.log
file ?

JL Libioulle wrote:

> Help needed...

> Is there anybody using AspectJ with WSAD 5.0.1 and experiencing the
> following problem:
> when I create a project from scratch everything seems to work fine but
> when I try to transpose this into an existing project, I always get an
> error message "Compile failed: reason: compile failed" whatever there's in
> the aspects I try to write and even if there's no aspect at all...

> I cannot figure out what's wrong but I have a clue: the existing projet is
> under version control in ClearCase/ClearQuest (tools from Rational) but
> the newly created project is not.


> Any idea? Any additional detail needed to diagnose?

> Regards,

> J.-L. Libioulle
Re: AJDT in WSAD5.0.1: compile failed [message #28406 is a reply to message #28371] Fri, 05 December 2003 15:59 Go to previous message
Eclipse UserFriend
Originally posted by: klholmes.open-iq.com

After considering your ealier post and creating the project from scratch
as an AspectJ project rather than converting and existing project, I found
the same thing.

A recursive compare (Beyond Compare rocks !) on the two resulting project
directories found a difference in the .classpath files.

Try adding the following to a problem-converted-project .classpath file

<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

This seemed to fix the problem for me.

However my "generate and deploy" code problem from my earlier post still
stands.

Kevin Holmes wrote:

> apologies in advance JL, I dont have an answer for you, but maybe some
> more information. We might have the same problem, see my post on the 5th.
> Do you see the same classpath problem stacktrace in your .metadata/.log
> file ?

> JL Libioulle wrote:

> > Help needed...

> > Is there anybody using AspectJ with WSAD 5.0.1 and experiencing the
> > following problem:
> > when I create a project from scratch everything seems to work fine but
> > when I try to transpose this into an existing project, I always get an
> > error message "Compile failed: reason: compile failed" whatever there's in
> > the aspects I try to write and even if there's no aspect at all...

> > I cannot figure out what's wrong but I have a clue: the existing projet is
> > under version control in ClearCase/ClearQuest (tools from Rational) but
> > the newly created project is not.


> > Any idea? Any additional detail needed to diagnose?

> > Regards,

> > J.-L. Libioulle
Re: AJDT in WSAD5.0.1: compile failed [message #573379 is a reply to message #27819] Fri, 05 December 2003 15:08 Go to previous message
Eclipse UserFriend
Originally posted by: klholmes.open-iq.com

apologies in advance JL, I dont have an answer for you, but maybe some
more information. We might have the same problem, see my post on the 5th.
Do you see the same classpath problem stacktrace in your .metadata/.log
file ?

JL Libioulle wrote:

> Help needed...

> Is there anybody using AspectJ with WSAD 5.0.1 and experiencing the
> following problem:
> when I create a project from scratch everything seems to work fine but
> when I try to transpose this into an existing project, I always get an
> error message "Compile failed: reason: compile failed" whatever there's in
> the aspects I try to write and even if there's no aspect at all...

> I cannot figure out what's wrong but I have a clue: the existing projet is
> under version control in ClearCase/ClearQuest (tools from Rational) but
> the newly created project is not.


> Any idea? Any additional detail needed to diagnose?

> Regards,

> J.-L. Libioulle
Re: AJDT in WSAD5.0.1: compile failed [message #573414 is a reply to message #28371] Fri, 05 December 2003 15:59 Go to previous message
Eclipse UserFriend
Originally posted by: klholmes.open-iq.com

After considering your ealier post and creating the project from scratch
as an AspectJ project rather than converting and existing project, I found
the same thing.

A recursive compare (Beyond Compare rocks !) on the two resulting project
directories found a difference in the .classpath files.

Try adding the following to a problem-converted-project .classpath file

<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

This seemed to fix the problem for me.

However my "generate and deploy" code problem from my earlier post still
stands.

Kevin Holmes wrote:

> apologies in advance JL, I dont have an answer for you, but maybe some
> more information. We might have the same problem, see my post on the 5th.
> Do you see the same classpath problem stacktrace in your .metadata/.log
> file ?

> JL Libioulle wrote:

> > Help needed...

> > Is there anybody using AspectJ with WSAD 5.0.1 and experiencing the
> > following problem:
> > when I create a project from scratch everything seems to work fine but
> > when I try to transpose this into an existing project, I always get an
> > error message "Compile failed: reason: compile failed" whatever there's in
> > the aspects I try to write and even if there's no aspect at all...

> > I cannot figure out what's wrong but I have a clue: the existing projet is
> > under version control in ClearCase/ClearQuest (tools from Rational) but
> > the newly created project is not.


> > Any idea? Any additional detail needed to diagnose?

> > Regards,

> > J.-L. Libioulle
Previous Topic:compile, and generate and deploy failures
Next Topic:Tasks for Java Compiler Errors in AspectJ Projects
Goto Forum:
  


Current Time: Tue Mar 19 11:12:16 GMT 2024

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

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

Back to the top