dezbyte / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Instrumentation: Java agent & Ide #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
At the moment the bootclasspath needs to be set for the boot.jar and also
some javaagent is set in the ant script.

But the stuff won't work in your IDE because it doesn't use the Java agent
and bootclasspath.

Ideally a developer would not need to configure his ide to use multiverse.
But I think that would be a big problem.

So we need a description for the 3 mainstream ide's (intellij, netbeans and
eclipse) how to set up their ide so they can run all the tests from the ide
and not from the ant file anymore. 

It is also important to realise that we have 2 kinds of users:

Multiverse developers
Application developers that use the multiverse jar

Especially the last category needs to work as smooth as possible to
increase the chance of acceptance.

Original issue reported on code.google.com by alarmnum...@gmail.com on 19 May 2009 at 5:14

GoogleCodeExporter commented 8 years ago
Fixed.. on the wiki there is a description how to get it up and running

Original comment by alarmnum...@gmail.com on 5 Sep 2009 at 8:39