As for bypassing the tests - you can do
-Dmaven.test.skip=true or just rename the test methods to not start with
"test" ;) that always does the trick.
On 8/30/07, Michael Neale <michael.neale(a)gmail.com> wrote:
Hi I think there was an issue with the order of things on windows
platforms - that was fixed with a patch for the latest (which effected those
tests).
On 8/30/07, Brett Bergquist <brett(a)thebergquistfamily.com> wrote:
>
> I'm trying to track down a I/O stream that is not being closed. So I
> figured I would build from source and find the problem. The problem is
> that when I build from source, I'm having another problem.
>
> I downloaded the drools-4.0.0-src.zip file and installed ant 1.7.0 and
> maven 2.0.7. I run the mvn command to build and I'm getting two failed
> tests:
>
>
> Results :
>
> Failed tests:
> testScanAndLoad( org.drools.agent.FileScannerTest)
> testUpdateWithLocalCache(org.drools.agent.URLScannerTest)
>
> Tests run: 417, Failures: 2, Errors: 0, Skipped: 0
>
> Any ideas why this would be failing? Any way to bypass the tests?
>
> Thanks in advance for any help.
>
> Brett
> _______________________________________________
> rules-dev mailing list
> rules-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/rules-dev
>