
sarowe at syr
May 24, 2006, 10:27 AM
Post #4 of 5
(1917 views)
Permalink
|
There do not appear to be any source archives for Lucene 1.4.3 at any of the (four or five) mirror sites I looked at. Is this on purpose? Anyway, you can get the binary 1.4.3 distribution from the below-mentioned link (or from any of the other mirrors listed under the Download|Releases page from the main Java Lucene web page). Follow the link below for instructions on getting the current development (trunk) sources from the Lucene Subversion repository: http://wiki.apache.org/jakarta-lucene/SourceRepository In order to get the sources for Java version 1.4.3, just substitute the appropriate tags/ directory in the checkout command: svn checkout \ http://svn.apache.org/repos/asf/lucene/java/tags/lucene_1_4_3 \ lucene/java/tags/lucene_1_4_3 Note that prior to version 1.9, the contrib/ area was not versioned with the core sources, so if you need the contrib/ sources circa version 1.4.3, you'll have to do more digging. Hope it helps, Steve Charles.Sanders [at] gxs wrote: > Try here > http://apache.mirror99.com/lucene/java/archive/ > > -----Original Message----- > From: sdamjad [mailto:sdamjad [at] lamar] > Sent: Wednesday, May 24, 2006 12:56 PM > To: general [at] lucene > Subject: lucene1.4.3 src > > Folks > I am looking to dowload lucene 1.4.3 with src files > > Any place i can do that > > thanks
|