On Thu, Apr 5, 2012 at 4:12 PM, Chris Hostetter
<[email protected]> wrote:
>
> : > Ignore "compile" ... "ant test" has the same result -- jars are built for
> : > some contribs, but not all -- which is kind of confusing when you run all
> : > the tests, and then go look for the demo but it's not there.
> : >
> :
> : ant test really shouldnt build any jars at all :)

> (perhaps for 4.0 we should consider always jaring when we compile? .. so
> you never have *.class files built w/o them being in a jar?)
>

no my point is we should always try to avoid jarring for tests, it
slows down the build
tremendously to jar and rejar things. tests dont need nor use jars,
they only need
the class files in their test classpath...

-- 
lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to