Menu

Eclipse integration ?

2004-05-27
2004-06-09
  • Nobody/Anonymous

    Is there a plugin for Eclipse ?

     
    • Vlad Roubtsov

      Vlad Roubtsov - 2004-05-28

      Not at the moment. Feature request added (https://sourceforge.net/tracker/index.php?func=detail&aid=962001&group_id=108932&atid=651900)

       
    • Chad Woolley

      Chad Woolley - 2004-06-08

      Until this feature is implemented, does anyone have ideas for workarounds?  I was thinking of something along the lines of defining a "Run Application" to run emma or emmarun, and passing the appropriate info as parameters.  However, I couldn't think how this would be possible (I got stuck on how to specify the right classpath).  Has anyone else tried this?

      Thanks,
      Chad

       
    • Vlad Roubtsov

      Vlad Roubtsov - 2004-06-08

      As a quick thought, I usually let Eclipse use a default location for compiled classes (./out or ./bin). You can then run EMMA as an external tool and configure it to be run from the project dir and use a "-cp out" option, etc.

      Also, what about running EMMA via ANT tasks from Eclipse?

       
    • Chad Woolley

      Chad Woolley - 2004-06-09

      On the first option, what about all the dependent jars in my lib folder?  Wouldn't I have to explicitly add them to the -cp option too?  That's the part that seems like a pain.

      On the ANT task option, that is workable, but then you lose the benefit of the nice integrated GUI JUnit test runner.

      Of course, I did just ask for a "workaround" so I shouldn't be so demanding :)

      Thanks for the response,
      Chad

       

Log in to post a comment.