/[Apache-SVN]
ViewVC logotype

Revision 712318


Jump to revision: Previous Next
Author: mharwood
Date: Sat Nov 8 00:20:32 2008 UTC (15 years, 11 months ago)
Changed paths: 22
Log Message:
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.



Changed paths

Path Details
Directorylucene/java/trunk/CHANGES.txt modified , text changed
Directorylucene/java/trunk/NOTICE.txt modified , text changed
Directorylucene/java/trunk/build.xml modified , text changed
Directorylucene/java/trunk/contrib/xml-query-parser/build.xml modified , text changed
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/META-INF/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/META-INF/MANIFEST.MF added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/WEB-INF/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/WEB-INF/data.tsv added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/WEB-INF/query.xsl added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/WEB-INF/web.xml added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/index.jsp added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/WebContent/stylesheet.css added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/java/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/java/org/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/java/org/apache/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/java/org/apache/lucene/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/java/org/apache/lucene/xmlparser/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/java/org/apache/lucene/xmlparser/webdemo/ added
Directorylucene/java/trunk/contrib/xml-query-parser/src/demo/java/org/apache/lucene/xmlparser/webdemo/FormBasedXmlQueryDemo.java added
Directorylucene/java/trunk/lib/servlet-api-2.4.jar added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26