Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Trouble using AJDT within WSAD


Hi,

Hmm. I don't know of any reason that could cause that to happen - we do have
users working sucessfully with AJDT in WSAD.  Can you check in the eclipse log file
to see if there was an exception reported?  The log is named .log and
located in the workspace .metadata directory for your eclipse.  There
also might be a clue in the AJDT Event Trace that we record whilst the
plugin is in operation, this is a standard eclipse view you can display
in the normal way (under the AspectJ category for views) - it records
interesting events as you interact with the plugin and can sometimes
include exception entries when things go wrong.

I am not familiar with ClearCase/ClearQuest - so I can't say for certain
they don't interfere with compilation but it does seem unlikely as
version control is relatively orthogonal to the compilation process.

regards,
Andy.

Andy Clement
AJDT Development.




LIBIOULLE_JEAN-LUC_F@xxxxxxxxx
Sent by: aspectj-users-admin@xxxxxxxxxxx

14/11/2003 14:32
Please respond to aspectj-users

       
        To:        aspectj-users@xxxxxxxxxxx
        cc:        
        Subject:        [aspectj-users] Trouble using AJDT within WSAD




Help needed...

Is there anybody using AspectJ with WSAD 5.0.1 (eclipse-based) 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


Back to the top