Re: How do I include base tests classes in main JAR

2006-11-18 Thread Wendy Smoak
On 11/18/06, mraible <[EMAIL PROTECTED]> wrote: The easiest way to do this seems to be to put the class in my "source" tree, but then I have to add JUnit as a "compile" dependency and JUnit will end up in any WARs that are created. Seems simple enough, but the extra JAR in the WAR seems ugly.

Re: How do I include base tests classes in main JAR

2006-11-18 Thread Tom Huybrechts
types will even be useable for our needs. We're currently thinking creating a Plugin is a better option, but I'm not sure if plugins support prompting. Do they? If not, I suppose we could use an Ant-based plugin or just write some sort of installer. Thanks for any advice, Mat

How do I include base tests classes in main JAR

2006-11-18 Thread mraible
on, but I'm not sure if plugins support prompting. Do they? If not, I suppose we could use an Ant-based plugin or just write some sort of installer. Thanks for any advice, Matt -- View this message in context: http://www.nabble.com/How-do-I-include-base-tests-classes-in