You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Christoph Goller <go...@detego-software.de> on 2004/04/07 20:20:38 UTC

build.xml test task

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


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: question about vote highlighter

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Apr 9, 2004, at 10:32 AM, Claude Devarenne wrote:
> Hi,
>
> I am quite new to all this so here is a stupid question.  Do only the 
> lucene developers get to vote for Mark Harwood's highligther package 
> or anyone subscribed to the list?  I have been using it and find it 
> very good and I am glad to see the update.  If I could vote I would 
> vote for it.

Everyone is allowed to vote, although only the committers are 
"binding".  This is not a controversial issue, I don't think, so no 
need for the community at large to weigh in.  But on issues that may be 
controversial, seeing what the community thinks may help sway the 
binding votes.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


question about vote highlighter

Posted by Claude Devarenne <cl...@library.ucsf.edu>.
Hi,

I am quite new to all this so here is a stupid question.  Do only the 
lucene developers get to vote for Mark Harwood's highligther package or 
anyone subscribed to the list?  I have been using it and find it very 
good and I am glad to see the update.  If I could vote I would vote for 
it.

Claude


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: build.xml test task

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
Good suggestion!  I've applied this patch with slightly different  
wording (hopefully to avoid folks thinking CLASSPATH is a good thing).

	Erik

On Apr 7, 2004, at 4:47 PM, Daniel Naber wrote:

> On Wednesday 07 April 2004 21:48, Erik Hatcher wrote:
>
>> Do you have junit.jar in ANT_HOME/lib?  You should.
>
> What about this patch? With this, "ant test" complains with a useful
> message if junit is not found.
>
> Regards
>  Daniel
>
> --  
> http://www.danielnaber.de
> <build_xml.diff>------------------------------------------------------- 
> --------------
> 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


Re: build.xml test task

Posted by Daniel Naber <da...@t-online.de>.
On Wednesday 07 April 2004 21:48, Erik Hatcher wrote:

> Do you have junit.jar in ANT_HOME/lib?  You should.

What about this patch? With this, "ant test" complains with a useful 
message if junit is not found.

Regards
 Daniel

-- 
http://www.danielnaber.de

Re: build.xml test task

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Apr 7, 2004, at 2:48 PM, Christoph Goller wrote:
> 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

Do you have junit.jar in ANT_HOME/lib?  You should.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: build.xml test task

Posted by Christoph Goller <go...@detego-software.de>.
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


Re: build.xml test task

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
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
>
>
> ---------------------------------------------------------------------
> 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