try running:
ant -v test
and see if anything useful is output. I find this solves a lot of my ant issues.
>>> goller@detego-software.de 04/07/04 02:48PM >>>
Erik Hatcher wrote:
> Could you give me some more clues?
>
> What if you do 'ant test'?? What output do you see?
>
> Erik
>
> p.s. I'm not an Ant expert either... I just play one on TV :)
>
>
> On Apr 7, 2004, at 2:20 PM, Christoph Goller wrote:
>
>> I haven t used the ant build for quite some time.
>> Now I got the latest from CVS, installed ant 1.6.
>> Compilation works, but the unit tests seem to do nothing.
>> I am not an ant expert. Could anyone tell me what I am doing
>> wrong? It neither works form within Eclipse nor from the
>> command line.
>>
>> Christoph
>>
Thanks for your quick answer.
I choose the test task and get the following output though
I know, that TestIndexReader currently fails (with my local sources).
Buildfile: /home/goller/workspace/jakarta-lucene/build.xml
init:
compile-core:
compile-demo:
compile-test:
test:
BUILD SUCCESSFUL
Total time: 2 seconds
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
|