Log of /lucene/java/trunk/build.xml
Parent Directory
|
Revision Log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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.