/[Apache-SVN]/lucene/java/trunk/build.xml
ViewVC logotype

Log of /lucene/java/trunk/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 835889 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 15:53:54 2009 UTC (13 days, 12 hours ago) by uschindler
File length: 32403 byte(s)
Diff to previous 829206 (colored)
LUCENE-2024: Fix: "ant dist" no longer generates md5's for the top-level artifacts

Revision 829206 - (view) (annotate) - [select for diffs]
Modified Fri Oct 23 20:25:17 2009 UTC (4 weeks, 6 days ago) by mikemccand
File length: 33068 byte(s)
Diff to previous 824116 (colored)
LUCENE-2002: add Version to QueryParser & contrib analyzers

Revision 824116 - (view) (annotate) - [select for diffs]
Modified Sun Oct 11 17:35:09 2009 UTC (6 weeks, 4 days ago) by uschindler
File length: 32506 byte(s)
Diff to previous 823326 (colored)
LUCENE-1946, LUCENE-1753: Remove deprecated TokenStream API. What a pity, my wonderful backwards layer is gone! :-( Enforce decorator pattern by making the rest of TokenStreams final.

Revision 823326 - (view) (annotate) - [select for diffs]
Modified Thu Oct 8 21:12:38 2009 UTC (7 weeks ago) by mikemccand
File length: 32288 byte(s)
Diff to previous 823321 (colored)
revert accidental commit; switch to new back-compat tag

Revision 823321 - (view) (annotate) - [select for diffs]
Modified Thu Oct 8 20:57:32 2009 UTC (7 weeks ago) by mikemccand
File length: 32274 byte(s)
Diff to previous 822137 (colored)
LUCENE-1950: remove autoCommit=true from IndexWriter

Revision 822137 - (view) (annotate) - [select for diffs]
Modified Tue Oct 6 05:57:20 2009 UTC (7 weeks, 2 days ago) by buschmi
File length: 32288 byte(s)
Diff to previous 820362 (colored)
LUCENE-486: Remove test->demo dependencies.

Revision 820362 - (view) (annotate) - [select for diffs]
Modified Wed Sep 30 17:37:49 2009 UTC (8 weeks, 1 day ago) by uschindler
File length: 32607 byte(s)
Diff to previous 813391 (colored)
Move to 2.9 branch for backwards tests and enable compilation with source/target=1.4

Revision 813391 - (view) (annotate) - [select for diffs]
Modified Thu Sep 10 12:02:01 2009 UTC (2 months, 2 weeks ago) by uschindler
File length: 32463 byte(s)
Diff to previous 813268 (colored)
Javadocs should present tokenattributes pkg inside core

Revision 813268 - (view) (annotate) - [select for diffs]
Modified Thu Sep 10 07:10:29 2009 UTC (2 months, 2 weeks ago) by uschindler
File length: 32419 byte(s)
Diff to previous 812734 (colored)
LUCENE-1887: Remove o.a.l.messages from the javadocs-all association to query parser contrib

Revision 812734 - (view) (annotate) - [select for diffs]
Modified Wed Sep 9 00:00:17 2009 UTC (2 months, 2 weeks ago) by hossman
File length: 32447 byte(s)
Diff to previous 811959 (colored)
LUCENE-1902: html version of changes.txt should be included in packaged releases, and linked to from left nav of docs

Revision 811959 - (view) (annotate) - [select for diffs]
Modified Mon Sep 7 01:00:21 2009 UTC (2 months, 2 weeks ago) by markrmiller
File length: 32447 byte(s)
Diff to previous 810286 (colored)
LUCENE-1873: Update documentation to reflect current Contrib area status

Revision 810286 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 22:29:24 2009 UTC (2 months, 3 weeks ago) by hossman
File length: 32251 byte(s)
Diff to previous 808909 (colored)
LUCENE-1862: resolve duplicate queryParser package.html problem by moving contrib specific docs to contrib's overview.html ... also make a few other tweaks to improve the formatting of the queryParser contrib docs and how they are listed in the sections in overview-summary.html

Revision 808909 - (view) (annotate) - [select for diffs]
Modified Fri Aug 28 14:56:58 2009 UTC (2 months, 4 weeks ago) by markrmiller
File length: 32222 byte(s)
Diff to previous 808889 (colored)
missed committing a couple miscellaneous to misc in build core build files

Revision 808889 - (view) (annotate) - [select for diffs]
Modified Fri Aug 28 14:00:37 2009 UTC (2 months, 4 weeks ago) by markrmiller
File length: 32240 byte(s)
Diff to previous 808229 (colored)
LUCENE-1870: fix contrib dist - ana,db,misc

Revision 808229 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 23:55:23 2009 UTC (3 months ago) by markrmiller
File length: 32221 byte(s)
Diff to previous 807982 (colored)
It appears the contrib javadoc settings were incorrect - thats why there was a bunch of errors about reading the package-list and why some contrib-to-core links wouldn't work

Same issue with the warnings from demo/core so changing those too - everything still appears to work, but contrib-core links that didn't now work and errors/warnings are gone

Revision 807982 - (view) (annotate) - [select for diffs]
Modified Wed Aug 26 12:35:59 2009 UTC (3 months ago) by mikemccand
File length: 32227 byte(s)
Diff to previous 807838 (colored)
LUCENE-1845: rollback changes to build.xml's

Revision 807838 - (view) (annotate) - [select for diffs]
Modified Tue Aug 25 22:18:04 2009 UTC (3 months ago) by markrmiller
File length: 32336 byte(s)
Diff to previous 807835 (colored)
LUCENE-1854: tar task should use longfile="gnu" to avoid false file name length warnings.

Revision 807835 - (view) (annotate) - [select for diffs]
Modified Tue Aug 25 22:14:07 2009 UTC (3 months ago) by buschmi
File length: 32306 byte(s)
Diff to previous 807763 (colored)
LUCENE-1851: Change 'javacc' and 'clean-javacc' targets to build and clean contrib/surround files.

Revision 807763 - (view) (annotate) - [select for diffs]
Modified Tue Aug 25 19:07:16 2009 UTC (3 months ago) by mikemccand
File length: 31632 byte(s)
Diff to previous 806755 (colored)
LUCENE-1845: set nightly property when nightly target is run

Revision 806755 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 23:19:26 2009 UTC (3 months ago) by buschmi
File length: 31523 byte(s)
Diff to previous 800191 (colored)
LUCENE-1829: Fix contrib query parser to properly create javacc files.

Revision 800191 - (view) (annotate) - [select for diffs]
Modified Mon Aug 3 03:38:44 2009 UTC (3 months, 3 weeks ago) by buschmi
File length: 31105 byte(s)
Diff to previous 797213 (colored)
LUCENE-1567: New flexible QueryParser framework.

Revision 797213 - (view) (annotate) - [select for diffs]
Modified Thu Jul 23 20:27:41 2009 UTC (4 months ago) by uschindler
File length: 30945 byte(s)
Diff to previous 792542 (colored)
LUCENE-1728: The javadocs-all target still used the old subdirs in contrib/analyzers

Revision 792542 - (view) (annotate) - [select for diffs]
Modified Thu Jul 9 13:06:51 2009 UTC (4 months, 2 weeks ago) by mikemccand
File length: 30873 byte(s)
Diff to previous 788790 (colored)
LUCENE-1522: adding new Fast Vector Highlighter contrib

Revision 788790 - (view) (annotate) - [select for diffs]
Modified Fri Jun 26 17:52:04 2009 UTC (5 months ago) by mikemccand
File length: 30689 byte(s)
Diff to previous 788039 (colored)
LUCENE-1677: remove src/gcj

Revision 788039 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 14:34:09 2009 UTC (5 months ago) by uschindler
File length: 30826 byte(s)
Diff to previous 786474 (colored)
Build an index.html on the top-level Javadocs folder (e.g. hudson will use it as entry point)

Revision 786474 - (view) (annotate) - [select for diffs]
Modified Fri Jun 19 12:16:52 2009 UTC (5 months, 1 week ago) by uschindler
File length: 30274 byte(s)
Diff to previous 784758 (colored)
LUCENE-1673: Move TrieRange to core (part 2: removing from contrib/queries)

Revision 784758 - (view) (annotate) - [select for diffs]
Modified Mon Jun 15 12:45:05 2009 UTC (5 months, 1 week ago) by uschindler
File length: 30305 byte(s)
Diff to previous 784562 (colored)
LUCENE-1407: move RemoteSearchable out of core into contrib/remote (add javadocs to developer resources)

Revision 784562 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 14:06:52 2009 UTC (5 months, 1 week ago) by mikemccand
File length: 30251 byte(s)
Diff to previous 784541 (colored)
revert accidental commit

Revision 784541 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 11:20:55 2009 UTC (5 months, 1 week ago) by mikemccand
File length: 30252 byte(s)
Diff to previous 784540 (colored)
LUCENE-1677: deprecate gcj specializations, and the system properties that let you specify which SegmentReader impl class to use

Revision 784540 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 11:13:04 2009 UTC (5 months, 1 week ago) by mikemccand
File length: 30251 byte(s)
Diff to previous 781269 (colored)
LUCENE-1407: move RemoteSearchable out of core into contrib/remote

Revision 781269 - (view) (annotate) - [select for diffs]
Modified Wed Jun 3 05:47:15 2009 UTC (5 months, 3 weeks ago) by uschindler
File length: 30798 byte(s)
Diff to previous 776190 (colored)
Also remove the removed similarity extension from JavaDocs (as Hudson build #847 failed)

Revision 776190 - (view) (annotate) - [select for diffs]
Modified Tue May 19 05:11:26 2009 UTC (6 months, 1 week ago) by uschindler
File length: 30976 byte(s)
Diff to previous 764958 (colored)
LUCENE-1641: Correct spatial and trie documentation links in JavaDocs and website

Revision 764958 - (view) (annotate) - [select for diffs]
Modified Tue Apr 14 21:19:45 2009 UTC (7 months, 1 week ago) by mikemccand
File length: 30808 byte(s)
Diff to previous 761303 (colored)
LUCENE-1529: do not include trunk's classes when running back compat tests (to properly test jar drop-in-ability)

Revision 761303 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 14:14:42 2009 UTC (7 months, 3 weeks ago) by mikemccand
File length: 30849 byte(s)
Diff to previous 756374 (colored)
change 'ant test' to run core, contrib & back-compat

Revision 756374 - (view) (annotate) - [select for diffs]
Modified Fri Mar 20 08:47:25 2009 UTC (8 months, 1 week ago) by buschmi
File length: 30838 byte(s)
Diff to previous 756038 (colored)
LUCENE-1529: Properly test drop-in replacement of jar

Revision 756038 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 15:08:08 2009 UTC (8 months, 1 week ago) by mikemccand
File length: 30031 byte(s)
Diff to previous 755914 (colored)
LUCENE-1445: include junit jar in source dist, and servlet-api jar in source & binary dist

Revision 755914 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 10:51:55 2009 UTC (8 months, 1 week ago) by mikemccand
File length: 30004 byte(s)
Diff to previous 748995 (colored)
LUCENE-1435: add contrib/collation (CollationKeyFilter), to convert tokens into indexable CollationKeys

Revision 748995 - (view) (annotate) - [select for diffs]
Modified Sun Mar 1 10:52:48 2009 UTC (8 months, 3 weeks ago) by mikemccand
File length: 29861 byte(s)
Diff to previous 738345 (colored)
remove extra tags subdir from back-compat tests

Revision 738345 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 02:51:37 2009 UTC (9 months, 4 weeks ago) by mikemccand
File length: 29856 byte(s)
Diff to previous 738219 (colored)
go back to http:// for checking out back compat tests

Revision 738219 - (view) (annotate) - [select for diffs]
Modified Tue Jan 27 20:15:21 2009 UTC (9 months, 4 weeks ago) by mikemccand
File length: 29857 byte(s)
Diff to previous 728262 (colored)
LUCENE-1483: switch to newly added MultiReaderHitCollector for all core collectors, that is aware of segment transitions during searching, to improve performance of searching and warming

Revision 728262 - (view) (annotate) - [select for diffs]
Modified Sat Dec 20 09:43:06 2008 UTC (11 months, 1 week ago) by mikemccand
File length: 29856 byte(s)
Diff to previous 721667 (colored)
LUCENE-1444: fix broken site links in javadocs

Revision 721667 - (view) (annotate) - [select for diffs]
Modified Sat Nov 29 12:03:26 2008 UTC (11 months, 4 weeks ago) by mikemccand
File length: 29848 byte(s)
Diff to previous 713765 (colored)
switch default back-compat tests to use branches/lucene_2_4_back_compat_tests

Revision 713765 - (view) (annotate) - [select for diffs]
Modified Thu Nov 13 18:11:59 2008 UTC (12 months, 1 week ago) by buschmi
File length: 29803 byte(s)
Diff to previous 712920 (colored)
LUCENE-1446: Allow Overriding svn executable to specify path.

Revision 712920 - (view) (annotate) - [select for diffs]
Modified Tue Nov 11 02:31:50 2008 UTC (12 months, 2 weeks ago) by buschmi
File length: 29796 byte(s)
Diff to previous 712416 (colored)
LUCENE-1446: Add compatibility tag to common-build.xml and run backwards-compatibility tests in the nightly build.

Revision 712416 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 18:30:37 2008 UTC (12 months, 2 weeks ago) by buschmi
File length: 29575 byte(s)
Diff to previous 712318 (colored)
LUCENE-1440: Add new targets to build.xml that allow downloading and executing the junit testcases from an older release for backwards-compatibility testing.

Revision 712318 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 00:20:32 2008 UTC (12 months, 2 weeks ago) by mharwood
File length: 27940 byte(s)
Diff to previous 700878 (colored)
Added new web application demo for contrib's XmlQueryParser.
This change involves:
* Adding Tomcat's Servlet jar into the lib directory and appropriate entry in NOTICE.txt following the lead from Solr's packaging
* Adding new "demo" directory to XmlQueryParser src directory
* Changing XMLQueryParser's build file to create a demo War file
* Changing the main build to include the demo War file (and any other future contrib/*/war files) in the binary distributions

The packaged source distribution has NOT been changed currently to add a lib directory with the servlet.jar so building from a cut-down src distro as opposed to the full subversion /trunk directory will not currently build the war file (the xml query parser build file detects the absence of servlet.jar). Not sure if this is a problem currently.

TODO: 
Now that the servlet jar is available in Subversion I would recommend that the other existing WAR file,"luceneweb.war", is changed to move much of the java code which is currently embedded in JSP files into servlet .java files. This would ensure that the build system will check that the code in this application compiles cleanly with the latest Lucene APIs - otherwise any issue will only become apparent when a user tries to run a JSP.


Revision 700878 - (view) (annotate) - [select for diffs]
Modified Wed Oct 1 19:22:24 2008 UTC (13 months, 3 weeks ago) by mikemccand
File length: 27924 byte(s)
Diff to previous 698495 (colored)
don't include recursive subdirs under contrib/benchmark/{temp,work} when building src package

Revision 698495 - (view) (annotate) - [select for diffs]
Modified Wed Sep 24 09:52:59 2008 UTC (14 months ago) by mikemccand
File length: 27922 byte(s)
Diff to previous 697114 (colored)
LUCENE-1400: add rat-sources target to build.xml

Revision 697114 - (view) (annotate) - [select for diffs]
Modified Fri Sep 19 14:48:33 2008 UTC (14 months, 1 week ago) by mikemccand
File length: 27440 byte(s)
Diff to previous 643170 (colored)
LUCENE-1394: include all CHANGES.txt in release artifacts

Revision 643170 - (view) (annotate) - [select for diffs]
Modified Mon Mar 31 22:00:57 2008 UTC (19 months, 3 weeks ago) by hossman
File length: 27425 byte(s)
Diff to previous 637196 (colored)
some javadoc building cleanup for contrib/instantiated -- notably moving docs to doc-files

Revision 637196 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 18:14:32 2008 UTC (20 months, 2 weeks ago) by buschmi
File length: 27267 byte(s)
Diff to previous 618636 (colored)
LUCENE-1230: Include *pom.xml* in source release files.

Revision 618636 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 13:02:12 2008 UTC (21 months, 3 weeks ago) by doronc
File length: 27258 byte(s)
Diff to previous 615329 (colored)
LUCENE-1157: Formatable changes log. 

Revision 615329 - (view) (annotate) - [select for diffs]
Modified Fri Jan 25 20:27:55 2008 UTC (22 months ago) by gsingers
File length: 26805 byte(s)
Diff to previous 610968 (colored)
LUCENE-1153: added lib/junit and build support

Revision 610968 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 22:45:49 2008 UTC (22 months, 2 weeks ago) by buschmi
File length: 26741 byte(s)
Diff to previous 610957 (colored)
Add separate core, demo, and contrib javadocs to binary releases

Revision 610957 - (view) (annotate) - [select for diffs]
Modified Thu Jan 10 22:29:18 2008 UTC (22 months, 2 weeks ago) by buschmi
File length: 26745 byte(s)
Diff to previous 608852 (colored)
Include README* files in binary releases

Revision 608852 - (view) (annotate) - [select for diffs]
Modified Fri Jan 4 14:29:15 2008 UTC (22 months, 3 weeks ago) by gsingers
File length: 26727 byte(s)
Diff to previous 600609 (colored)
LUCENE-1103

Revision 600609 - (view) (annotate) - [select for diffs]
Modified Mon Dec 3 17:24:40 2007 UTC (23 months, 3 weeks ago) by buschmi
File length: 26584 byte(s)
Diff to previous 596501 (colored)
LUCENE-935: Don't generate checksums for maven artifacts; <artifact:deploy> does this automatically for us

Revision 596501 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 00:46:27 2007 UTC (2 years ago) by buschmi
File length: 26947 byte(s)
Diff to previous 595013 (colored)
LUCENE-1055: Remove gdata from trunk.

Revision 595013 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 19:16:19 2007 UTC (2 years ago) by buschmi
File length: 27759 byte(s)
Diff to previous 582380 (colored)
LUCENE-1051: Generate separate javadocs for core, demo and contrib classes, as well as an unified view.

Revision 582380 - (view) (annotate) - [select for diffs]
Modified Fri Oct 5 20:30:59 2007 UTC (2 years, 1 month ago) by hossman
File length: 27434 byte(s)
Diff to previous 577285 (colored)
cleaning up a ton of javadoc warnings from gdata.  most of these fixes related to either: clarifying packages for @link tags; changing @link or @see tags that pointed at classes/methods that didn't exist (by picking classes with very similar names that do exist); or removing incomplete stub javadocs (that added no information beyond the signature

Revision 577285 - (view) (annotate) - [select for diffs]
Modified Wed Sep 19 12:37:34 2007 UTC (2 years, 2 months ago) by gsingers
File length: 27371 byte(s)
Diff to previous 568965 (colored)
LUCENE-1002: Exclude contrib/benchmark/temp and work from the distribution classpath

Revision 568965 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 13:17:49 2007 UTC (2 years, 3 months ago) by gsingers
File length: 27321 byte(s)
Diff to previous 568766 (colored)
Added apply-patch target

Revision 568766 - (view) (annotate) - [select for diffs]
Modified Wed Aug 22 23:16:48 2007 UTC (2 years, 3 months ago) by buschmi
File length: 26753 byte(s)
Diff to previous 564036 (colored)
- LUCENE-908: Improvements and simplifications for how the MANIFEST file and the META-INF dir are created.
- LUCENE-935: Various improvements for the maven artifacts. Now the artifacts also include the sources as .jar files. 

Revision 564036 - (view) (annotate) - [select for diffs]
Modified Wed Aug 8 22:26:44 2007 UTC (2 years, 3 months ago) by mikemccand
File length: 27311 byte(s)
Diff to previous 547860 (colored)
LUCENE-966: sizable (~6X faster) speedups to StandardTokenizer by using JFlex instead of JavaCC

Revision 547860 - (view) (annotate) - [select for diffs]
Modified Sat Jun 16 04:45:13 2007 UTC (2 years, 5 months ago) by buschmi
File length: 27066 byte(s)
Diff to previous 546226 (colored)
LUCENE-622: Add ant target and pom.xml files for building maven artifacts of the Lucene core and the contrib modules. 

Revision 546226 - (view) (annotate) - [select for diffs]
Modified Mon Jun 11 19:29:41 2007 UTC (2 years, 5 months ago) by hossman
File length: 26284 byte(s)
Diff to previous 545696 (colored)
LUCENE-930: Various contrib building improvements to ensure contrib dependencies are met, and test compilation errors fail the build.

Revision 545696 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 06:09:46 2007 UTC (2 years, 5 months ago) by buschmi
File length: 25956 byte(s)
Diff to previous 545010 (colored)
LUCENE-931: adding missing license headers to various files

Revision 545010 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 00:48:32 2007 UTC (2 years, 5 months ago) by buschmi
File length: 25141 byte(s)
Diff to previous 544611 (colored)
LUCENE-908: 
- Improves content of MANIFEST file and makes it customizable for the contribs.
- Adds SNOWBALL-LICENSE.txt to META-INF of the snowball jar 
- lucli jar now contains LICENSE.txt and NOTICE.txt.

Revision 544611 - (view) (annotate) - [select for diffs]
Modified Tue Jun 5 19:54:38 2007 UTC (2 years, 5 months ago) by buschmi
File length: 23414 byte(s)
Diff to previous 544341 (colored)
LUCENE-907: Include LICENSE.TXT and NOTICE.TXT in the META-INF dirs of demo war, demo jar, and the contrib jars. 

Revision 544341 - (view) (annotate) - [select for diffs]
Modified Tue Jun 5 01:18:48 2007 UTC (2 years, 5 months ago) by buschmi
File length: 23155 byte(s)
Diff to previous 544040 (colored)
LUCENE-904: The "package" targets in build.xml now also generate .md5 checksum files

Revision 544040 - (view) (annotate) - [select for diffs]
Modified Mon Jun 4 04:03:24 2007 UTC (2 years, 5 months ago) by buschmi
File length: 21740 byte(s)
Diff to previous 543257 (colored)
LUCENE-894: Add custom build file for binary distributions that includes targets to build the demos.

Revision 543257 - (view) (annotate) - [select for diffs]
Modified Thu May 31 20:58:55 2007 UTC (2 years, 5 months ago) by hossman
File length: 21081 byte(s)
Diff to previous 542769 (colored)
LUCENE-885: fixing bug with compilation on java 1.4, introduce by earlier commit for this issue

Revision 542769 - (view) (annotate) - [select for diffs]
Modified Wed May 30 07:18:29 2007 UTC (2 years, 5 months ago) by hossman
File length: 21212 byte(s)
Diff to previous 536942 (colored)
LUCENE-885: include contribs in 'ant test' ... includes fixes for several contribs to make tests run cleanly regardless of what working directory they are run in

Revision 536942 - (view) (annotate) - [select for diffs]
Modified Thu May 10 17:19:31 2007 UTC (2 years, 6 months ago) by doronc
File length: 20455 byte(s)
Diff to previous 536610 (colored)
LUCENE-875: "javadocs" target: don't fail on error/warning; depend on "build-contrib".

Revision 536610 - (view) (annotate) - [select for diffs]
Modified Wed May 9 18:14:43 2007 UTC (2 years, 6 months ago) by hossman
File length: 21164 byte(s)
Diff to previous 536599 (colored)
javadoc cleanup: slurp in all jars needed by contribs, without enumerating

Revision 536599 - (view) (annotate) - [select for diffs]
Modified Wed May 9 17:45:58 2007 UTC (2 years, 6 months ago) by hossman
File length: 22954 byte(s)
Diff to previous 535448 (colored)
cleaning up the javadoc task definition a bit, since some contribs are currently not getting their javadocs generated

Revision 535448 - (view) (annotate) - [select for diffs]
Modified Sat May 5 05:36:49 2007 UTC (2 years, 6 months ago) by doronc
File length: 21785 byte(s)
Diff to previous 535366 (colored)
javadoc warnings and errors solved (except for gdata).
build.xml "javadocs" target will now fail if there are 
javadoc warnings/errors under jdk1.4.

Revision 535366 - (view) (annotate) - [select for diffs]
Modified Fri May 4 19:54:30 2007 UTC (2 years, 6 months ago) by doronc
File length: 18869 byte(s)
Diff to previous 517863 (colored)
untabify build.xml.

Revision 517863 - (view) (annotate) - [select for diffs]
Modified Tue Mar 13 20:50:56 2007 UTC (2 years, 8 months ago) by doronc
File length: 18854 byte(s)
Diff to previous 516586 (colored)
LUCENE-814: javacc build targets now fix line-end-style of generated
files, and deleting all javacc generated files before calling javacc.

Revision 516586 - (view) (annotate) - [select for diffs]
Modified Fri Mar 9 22:29:00 2007 UTC (2 years, 8 months ago) by gsingers
File length: 18777 byte(s)
Diff to previous 510711 (colored)
LUCENE 791, INFRA-1173:

Migrated references from Jakarta Lucene Wiki to Lucene Java Wiki

Revision 510711 - (view) (annotate) - [select for diffs]
Modified Thu Feb 22 23:45:34 2007 UTC (2 years, 9 months ago) by doronc
File length: 18780 byte(s)
Diff to previous 489257 (colored)
LUCENE-804: fix build.xml to pack a compilable src_dist

Revision 489257 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 03:32:42 2006 UTC (2 years, 11 months ago) by gsingers
File length: 18757 byte(s)
Diff to previous 489254 (colored)
make sure build.dir gets created as well.  Plus make sure we exclude the results of running Forrest (src/site/build) from the source packaging.

Revision 489254 - (view) (annotate) - [select for diffs]
Modified Thu Dec 21 03:14:02 2006 UTC (2 years, 11 months ago) by gsingers
File length: 18704 byte(s)
Diff to previous 487369 (colored)
Lucene 757 - Added init-dist target and had package and package-*-src call it to ensure the dist dir is created.

Revision 487369 - (view) (annotate) - [select for diffs]
Modified Thu Dec 14 22:02:03 2006 UTC (2 years, 11 months ago) by gsingers
File length: 18518 byte(s)
Diff to previous 486307 (colored)
http://issues.apache.org/jira/browse/LUCENE-747 fixed per patch from Simon Willnauer.

Revision 486307 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 20:56:44 2006 UTC (2 years, 11 months ago) by gsingers
File length: 18086 byte(s)
Diff to previous 486139 (colored)
Set the source to be the ${ant.java.version}

Revision 486139 - (view) (annotate) - [select for diffs]
Modified Tue Dec 12 13:44:09 2006 UTC (2 years, 11 months ago) by gsingers
File length: 18047 byte(s)
Diff to previous 480191 (colored)
Added in Benchmark javadocs to the contrib section

Revision 480191 - (view) (annotate) - [select for diffs]
Modified Tue Nov 28 20:33:00 2006 UTC (2 years, 11 months ago) by otis
File length: 17901 byte(s)
Diff to previous 479472 (colored)
- LUCENE-717: Avoid build failure when (unused) lib directory does not exist

Revision 479472 - (view) (annotate) - [select for diffs]
Modified Mon Nov 27 00:11:16 2006 UTC (3 years ago) by gsingers
File length: 17970 byte(s)
Diff to previous 468291 (colored)
updated docs target to echo a message on how to update the website

Revision 468291 - (view) (annotate) - [select for diffs]
Modified Fri Oct 27 06:17:24 2006 UTC (3 years, 1 month ago) by otis
File length: 17899 byte(s)
Diff to previous 414346 (colored)
- LUCENE-489: Add support for leading wildcard characters to QueryParser.

Revision 414346 - (view) (annotate) - [select for diffs]
Modified Wed Jun 14 18:54:28 2006 UTC (3 years, 5 months ago) by hossman
File length: 17741 byte(s)
Diff to previous 412574 (colored)
HACK Fix to javadoc generation so GData Server is only attempted when using java1.5

Revision 412574 - (view) (annotate) - [select for diffs]
Modified Wed Jun 7 21:56:25 2006 UTC (3 years, 5 months ago) by cutting
File length: 17376 byte(s)
Diff to previous 387550 (colored)
LUCENE-578.  First version of gdata-server.  Contributed by Simon Willnauer.

Revision 387550 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 15:36:32 2006 UTC (3 years, 8 months ago) by yonik
File length: 17321 byte(s)
Diff to previous 381420 (colored)
remove deprecations

Revision 381420 - (view) (annotate) - [select for diffs]
Modified Mon Feb 27 19:54:13 2006 UTC (3 years, 8 months ago) by cutting
File length: 17456 byte(s)
Diff to previous 381415 (colored)
Make it clear in javadoc which modules are in contrib.

Revision 381415 - (view) (annotate) - [select for diffs]
Modified Mon Feb 27 19:50:18 2006 UTC (3 years, 8 months ago) by cutting
File length: 17348 byte(s)
Diff to previous 379189 (colored)
Fix for LUCENE-499: documentation improvements prior to 1.9 release.  Contributed by Hoss.

Revision 379189 - (view) (annotate) - [select for diffs]
Modified Mon Feb 20 18:11:02 2006 UTC (3 years, 9 months ago) by cutting
File length: 16537 byte(s)
Diff to previous 372328 (colored)
Minor javadoc improvements.

Revision 372328 - (view) (annotate) - [select for diffs]
Modified Wed Jan 25 21:45:56 2006 UTC (3 years, 10 months ago) by cutting
File length: 16527 byte(s)
Diff to previous 348140 (colored)
Add a nightly target.  Also remove jjdoc from package for now.

Revision 348140 - (view) (annotate) - [select for diffs]
Modified Tue Nov 22 10:07:42 2005 UTC (4 years ago) by ehatcher
File length: 16467 byte(s)
Diff to previous 307284 (colored)
Adding stubversion="1.2" prevents <rmic> from recompiling RemoteSearchable
every build because the _Skel class isn't present.  _Skel is a legacy of
JDK 1.1, and no longer used.


Revision 307284 - (view) (annotate) - [select for diffs]
Modified Sat Oct 8 11:01:09 2005 UTC (4 years, 1 month ago) by dnaber
File length: 16449 byte(s)
Diff to previous 219547 (colored)
Make "ant -projecthelp" show the javadocs and docs targets as well (LUCENE-447),
by Luc Vanlerberghe

Revision 219547 - (view) (annotate) - [select for diffs]
Modified Mon Jul 18 18:20:30 2005 UTC (4 years, 4 months ago) by ehatcher
File length: 16386 byte(s)
Diff to previous 179759 (colored)
correct build file to reflect move of PrecedenceQueryParser to contrib/miscellaneous

Revision 179759 - (view) (annotate) - [select for diffs]
Modified Fri Jun 3 09:47:25 2005 UTC (4 years, 5 months ago) by ehatcher
File length: 16813 byte(s)
Diff to previous 170003 (colored)
adjust build file to run new site build for docs target

Revision 170003 - (view) (annotate) - [select for diffs]
Modified Fri May 13 10:21:54 2005 UTC (4 years, 6 months ago) by ehatcher
File length: 18388 byte(s)
Diff to previous 169862 (colored)
controversial: do not fail the build for contrib components not building successfully.  this is to make Gump happy for now, but in the future a more granular conditional build of each contrib project may be desirable

Revision 169862 - (view) (annotate) - [select for diffs]
Modified Thu May 12 18:11:04 2005 UTC (4 years, 6 months ago) by cutting
File length: 18387 byte(s)
Diff to previous 169391 (colored)
Fix build to not complain about non-test tests.

Revision 169391 - (view) (annotate) - [select for diffs]
Modified Tue May 10 01:19:03 2005 UTC (4 years, 6 months ago) by ehatcher
File length: 18227 byte(s)
Diff to previous 168986 (colored)
#34816 - adjust for contrib/WordNet renaming

Revision 168986 - (view) (annotate) - [select for diffs]
Modified Fri May 6 23:43:54 2005 UTC (4 years, 6 months ago) by ehatcher
File length: 18227 byte(s)
Diff to previous 165616 (colored)
prefix all JARs with lucene-

Revision 165616 - (view) (annotate) - [select for diffs]
Modified Mon May 2 10:00:44 2005 UTC (4 years, 6 months ago) by ehatcher
File length: 18368 byte(s)
Diff to previous 165571 (colored)
Add contrib/memory to javadocs, and add imported build files into src distribution

Revision 165571 - (view) (annotate) - [select for diffs]
Modified Mon May 2 01:06:14 2005 UTC (4 years, 6 months ago) by ehatcher
File length: 18319 byte(s)
Diff to previous 165568 (colored)
aggregate duplicated distribution patterns into reusable patternsets

Revision 165568 - (view) (annotate) - [select for diffs]
Modified Mon May 2 00:51:18 2005 UTC (4 years, 6 months ago) by ehatcher
File length: 17964 byte(s)
Diff to previous 165566 (colored)
add contrib pieces to distribution files

Revision 165566 - (view) (annotate) - [select for diffs]
Modified Mon May 2 00:11:11 2005 UTC (4 years, 6 months ago) by ehatcher
File length: 17849 byte(s)
Diff to previous 164932 (colored)
overhaul of build system to facilitate building and packaging of contrib sub-projects.  some work still to be done, but core Lucene build still working fine

Revision 164932 - (view) (annotate) - [select for diffs]
Modified Wed Apr 27 01:30:29 2005 UTC (4 years, 7 months ago) by ehatcher
File length: 30368 byte(s)
Diff to previous 164742 (colored)
clean up javadoc groups and omit net.sf packages

Revision 164742 - (view) (annotate) - [select for diffs]
Modified Tue Apr 26 04:41:54 2005 UTC (4 years, 7 months ago) by ehatcher
File length: 30340 byte(s)
Diff to previous 164210 (colored)
javadoc fixup

Revision 164210 - (view) (annotate) - [select for diffs]
Modified Fri Apr 22 10:21:15 2005 UTC (4 years, 7 months ago) by ehatcher
File length: 28960 byte(s)
Diff to previous 162067 (colored)
commonize javac compilation using macrodef - Ant 1.6.2 is required now, if it was not already

Revision 162067 - (view) (annotate) - [select for diffs]
Modified Wed Apr 20 20:48:16 2005 UTC (4 years, 7 months ago) by cutting
File length: 29105 byte(s)
Diff to previous 162056 (colored)
Specify javac source and target versions.  Default both to 1.3.  Folks
can override with 'ant -Djavac.source=XXX'.  Patch from Brion
Vibber.  Bug #34544.

Revision 162056 - (view) (annotate) - [select for diffs]
Modified Wed Apr 20 19:46:10 2005 UTC (4 years, 7 months ago) by cutting
File length: 28761 byte(s)
Diff to previous 161996 (colored)
Fix so that javadoc shows protected methods by default, and internal
documentation includes package-private but not private.

Revision 161996 - (view) (annotate) - [select for diffs]
Modified Wed Apr 20 00:38:57 2005 UTC (4 years, 7 months ago) by ehatcher
File length: 28758 byte(s)
Diff to previous 160167 (colored)
#34528 - Ant macro for javadocs and javadocs-internal

Revision 160167 - (view) (annotate) - [select for diffs]
Modified Tue Apr 5 12:59:48 2005 UTC (4 years, 7 months ago) by ehatcher
File length: 28980 byte(s)
Diff to previous 158753 (colored)
adjusted how the asf.site.home property is used.  there is now no default for it, as that will likely vary for all of us

Revision 158753 - (view) (annotate) - [select for diffs]
Modified Wed Mar 23 10:32:12 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 28709 byte(s)
Diff to previous 157223 (colored)
exclude known failing prototype query parser test from default test run

Revision 157223 - (view) (annotate) - [select for diffs]
Modified Sat Mar 12 03:23:13 2005 UTC (4 years, 8 months ago) by otis
File length: 28664 byte(s)
Diff to previous 157220 (colored)
- Let callers get the Lucene version number, as specified in the Manifest

Revision 157220 - (view) (annotate) - [select for diffs]
Modified Sat Mar 12 03:16:12 2005 UTC (4 years, 8 months ago) by otis
File length: 28663 byte(s)
Diff to previous 156449 (colored)
- Switched from 'jakarta-site2' to 'site'.  This requires 'site' to be
  checked out 3 levels higher.  For example:
    /home/otis/dev/repos/lucene/java/trunk
    /home/otis/dev/repos/site


Revision 156449 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 21:46:39 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 28686 byte(s)
Diff to previous 156448 (colored)
Fix broken QueryParser.jj and generated code.  Removed inadvertent debugging <echo> from build.xml.  
Added (currently failing) test cases for new PrecedenceQueryParser as a target for enhancement.


Revision 156448 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 21:17:11 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 28728 byte(s)
Diff to previous 156445 (colored)
add JavaCC .jj/.java uptodate check with warning notice

Revision 156445 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 20:28:25 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 28177 byte(s)
Diff to previous 156433 (colored)
Because we're doing something atypical, storing generated artifacts in the repository, its tricky to ensure
up-to-dateness.  Because generation is an infrequent activity, deleting the main .java file for each of the .jj
files is good enough to ensure everything gets regenerated.


Revision 156433 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 16:18:37 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 27708 byte(s)
Diff to previous 156431 (colored)
correct target path for jjdoc

Revision 156431 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 16:08:02 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 27697 byte(s)
Diff to previous 151795 (colored)
Add new PrecedenceQueryParser so others can try it out and discuss any issues with it.  TestPrecedenceQueryParser is
a clone of TestQueryParser with two noted changes - one within testQPA and with the testPrecedence method.  testPrecedence
was added to TestQueryParser to show its awkward behavior (and ensure it doesn't change).

Modified build to use Ant's <javacc> task, instead of launching directly with <java>, which has built-in dependency
checking. 


Revision 151795 - (view) (annotate) - [select for diffs]
Modified Mon Feb 7 23:57:02 2005 UTC (4 years, 9 months ago) by dnaber
File length: 26763 byte(s)
Diff to previous 150695 (colored)
increase version number from 1.5 to 1.9, so that the jar is called lucene-1.9-rc1-dev.jar

Revision 150695 - (view) (annotate) - [select for diffs]
Modified Sun Dec 5 18:24:35 2004 UTC (4 years, 11 months ago) by bmesser
File length: 26763 byte(s)
Diff to previous 150526 (colored)
add task "test-deprecated" to run deprecated test cases.

Revision 150526 - (view) (annotate) - [select for diffs]
Modified Mon Sep 20 18:16:50 2004 UTC (5 years, 2 months ago) by cutting
File length: 23571 byte(s)
Diff to previous 150442 (colored)
Add GCJ target.  Also change datestamp of jar to per-day rather than
per-second so that other targets can be based on the jar file without
having to be rebuilt every second.  And fixed a typo.

Revision 150442 - (view) (annotate) - [select for diffs]
Modified Tue Aug 17 20:38:46 2004 UTC (5 years, 3 months ago) by otis
File length: 23444 byte(s)
Diff to previous 150369 (colored)
- Applied patch from http://issues.apache.org/bugzilla/show_bug.cgi?id=30360
PR: 30360
Submitted by:	Paul Elschot
Reviewed by:	Otis Gospodnetic

Revision 150369 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 17:40:41 2004 UTC (5 years, 4 months ago) by cutting
File length: 22745 byte(s)
Diff to previous 150360 (colored)
Preparing for 1.4 final release.

Revision 150360 - (view) (annotate) - [select for diffs]
Modified Sun May 30 20:24:20 2004 UTC (5 years, 5 months ago) by otis
File length: 22745 byte(s)
Diff to previous 150335 (colored)
- Switched to UTF-8 file encoding

Revision 150335 - (view) (annotate) - [select for diffs]
Modified Tue May 11 20:20:04 2004 UTC (5 years, 6 months ago) by cutting
File length: 22750 byte(s)
Diff to previous 150328 (colored)
Preparing for 1.4RC3 release.

Revision 150328 - (view) (annotate) - [select for diffs]
Modified Tue May 11 19:28:37 2004 UTC (5 years, 6 months ago) by cutting
File length: 22750 byte(s)
Diff to previous 150282 (colored)
Changed so that 'ant jar' works again.

Revision 150282 - (view) (annotate) - [select for diffs]
Modified Wed Apr 7 23:53:21 2004 UTC (5 years, 7 months ago) by ehatcher
File length: 22708 byte(s)
Diff to previous 150270 (colored)
add descriptive failure if junit.jar is missing

Revision 150270 - (view) (annotate) - [select for diffs]
Modified Tue Mar 30 17:32:11 2004 UTC (5 years, 7 months ago) by cutting
File length: 22386 byte(s)
Diff to previous 150261 (colored)
Preparing for 1.4RC2 release.

Revision 150261 - (view) (annotate) - [select for diffs]
Modified Mon Mar 29 23:20:54 2004 UTC (5 years, 7 months ago) by cutting
File length: 22386 byte(s)
Diff to previous 150253 (colored)
Preparing for 1.4-RC1 release.

Revision 150253 - (view) (annotate) - [select for diffs]
Modified Fri Mar 26 09:54:49 2004 UTC (5 years, 8 months ago) by ehatcher
File length: 22386 byte(s)
Diff to previous 150252 (colored)
oops, lost special DSTAMP/TSTAMP overrides in the last commit

Revision 150252 - (view) (annotate) - [select for diffs]
Modified Fri Mar 26 09:42:28 2004 UTC (5 years, 8 months ago) by ehatcher
File length: 22282 byte(s)
Diff to previous 150204 (colored)
make current year dynamic

Revision 150204 - (view) (annotate) - [select for diffs]
Modified Thu Feb 19 18:13:30 2004 UTC (5 years, 9 months ago) by cutting
File length: 22363 byte(s)
Diff to previous 150163 (colored)
Add "compile" target; turn on deprecation checking by default; remove
an unused property.

Revision 150163 - (view) (annotate) - [select for diffs]
Modified Sun Dec 28 16:05:53 2003 UTC (5 years, 11 months ago) by ehatcher
File length: 22281 byte(s)
Diff to previous 150160 (colored)
Fix todo in build file for building WAR demo. Submitted by Jean-Fran��ois Halleux

Revision 150160 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 18:05:27 2003 UTC (5 years, 11 months ago) by cutting
File length: 22324 byte(s)
Diff to previous 150142 (colored)
pre-release commit

Revision 150142 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 22:01:47 2003 UTC (6 years ago) by cutting
File length: 22324 byte(s)
Diff to previous 150116 (colored)
Update for RC3.

Revision 150116 - (view) (annotate) - [select for diffs]
Modified Thu Oct 23 01:59:55 2003 UTC (6 years, 1 month ago) by ehatcher
File length: 22324 byte(s)
Diff to previous 150112 (colored)
cleanup velocity.log; set sys property for test cases to use for test files

Revision 150112 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 14:43:17 2003 UTC (6 years, 1 month ago) by cutting
File length: 22245 byte(s)
Diff to previous 150107 (colored)
prepare for rc2 release

Revision 150107 - (view) (annotate) - [select for diffs]
Modified Mon Oct 20 18:07:02 2003 UTC (6 years, 1 month ago) by ehatcher
File length: 22245 byte(s)
Diff to previous 150093 (colored)
add dataDir VM property for test cases to use

Revision 150093 - (view) (annotate) - [select for diffs]
Modified Mon Oct 13 14:15:14 2003 UTC (6 years, 1 month ago) by otis
File length: 22276 byte(s)
Diff to previous 150062 (colored)
- Added target descriptions, so ant -projecthelp lists them.

Revision 150062 - (view) (annotate) - [select for diffs]
Modified Thu Sep 25 21:23:18 2003 UTC (6 years, 2 months ago) by dmitrys
File length: 22118 byte(s)
Diff to previous 150051 (colored)
Added demo to junit's classpath. This is needed by some of the new test cases.

Revision 150051 - (view) (annotate) - [select for diffs]
Modified Sat Sep 20 17:45:32 2003 UTC (6 years, 2 months ago) by ehatcher
File length: 22062 byte(s)
Diff to previous 150046 (colored)
major build process cleanup

Revision 150046 - (view) (annotate) - [select for diffs]
Modified Thu Sep 18 18:09:28 2003 UTC (6 years, 2 months ago) by ehatcher
File length: 25623 byte(s)
Diff to previous 150045 (colored)
test failure = build failure.

also, added XML test output capture and a standalone
generate-test-reports target to make HTML test
results reports.

Revision 150045 - (view) (annotate) - [select for diffs]
Modified Thu Sep 18 17:42:35 2003 UTC (6 years, 2 months ago) by ehatcher
File length: 25130 byte(s)
Diff to previous 150044 (colored)
More build file cleanup - making target names
more sensible in an effort to start splitting the
coupling between the demo, tests, and core.  Test
target is now "test" ("test-unit" alias remains).

Revision 150044 - (view) (annotate) - [select for diffs]
Modified Thu Sep 18 17:19:19 2003 UTC (6 years, 2 months ago) by ehatcher
File length: 25027 byte(s)
Diff to previous 150043 (colored)
fix manifest generation, which was broken by the previous indentation cleanup

Revision 150043 - (view) (annotate) - [select for diffs]
Modified Thu Sep 18 16:56:18 2003 UTC (6 years, 2 months ago) by ehatcher
File length: 24540 byte(s)
Diff to previous 150040 (colored)
Cosmetic - reformatted.  I'm embarking on some
refactorings to accomodate a snazzy new demo app
and wanted to get indentation cleanup committed
in one commit so the later meatier commits won't
have whitespace diffs also.

Revision 150040 - (view) (annotate) - [select for diffs]
Modified Thu Sep 18 09:25:35 2003 UTC (6 years, 2 months ago) by ehatcher
File length: 24553 byte(s)
Diff to previous 150017 (colored)
allow @todo tags without warnings

Revision 150017 - (view) (annotate) - [select for diffs]
Modified Thu Sep 11 01:51:33 2003 UTC (6 years, 2 months ago) by ehatcher
File length: 24507 byte(s)
Diff to previous 150004 (colored)
PR 19468, but not exactly as it was done in the provided patches.  JavaCC is no longer required to build Lucene, but can be run optionally

Revision 150004 - (view) (annotate) - [select for diffs]
Modified Tue Aug 12 10:49:44 2003 UTC (6 years, 3 months ago) by ehatcher
File length: 23899 byte(s)
Diff to previous 150002 (colored)
allow isolation of a single unit test

Revision 150002 - (view) (annotate) - [select for diffs]
Modified Tue Aug 12 10:37:09 2003 UTC (6 years, 3 months ago) by ehatcher
File length: 23724 byte(s)
Diff to previous 150001 (colored)
clean up test build procedure slightly

Revision 150001 - (view) (annotate) - [select for diffs]
Modified Tue Aug 12 09:22:23 2003 UTC (6 years, 3 months ago) by ehatcher
File length: 24178 byte(s)
Diff to previous 149998 (colored)
#22344 - changed enum to enumerator

Revision 149998 - (view) (annotate) - [select for diffs]
Modified Tue Jun 17 01:24:14 2003 UTC (6 years, 5 months ago) by otis
File length: 24070 byte(s)
Diff to previous 149997 (colored)
- Excluded JUnit Jar from .zip and .tgz builds.

Revision 149997 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 17:43:47 2003 UTC (6 years, 5 months ago) by otis
File length: 24010 byte(s)
Diff to previous 149885 (colored)
- Updated JavaCC references.

Revision 149885 - (view) (annotate) - [select for diffs]
Modified Thu Nov 7 17:31:27 2002 UTC (7 years ago) by cutting
File length: 23997 byte(s)
Diff to previous 149866 (colored)
Added a public, extensible scoring API.

Revision 149866 - (view) (annotate) - [select for diffs]
Modified Sat Oct 19 16:08:59 2002 UTC (7 years, 1 month ago) by otis
File length: 24062 byte(s)
Diff to previous 149865 (colored)
- Added Specification-* entries to the manifest.

Revision 149865 - (view) (annotate) - [select for diffs]
Modified Sat Oct 19 16:06:04 2002 UTC (7 years, 1 month ago) by otis
File length: 23965 byte(s)
Diff to previous 149860 (colored)
- Modified targets ininit and jar, in order to get a custom MANIFEST.MF in a
  Jar file.

Revision 149860 - (view) (annotate) - [select for diffs]
Modified Mon Sep 23 04:08:55 2002 UTC (7 years, 2 months ago) by otis
File length: 23493 byte(s)
Diff to previous 149857 (colored)
- Added encoding to javadocs target.

Revision 149857 - (view) (annotate) - [select for diffs]
Modified Fri Sep 20 02:17:14 2002 UTC (7 years, 2 months ago) by otis
File length: 23458 byte(s)
Diff to previous 149850 (colored)
- Reverted back to the previous revision (1.29).

Revision 149850 - (view) (annotate) - [select for diffs]
Modified Thu Sep 19 04:21:02 2002 UTC (7 years, 2 months ago) by otis
File length: 25930 byte(s)
Diff to previous 149815 (colored)
- Changed javadocs target to show package/protected/public classes and
  members.
- Reindented.

Revision 149815 - (view) (annotate) - [select for diffs]
Modified Wed Jul 17 22:11:34 2002 UTC (7 years, 4 months ago) by cutting
File length: 23458 byte(s)
Diff to previous 149814 (colored)
Renamed a new class and updated some javadoc.

Revision 149814 - (view) (annotate) - [select for diffs]
Modified Wed Jul 17 21:54:38 2002 UTC (7 years, 4 months ago) by cutting
File length: 23462 byte(s)
Diff to previous 149778 (colored)
Added support for remote searching via RMI.

Revision 149778 - (view) (annotate) - [select for diffs]
Modified Mon Jun 17 15:34:41 2002 UTC (7 years, 5 months ago) by otis
File length: 23309 byte(s)
Diff to previous 149749 (colored)
- Cosmetics.

Revision 149749 - (view) (annotate) - [select for diffs]
Modified Mon May 13 20:18:42 2002 UTC (7 years, 6 months ago) by carlson
File length: 23310 byte(s)
Diff to previous 149736 (colored)
Modified build.xml  source target build to include the default.properties instead of the build.properties since the build.properties is for override features and the default.properties wasn't being included.

Revision 149736 - (view) (annotate) - [select for diffs]
Modified Mon May 6 21:59:44 2002 UTC (7 years, 6 months ago) by briangoetz
File length: 23308 byte(s)
Diff to previous 149731 (colored)
Add escape character to query parser (backslash); add unit test for escape character; wrap TokenMgrError with ParseException in QueryParser.parse

Revision 149731 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 15:16:18 2002 UTC (7 years, 6 months ago) by otis
File length: 23271 byte(s)
Diff to previous 149712 (colored)
- Added explicit encoding.
  A fix for bug #7019.
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7019
PR: 7019
Obtained from:	Raymond
Submitted by:
Reviewed by:

Revision 149712 - (view) (annotate) - [select for diffs]
Modified Mon Mar 11 00:43:21 2002 UTC (7 years, 8 months ago) by otis
File length: 23131 byte(s)
Diff to previous 149709 (colored)
- Fix for bug 7017:
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7017
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149709 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 22:18:28 2002 UTC (7 years, 9 months ago) by jon
File length: 23135 byte(s)
Diff to previous 149706 (colored)
implemented what i proposed on the mailing list with regards
to having a default.properties define the properties and
allow people to define their own properties easily by creating
a build.properties file.

I also updated the documentation to clearly lay out what one needs
to do to define their own properties.

-jon

Revision 149706 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 01:10:58 2002 UTC (7 years, 9 months ago) by otis
File length: 25489 byte(s)
Diff to previous 149678 (colored)
- Moved properties from build.properties in here. build.properties should be
  removed and replaced by build.properties.sample.
  Targets docweb-index and docweb-war I have commented out since it requires
  an Ant task that is not a part of Ant distribution yet.  These should be
  uncommented when this task makes it into the Ant distribution.
PR:
Obtained from:
Submitted by:	Erik Hatcher
Reviewed by:	Otis Gospodnetic

Revision 149678 - (view) (annotate) - [select for diffs]
Modified Wed Feb 13 16:52:02 2002 UTC (7 years, 9 months ago) by otis
File length: 21132 byte(s)
Diff to previous 149654 (colored)
- Updated JavaCC URL.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149654 - (view) (annotate) - [select for diffs]
Modified Sun Jan 27 23:20:04 2002 UTC (7 years, 10 months ago) by cutting
File length: 21146 byte(s)
Diff to previous 149646 (colored)
Fixed binary package to only include demo & jsp sources.

Revision 149646 - (view) (annotate) - [select for diffs]
Modified Sat Jan 26 15:01:32 2002 UTC (7 years, 10 months ago) by acoliver
File length: 21098 byte(s)
Diff to previous 149628 (colored)
PR:
Obtained from:
Reviewed by:	Doug Cutting / Lucene Community
new demo build target
added getting started guide
modified tests
moved demo to demo subpackage
added war demo

Revision 149628 - (view) (annotate) - [select for diffs]
Modified Mon Nov 19 01:19:23 2001 UTC (8 years ago) by otis
File length: 19817 byte(s)
Diff to previous 149625 (colored)
- Added a few targets to allow creation of a source-only distribution.
- Excluded *.java files from the binary distribution.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149625 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 22:37:25 2001 UTC (8 years ago) by otis
File length: 15630 byte(s)
Diff to previous 149623 (colored)
- Added "jar-src" target to allow creation of a jar file that includes only
  the source code.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149623 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 17:23:04 2001 UTC (8 years ago) by cutting
File length: 14980 byte(s)
Diff to previous 149617 (colored)
added README, CHANGES and BUILD files

Revision 149617 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 01:13:00 2001 UTC (8 years ago) by briangoetz
File length: 14864 byte(s)
Diff to previous 149612 (colored)
Fix tests so they compile; fix ant file so it compiles tests properly

Revision 149612 - (view) (annotate) - [select for diffs]
Modified Fri Oct 19 17:15:19 2001 UTC (8 years, 1 month ago) by cutting
File length: 14859 byte(s)
Diff to previous 149606 (colored)
Added source code into distribution.

Revision 149606 - (view) (annotate) - [select for diffs]
Modified Wed Oct 10 16:36:12 2001 UTC (8 years, 1 month ago) by cutting
File length: 14700 byte(s)
Diff to previous 149601 (colored)
Removed broken build scripts and their libs.  Build requires separate ant installation.

Revision 149601 - (view) (annotate) - [select for diffs]
Modified Tue Oct 2 18:31:22 2001 UTC (8 years, 1 month ago) by cutting
File length: 14539 byte(s)
Diff to previous 149599 (colored)
Added demo files to distribution.  Fixed calls to demo in overview.html.

Revision 149599 - (view) (annotate) - [select for diffs]
Modified Tue Oct 2 15:54:16 2001 UTC (8 years, 1 month ago) by cutting
File length: 14219 byte(s)
Diff to previous 149590 (colored)
moved api.html into javadoc as overview; fixed links to javadoc

Revision 149590 - (view) (annotate) - [select for diffs]
Modified Tue Sep 25 19:07:06 2001 UTC (8 years, 2 months ago) by cutting
File length: 14178 byte(s)
Diff to previous 149585 (colored)
Changed javadoc to not include private classes, to include links to JDK docs, and to have correct copyright.

Revision 149585 - (view) (annotate) - [select for diffs]
Modified Mon Sep 24 22:33:21 2001 UTC (8 years, 2 months ago) by cutting
File length: 14153 byte(s)
Diff to previous 149583 (colored)
fixed javadoc target

Revision 149583 - (view) (annotate) - [select for diffs]
Modified Wed Sep 19 01:09:28 2001 UTC (8 years, 2 months ago) by jvanzyl
File length: 14142 byte(s)
Diff to previous 149581 (colored)
- fixing the "package" target so that the package-zip and package-tgz
  targets will work.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149581 - (view) (annotate) - [select for diffs]
Modified Tue Sep 18 17:49:23 2001 UTC (8 years, 2 months ago) by jvanzyl
File length: 14265 byte(s)
Diff to previous 149580 (colored)
- cleaning up some more files for the test target
- trying to generate the docs with ant installed and not
  the script and am having no luck.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149580 - (view) (annotate) - [select for diffs]
Modified Tue Sep 18 17:35:57 2001 UTC (8 years, 2 months ago) by jvanzyl
File length: 14159 byte(s)
Diff to previous 149579 (colored)
- import fixes in the test src tree
- the test target appears to depend on classes in the demo src
  tree so i added the dep to the test target. test target
  still isn't working but getting there.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149579 - (view) (annotate) - [select for diffs]
Modified Tue Sep 18 17:21:38 2001 UTC (8 years, 2 months ago) by jvanzyl
File length: 13917 byte(s)
Diff to previous 149578 (colored)
- fixes required to make the demo build. i missed some import statements.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149578 - (view) (annotate) - [select for diffs]
Modified Tue Sep 18 17:04:21 2001 UTC (8 years, 2 months ago) by jvanzyl
File length: 13860 byte(s)
Diff to previous 149575 (colored)
- getting the "demo" target to work.

  the build.properties is a bit of a mess. i'll get the test target(s)
  working than i'll clean it up.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149575 - (view) (annotate) - [select for diffs]
Modified Tue Sep 18 16:31:24 2001 UTC (8 years, 2 months ago) by jvanzyl
File length: 13819 byte(s)
Diff to previous 149565 (colored)
- build file for lucene, incorporates ted's work. i have only tried
  building the jar but i will keep testing. figured i would get
  everything into the repository.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 149565 - (view) (annotate) - [select for diffs]
Added Tue Sep 11 21:44:36 2001 UTC (8 years, 2 months ago) by rubys
File length: 1707 byte(s)
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2