Author: jharting
Date: 2008-11-25 11:27:29 -0500 (Tue, 25 Nov 2008)
New Revision: 9639
Modified:
trunk/build.xml
trunk/build/sample.build.properties
trunk/release-process.txt
Log:
JBSEAM-3751 fixed validateall target
Modified: trunk/build/sample.build.properties
===================================================================
--- trunk/build/sample.build.properties 2008-11-25 04:52:49 UTC (rev 9638)
+++ trunk/build/sample.build.properties 2008-11-25 16:27:29 UTC (rev 9639)
@@ -10,8 +10,6 @@
#
# Misc Settings
# -------------
-# Enabled validation of example XML descriptors
-#validate.xml true
# Directory in which to put build distribution, defaults to
../jboss-seam-${version}.${patchlevel}
#dist.dir ../jboss-seam-dist
# alphanumeric qualifier for the version number
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-11-25 04:52:49 UTC (rev 9638)
+++ trunk/build.xml 2008-11-25 16:27:29 UTC (rev 9639)
@@ -509,15 +509,33 @@
</target>
<target name="validateall" description="Validate all example XML
Configuration Files">
<ant dir="examples/booking" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/blog" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/contactlist" target="validateConfiguration"
inheritall="false" />
<ant dir="examples/dvdstore" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/drools" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/excel" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/groovybooking" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/icefaces" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/itext" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/mail" target="validateConfiguration"
inheritall="false" />
<ant dir="examples/messages" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/nestedbooking" target="validateConfiguration"
inheritall="false" />
<ant dir="examples/numberguess" target="validateConfiguration"
inheritall="false" />
- <ant dir="examples/contactlist" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/quartz" target="validateConfiguration"
inheritall="false" />
<ant dir="examples/registration" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/remoting/chatroom"
target="validateConfiguration" inheritall="false" />
+ <ant dir="examples/remoting/gwt" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/remoting/helloworld"
target="validateConfiguration" inheritall="false" />
+ <ant dir="examples/remoting/progressbar"
target="validateConfiguration" inheritall="false" />
+ <ant dir="examples/rss" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/seambay" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/seamdiscs" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/seampay" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/seamspace" target="validateConfiguration"
inheritall="false" />
<ant dir="examples/todo" target="validateConfiguration"
inheritall="false" />
- <ant dir="examples/blog" target="validateConfiguration"
inheritall="false" />
- <!--<ant dir="examples/seamdiscs"
target="validateConfiguration" inheritall="false" />-->
- <!--<ant dir="examples/portal" target="validateConfiguration"
inheritall="false" />-->
+ <ant dir="examples/ui" target="validateConfiguration"
inheritall="false" />
+ <ant dir="examples/wicket" target="validateConfiguration"
inheritall="false" />
+
</target>
Modified: trunk/release-process.txt
===================================================================
--- trunk/release-process.txt 2008-11-25 04:52:49 UTC (rev 9638)
+++ trunk/release-process.txt 2008-11-25 16:27:29 UTC (rev 9639)
@@ -167,7 +167,7 @@
- <TODO: A tool is needed to do this effectively/>
** Testsuite execution **
- - "ant -Dvalidate.xml=true cleanall testall testreport
+ - "ant cleanall validateall testall testreport
../releaselogs/x.x.x.XX.testallreport.txt"
-
check report/junit-noframes.html
- There should be no failures or errors.