vgritsenko 2003/02/01 21:24:05
Modified: . build.xml
Log:
Dont use filesystemstore, use jisp.
Add sax parser property to jetty (for castor sample)
Revision Changes Path
1.317 +6 -3 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -r1.316 -r1.317
--- build.xml 1 Feb 2003 23:54:02 -0000 1.316
+++ build.xml 2 Feb 2003 05:24:04 -0000 1.317
@@ -909,7 +909,6 @@
<exclude name="**/components/store/Jisp*.java" unless="jisp.present"/>
<exclude name="**/store/jisp.*" unless="jisp.present"/>
- <exclude name="**/store/file.*" if="jisp.present"/>
<exclude name="**/components/xmlform/**" unless="jxpath.present"/>
<exclude name="**/samples/xmlform/**" unless="jxpath.present"/>
@@ -924,6 +923,9 @@
<exclude name="**/http/RequestWrapper*.java"/>
<exclude name="**/browser/*.x*"/>
-->
+
+ <!-- Do not use FilesystemStore, it's broken. Unless you have to. -->
+ <exclude name="**/store/file.*" if="jisp.present"/>
</fileset>
</copy>
@@ -2594,7 +2596,8 @@
</classpath>
<jvmarg
value="-Djava.endorsed.dirs=${java.endorsed.dirs}${path.separator}${endorsed.dir}"/>
- <sysproperty key="jetty.home" value="${antfile.dir}/build/cocoon/webapp/"/>
+ <sysproperty key="jetty.home" value="${antfile.dir}/build/cocoon/webapp/"/>
+ <sysproperty key="org.xml.sax.parser"
value="org.apache.xerces.parsers.SAXParser"/>
<arg line="jettyconf.xml" />
</java>
</target>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]