Could you be more specific about the re-compiling all source you are
observing? I don't see that behavior with my copy of build.xml from the
CVS.

Thanks.

David Li
DigitalSesame

Brian Goetz wrote:
> 
> >Anyway, the build.xml file is in. Let me know if you have any major problems
> >with it.
> 
> The build.xml as checked in had the annoying side-effect of recompiling the
> sources all the time, even when they weren't changed.  While Lucene is
> small, this was still annoying.
> 
> The root problem is that Lucene doesn't have a src/ directory; the
> proximate problem was putting /com in some of the ANT paths to compensate
> for this.  Unfortunately, unless done very carefully, this undermines Ant's
> ability to find some of the files it needs, with the effect being needless
> recompiles.  I checked in an improved version which doesn't have this problem.
> 
> --
> Brian Goetz
> Quiotix Corporation
> [EMAIL PROTECTED]           Tel: 650-843-1300            Fax: 650-324-8032
> 
> http://www.quiotix.com
> 
> _______________________________________________
> Lucene-dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/lucene-dev

_______________________________________________
Lucene-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/lucene-dev

Reply via email to