Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my project i have a user library that contains all the necessary libs for running the arquillian junit test and it works perfectly within the IDE. The problem now is, that the Test classes would be packaged with my main application, causing a ClassNotFoundException, because the arquillian libs are not available. Can i exclude my test classes somehow from the packaging or do I have to move my tests to a different project that is not part of my main application?

share|improve this question
Just found a working solution, eclipsezone.com/eclipse/forums/t83880.rhtml#92059392 – Christian Beikov May 4 '12 at 17:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.