Re: How to add a jar to a contrib build.xml

2008-03-11 Thread Chris Hostetter

: Here is how the span highlighter I have been working on uses the Memory
: contrib (I think I copied this from another contrib that has a dependency):

You might want to take a look at contrib/xml-query-parser/build.xml as a 
slightly better example of this.  It uses  to test if the 
dependency has already been built to save some overhead.



-Hoss


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to add a jar to a contrib build.xml

2008-03-10 Thread Mark Miller
Here is how the span highlighter I have been working on uses the Memory 
contrib (I think I copied this from another contrib that has a dependency):







Hits highlighter




location="../../build/contrib/memory/lucene-memory-${version}.jar"/>












Highlighter building dependency ${memory.jar}






[EMAIL PROTECTED] wrote:

Hi all,

perhaps this is a simple question, but I don't know how to do it.

I'm developing on a new contrib subfolder. My development needs to use
classes in another contrib subfolder. How do I add the corresponding JAR
to the build.xml file?

thanks in advance.

   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]