Author: ben
Date: 2007-01-23 09:35:02 -0800 (Tue, 23 Jan 2007)
New Revision: 3486
Modified:
openlaszlo/branches/legals/build.xml
Log:
Change 20070123-ben-r by [EMAIL PROTECTED] on 2007-01-23 09:33:48 PST
in /Users/ben/src/svn/openlaszlo/branches/legals
Summary: Don't try to run test target in examples/
New Features:
Bugs Fixed:
Technical Reviewer: ptw
QA Reviewer: mkratt (pending)
Doc Reviewer: none
Documentation:
The test target in examples is unrealistic; it expects everything in
the examples/ directory to compile, but we don't actually expect all
of those things to compile. Therefore, let's not even call that
particular ant target.
This speeds up the builds, too; calling lzc on a whole giant pile of
files takes a lot of time.
Also, finally get rid of the tasks that install some logging jars to
WEB-INF, because these tasks haven't been sensible in a long time.
Release Notes:
Details:
Tests:
ant clean
ant test
ant -Dheadless=true megatest
Modified: openlaszlo/branches/legals/build.xml
===================================================================
--- openlaszlo/branches/legals/build.xml 2007-01-23 07:59:58 UTC (rev
3485)
+++ openlaszlo/branches/legals/build.xml 2007-01-23 17:35:02 UTC (rev
3486)
@@ -571,7 +571,8 @@
<ant dir="${webapp-lps-home}/server" target="test" />
<ant dir="${webapp-lps-home}/schema" target="test" />
<ant dir="demos" target="test" />
- <ant dir="examples" target="test" />
+ <echo message="skipping examples test [bshine 01.22.2007]" />
+ <!-- <ant dir="examples" target="test" /> -->
<echo message="test/build.xml test target is broken, skipping. [bshine
10.27.2006]" />
<!-- ant dir="test" target="test" -->
</target>
@@ -1255,26 +1256,4 @@
in="laszlo-explorer/nav.xml"
out="quick-index.html"/>
</target>
-
- <target name="commons-logging-to-tomcat" depends="init"
- description="Add commons-logging jars into tomcat">
- <copy todir="${server.home}/common/lib">
- <fileset dir="WEB-INF/lib" >
- <include name="log4j-1.2.6.jar" />
- <include name="commons-logging.jar" />
- </fileset>
- </copy>
- </target>
-
- <target name="clean-commons-logging-from-tomcat" depends="init"
- description="Remove commons-logging jars from tomcat">
- <delete>
- <fileset dir="${server.home}/common/lib" >
- <include name="log4j-1.2.6.jar" />
- <include name="commons-logging.jar" />
- </fileset>
- </delete>
- </target>
-
-
</project>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins