Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Eclipse project with JDK 1.4.2


Hi all,

The problem is resolved.
It turns out that something in Eclipse (plugin, feature, config, etc) has
been corrupted and a fresh installation with AJDT helped.

Cheers,
Bora.


bora.erbas wrote:
> 
> Hi,
> 
> I am trying to apply some aspects to a JDK 1.4.2 project which runs on
> Eclipse 3.2.1 + AJDT 1.4.1.
> And AJDT 1.4.1 means I have AspectJ 1.5.3.
> 
> I am getting the compile error from AJ compiler as:
> can't determine superclass of missing type java.lang.StringBuilder
> when weaving classes 
> when weaving 
> when batch building
> BuildConfig[D:\EclipseWS\.metadata\.plugins\org.eclipse.ajdt.core\ProjName.generated.lst]
> #Files=117
>  [Xlint:cantFindType]	....
> 
> So this looks like AJ compiler is using Java 5 features but the project is
> 1.4.2.
> Does this mean that AspectJ 1.5.3 can only be used for Java 5 projects?
> 
> Thanks,
> Bora.
> 
> 

-- 
View this message in context: http://www.nabble.com/Eclipse-project-with-JDK-1.4.2-tf3685314.html#a10305526
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top