Menu

Problem setting up development environment in eclipse: Plugin execution not covered by lifecycle configuration org.codehaus.mojo:javac with

Flo
2015-09-22
2015-09-22
  • Flo

    Flo - 2015-09-22

    Hi,

    I wanted to check out the source in eclipse. I have used "Check out Maven Projects from SCM" but once it is checked out I get the error: "Plugin execution not covered by lifecycle configuration org.codehaus.mojo:javac" and ExpressionParser and ParseException are missing. Seems for me like the javacc stuff is not executed / installed properly ? Can you help me to solve the issue ?

    Regards

    Flo

     
  • Simon Chenery

    Simon Chenery - 2015-09-22

    Install the 'JavaCC Eclipse Plug-in' from the Help -> Eclipse Marketplace... menu option.

    Then, open src/main/javacc/org/relique/jdbc/csv/where.jj in Eclipse and a 'JavaCC' menu and a JavaCC toolbar icon appear in Eclipse. Either of these can be used to compile where.jj to generate the java classes ExpressionParser and ParseException.

     
  • Flo

    Flo - 2015-09-22

    Thanks, I had the plugin installed. The classes were generated without any problems by hand. I just wanted to set up the dev environment properly.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.