Commit Graph

10 Commits

Author SHA1 Message Date
Mark Harwood de7ab5b898 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.



git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@712318 13f79535-47bb-0310-9956-ffa450edef68
2008-11-08 00:20:32 +00:00
Grant Ingersoll 7dd34ef888 LUCENE-1153: added lib/junit and build support
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@615329 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 20:27:55 +00:00
Erik Hatcher c3847f26ea 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
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@165566 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 00:11:11 +00:00
Otis Gospodnetic c9f544ded1 - Removed JUnit 3.7 and added JUnit 3.8.1. All unit tests work with it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149862 13f79535-47bb-0310-9956-ffa450edef68
2002-10-18 02:28:19 +00:00
Otis Gospodnetic 2f2133f715 - Removed JUnit 3.5 and replaced it with JUnit 3.7.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149664 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 20:29:14 +00:00
Otis Gospodnetic e7bdd3df93 - JUnit 3.7 (replacing Junit 3.5).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149663 13f79535-47bb-0310-9956-ffa450edef68
2002-01-28 20:27:10 +00:00
Doug Cutting b1ab12b556 Removed JavaCC.zip from CVS, in order to conform to its license, which
does not permit redistribution without permission.  Developers must
now separately download JavaCC again.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149643 13f79535-47bb-0310-9956-ffa450edef68
2002-01-22 17:54:21 +00:00
Doug Cutting cfc5237e20 Removed broken build scripts and their libs. Build requires separate ant installation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149606 13f79535-47bb-0310-9956-ffa450edef68
2001-10-10 16:36:12 +00:00
Jason van Zyl 749b4aaf7e - adding some additional libs that were part of the original lucene
cvs. not sure about the javacc zip file being in our repository, i'm
  not sure the license agreement agreed upon with metamata/webgain applies
  with the transition to apache.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149569 13f79535-47bb-0310-9956-ffa450edef68
2001-09-18 16:24:12 +00:00
Sam Ruby 5a2615650e Initial revision
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149565 13f79535-47bb-0310-9956-ffa450edef68
2001-09-11 21:44:36 +00:00