Author: ben
Date: 2006-11-08 11:58:17 -0800 (Wed, 08 Nov 2006)
New Revision: 2441

Modified:
   openlaszlo/branches/legals/build.xml
Log:
Change 20061108-ben-w by [EMAIL PROTECTED] on 2006-11-08 11:35:21 PST
    in /Users/ben/src/svn/openlaszlo/branches/legals

Summary: Make megatest run runlzunit

New Features:

Bugs Fixed:

Technical Reviewer: minsky
QA Reviewer: mamye (in the nightly build)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    

Tests:
$ ant megatest 
will invoke runlzunit, and fail if runlzunit fails. 

Modified: openlaszlo/branches/legals/build.xml
===================================================================
--- openlaszlo/branches/legals/build.xml        2006-11-08 19:40:20 UTC (rev 
2440)
+++ openlaszlo/branches/legals/build.xml        2006-11-08 19:58:17 UTC (rev 
2441)
@@ -201,14 +201,12 @@
         description="Build AND run all tests." >
         <property name="megatest.do" value="true" />
         <ant target="lztest"/>
-        <echo message="WARNING: skipping runlzunit in megatest." />
-        <!-- ant target="runlzunit" -->        
+        <ant target="runlzunit"/>
         <ant target="wrappertest"/>
         <ant target="test"/>
         <ant target="tomcat.start" />
         <ant target="smoke"/>
         <ant target="scrutinize"/>
-        <ant target="prefetch" />
     </target>
 
   
@@ -617,6 +615,9 @@
       description="Check shipping files for missing/bad things"
       depends="init">
 
+      <echo message="WARNING: scrutinize does not fail the build if it fails! 
It should. [bshine 11.08.2006]" />
+      <!-- This requires a distro in order to run sensibly. Without a distro,
+          it just fails, but that's not informative. -->
       <exec executable="sh">
           <arg value="build-tools/scrutinize.sh" />
           <env key="DIRS" value="${builddir}" />
@@ -739,7 +740,7 @@
 
   <!--================  Target [dist-one] ==============-->
   <target name="dist-one" 
-      description="*** Build all distributions for a single platform, 
including prefetch and doc."
+      description="*** Build all distributions for a single platform, 
including doc."
       
depends="init,build-source-distro,build,doc,build-core,dist-dev,dist-core" >
   </target>     
 


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to