• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

aspectj ,compile error in wsad

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use aspectj in wsad5.1 dev env.
I can not compile the project with aspectj nature for ejb project and web project. I can compile the simple java project smoothy.
when I compile ejb project,I get the compile failed message.
anybody can tell me the cause for this error.
dev env:
wsad5.1,ajde1.1.4,win2000
 
michael&&echo
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
solution for this problem:
added the following to a problem-converted-project .classpath file
<classpathentry kind="con"<br /> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
and then recompile the aspectj nature converted project,pretty compiled.
^_^
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried it and it did not work - can you please post the entire path variable as you see it in .classpath?

Thanks a million
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I tried it and it did not work - can you please post the entire path variable as you see it in .classpath?


<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
[ December 07, 2005: Message edited by: Deepak Kaul ]
 
Hug your destiny! And hug this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic