score:1
Accepted answer
this looks like the same problem i ran into a short while back, which (after considerable digging) appeared to be down to a bug in ajdt (eclipse's aspectj compiler) which means that it currently cannot handle java 6 annotations (used heavily by roo).
a comment on a connected gwt bug report describes the following workaround:
- move aspectj builder to be in front (on top) of java builder in project properties, builder page.
- clean and build the project.
- copy and save generated java/class files in .apt_generated directory to somewhere else.
- move java builder back in front of aspectj builder.
- clean and rebuild the project
- copy the class file from 3 above to your project's classpath.
alternatively, you can build your project outside of eclipse - the non-ide aspectj compiler, ajc, does not suffer from this problem.
Source: stackoverflow.com
Related Query
- The RequestFactory ValidationTool must be run for the ... ApplicationRequestFactory RequestFactory type
- A JRE or JDK must be available in order to run Eclipse. No JVM was found after searching the following locations
- How can I specify the default JVM arguments for programs I run from eclipse?
- How do I run Eclipse using Oracle's new 1.7 JDK for the Mac?
- How can I make the Mylyn GitHub Connector for Eclipse run authenticated requests?
- What's the meaning of this in Eclipse: "Path for project must have only one segment."
- How do I get the command-line for an Eclipse run configuration?
- Why might Eclipse fail to show "Ant Build" in the run options for an Ant build file?
- What is the shortcut key for Run to cursor in Eclipse?
- How to fix the error: test source folder 'src/test/java' in project must have an output folder that is not also used for main source"?
- pydev Google App run Path for project must have only one segment
- Looking for an alternative to Eclipse (or a way to run eclipse without all the bugs)
- How to create a jar file for the eclipse plugin project that should be able to download and run without eclipse software?
- Select one option from many options in drop down list in Eclipse using java when run code for the android device
- Run JUnit test for all the sub directories having different versions of the same project
- Google plugin for Eclipse: how to add JVM arguments in the Run configuration
- How do I change the working directory for an Eclipse run configuration?
- "projectId must match the following pattern" exception when running Objectify on Google Cloud tools for Eclipse
- How to run the source code for com.android.browser?
- The method getBinaryPath() is undefined for the type WebDriverManager error shows in eclipse while i am trying to run appium automation project
- How do i get the array to hold the number of games played and run it for each player?
- What are the minimum requirements to run an Eclipse Che server for 1 user?
- How to take chages from my IDE Eclipse to the run time execution for my plug-in
- this script must be run from the base directory of your working copy
- My Android App crashes when i run a DialogBox for the second time
- Insufficent space for shared memory file when i try the run command on eclipse
- how to change the config file for correct java location to run scala ide - 'returned exit code 1'
- Building endpoint values from a function - The value for annotation attribute X must be a constant expression
- How do you run Eclipse IDE for C/C++ from the command line (I already installed it)
- Mysql Connection For every application I am trying to run the same Error code
More Query from same tag
- Pydev, shortcut for inserting if __name__ == '__main__' in code
- Where to keep PHP files while doing Android programming in eclipse?
- I'm a bit confused re: how Eclipse MAT displays "Unreachable" objects. I'm reading two customer dumps and want to follow the unreachable objects
- Error in vaadin 6
- How to make Eclipse LogCat display all columns?
- Problems with R in eclipse for android
- How to find problematic thread in Eclipse remote debugger?
- NoClassDefFoundError for Birt Class EngineException
- Linking projects C++ Cygwin
- "void main()" allowed in Visual Studio, but not in Eclipse
- Convert from absolute path to IFile
- android activity restarted when orientation changes
- Understanding Database connection java eclipse & db2
- When importing/creating branch from git project, I get multiple source folders
- Eclipse on Windows 7 - Add PHP Support greyed out
- Reading a .txt file in a project in Eclipse
- Does the textmate vertical selection feature exist in Flex Builder or Eclipse?
- Updated Eclipse, cannot remove Jar
- Compare 2 objects in eclipse in runtime (while debugging)?
- Aapt error -1073741816
- Screen refresh during code execution
- How do I make it ListView not make the click sound in Android?
- ConnectException when submitting hadoop job from eclipse
- Cannot Create Android Virtual Device
- JVM terminated with Exit Code 1 while accessing JFrame
- Where is the Output for Proguard's -whyareyoukeeping?
- Dark color scheme for Eclipse
- Include Scala project in Java Maven dependency
- Selenium webdriver script in Internet Explorer
- How do I create a typescript project?