krysalis-menu .build.properties.sample,NONE,1.1 build.xml,1.2,1.3
Glen Stampoultzis <[email protected]> Thu, 09 Dec 2004 04:28:43 +0000
| Newsgroups | gmane.comp.krysalis.metamorphosis.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/metamorphosis/krysalis-menu
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18459
Modified Files:
build.xml
Added Files:
.build.properties.sample
Log Message:
Some updates
Index: build.xml
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-menu/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 7 Dec 2004 02:46:20 -0000 1.2
--- build.xml 9 Dec 2004 04:28:41 -0000 1.3
***************
*** 43,48 ****
<path id="library.tapestry.classpath">
! <pathelement location="${tapestry.home}/framework/module-lib/compile/**/*.jar"/>
! <pathelement location="${tapestry.home}/contrib/module-lib/compile/**/*.jar"/>
</path>
--- 43,48 ----
<path id="library.tapestry.classpath">
! <fileset dir="${tapestry.home}/framework/target/module-lib/compile" includes="**/*.jar"/>
! <fileset dir="${tapestry.home}/contrib/target/module-lib/compile" includes="**/*.jar"/>
</path>
***************
*** 61,70 ****
<target name="init" description="Build initialization">
! <!-- Perform any build initialization in this target -->
</target>
<target name="clean" depends="clean.module.example, clean.module.documentation, clean.module.component" description="cleanup all"/>
! <target name="all" depends="init, clean, compile.module.component, j2ee.build.example, site" description="build all"/>
--- 61,78 ----
<target name="init" description="Build initialization">
!
! <fail unless="tapestry.home" message="Please define tapestry.home in .build.properties. See .build.properties.sample for an example of what properties to define"/>
! <fail unless="tomcat.home" message="Please define tomcat.home in .build.properties. See .build.properties.sample for an example of what properties to define"/>
! <fail unless="j2ee.path.jar" message="Please define j2ee.path.jar in .build.properties. See .build.properties.sample for an example of what properties to define"/>
!
! <available file="${tapestry.home}/framework/target" type="dir" property="tapestry.available"/>
!
! <fail unless="tapestry.available" message="Is the right version of tapestry installed in the directory '${tapestry.home}'? Expecting version 3.0.1"/>
!
</target>
<target name="clean" depends="clean.module.example, clean.module.documentation, clean.module.component" description="cleanup all"/>
! <target name="all" depends="init, clean, compile.module.component, j2ee.build.war.example, site" description="build all"/>
--- NEW FILE: .build.properties.sample ---
##############################################################################
# Sample property file. Copy to .ant.properties and edit the settings
# to match your environment
##############################################################################
# Home of the tapestry 3.0.1 distribution
tapestry.home=c:\\products\\apache\\Tapestry-3.0.1
# Tomcat 5 home (4 may work but it has not been tested)
tomcat.home=c:\\products\\apache\\tomcat-5
# The location of the example war output file.
j2ee.path.jar=example\\example.war
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/