[cvs] epoll commit by mtraum: fixed paths

JCorporate Ltd jcorp at jcorp2.servlets.net
Thu Oct 14 11:37:39 PDT 2004


Log Message:
-----------
fixed paths

Modified Files:
--------------
    epoll:
        build.xml

Revision Data
-------------
Index: build.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/epoll/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lbuild.xml -Lbuild.xml -u -r1.9 -r1.10
--- build.xml
+++ build.xml
@@ -31,13 +31,12 @@
 	<property name="build.optimize" value="true"/>
 	<!-- Project Specific Settings -->
 	<property name="epoll.name" value="${app.name}${app.version}"/>
+	<property name="epoll.web" value="${basedir}/src/expresso"/>
 	<property name="epoll.build.webinf" value="${basedir}/src/WEB-INF"/>
 	<property name="epoll.build.dist" value="${basedir}/dist"/>
 	<property name="epoll.config" value="${epoll.build.webinf}/config"/>
 	<property name="epoll.db" value="${epoll.build.webinf}/db"/>
 	<property name="epoll.src" value="${epoll.build.webinf}/src"/>
-	<property name="epoll.source" value="${epoll.src}/WEB-INF/src"/>
-	<property name="epoll.web" value="${epoll.src}/expresso"/>
 	<property name="epoll.component" value="${epoll.web}/components/epoll"/>
 	<property name="epoll.doc" value="${epoll.component}/doc"/>
 	<property name="epoll.javadocs" value="${epoll.component}/javadoc"/>
@@ -65,8 +64,8 @@
 ant clean        : Remove all generated class and jar files, plus
                      all generated documentation.
 ant compile      : Compiles only the ePoll base source.
-ant build        : Compiles ePoll and generates all
-                     documentation.
+ant build        : Cleans and compiles ePoll.
+ant build-all    : Clean, compile, generate all docs, and create all distribution types.
 
 ===== ARCHIVING ===================================================
 ant dist         : Runs the "compile" target, then creates a WAR
@@ -302,9 +301,9 @@
 1 - You need Apache FOP and all related jars.
 -->
 		<!-- Build the changelog -->
-		<!--	<java classname="org.apache.xalan.xslt.Process" classpath="${buildclasspath}" maxmemory="64m" failonerror="true" fork="true">
-			<arg line="-IN ${epoll.doc}/changelog.xml -OUT ${epoll.doc}/changelog.html"/>
-		</java> -->
+		<java classname="org.apache.xalan.xslt.Process" classpath="${buildclasspath}" maxmemory="64m" failonerror="true" fork="true">
+			<arg line="-IN ${epoll.doc}/ChangeLog.xml -OUT ${epoll.doc}/changelog.html"/>
+		</java>
 	</target>
 	<!--
 	============================================================================================


More information about the cvs mailing list