Hi,
I just made a checkout of the last version of the trunk, and it looks great!
However, I got some issues. I was able to build the main/java, but some classes seem to be missing in SVN for the main/test.
Another thing is that AnalysisSession is an interface and not a class, probably because it was changed recently. How can I get it running?
Regards,
Alexis Dufrenoy
Hi Alexis,
Great to hear you're taking a look! Comments inline.
And everything should work just fine.
Alexis Dufrenoy
Ah, in that case I understand what has happened. You just need to add
another source folder ( src/test/benchmarks ) to the eclipse project.
This package contains a collection of classes which don't contain test
cases (e.g. JUnit tests) but are the classes analysed during JUnit
tests.
Placing that folder on the build path should solve the problem you're
seeing. Any problems be sure to post back here :)
I had assumed most people who wanted to build the project would just
use "mvn eclipse:eclipse" to generate all the necessary eclipse files
(.project, .classpath, etc). If you don't mind me asking, is there a
reason you didn't try this?
Kind regards,
Graham