[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Re: apt: Not working in 3.2M6?
|
I used project-specific settings. Eclipse was able to find aptdemo.jar under
factory path and the jar file is selected (checked).
My testfile looks like this:
import demo.DemoAnnotation;
@DemoAnnotation(what = "spam")
public class TestClass {
/**
* @param args
*/
public static void main(String[] args) {
System.out.println("hej");
}
}
When I save it and project is build normally without spam errors (or indeed
any errors or anything in the log).
I am running under JDK1.5.0_06 on WinXP.
/ Morten