Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Maven 2 is well-supported by Europa with the Q for Eclipse plugin.

I assume you have a directory containing the lcsim project and command-line Maven 2 installed.

  1. Get an appropriate Eclipse Europa build. (I am using Eclipse 3.3.1.1 on OSX with Java 1.5.)
  2. Go to Help -> Software Updates -> Select Look for new features to install. Click Next.
  3. Click New Remote Site.
  4. Put qte q4e in the name paste and use this into the URL field:
    No Format
    http://q4e.googlecode.com/svn/trunk/updatesite/
    .
  5. Click through the rest of the q4e install (should be pretty brainless).
  6. Select File -> New -> Java Project.
  7. Name the project "LCSim".
  8. Select create project from existing source and locate an existing LCSim installation or check one out.
  9. Hit Next a couple times and then Finish.
  10. Now, for this next step, you must have I usually use command-line Maven 2 installed!:
    No Format
    mvn eclipse:eclipse
  11. It might also work to try right-clicking on the LCSim project and selecting Maven 2 -> Execute Goal.
  12. In the command box, put eclipse:eclipse and ok.Go to your LCSim directory and type No Formatmvn eclipse:eclipse
  13. Right-click on the LCSim project in the Project Explorer window.
  14. Click Refresh.
  15. Select Maven 2 -> Reload Maven and let Eclipse think.
  16. Now select Maven 2 -> Enable Maven dependency management.

...