[jboss-cvs] jboss-seam/examples ...

Peter Muir peter at bleepbleep.org.uk
Sat Jul 14 18:53:24 EDT 2007


  User: pmuir   
  Date: 07/07/14 18:53:24

  Modified:    examples  build.xml
  Log:
  Add validateall to ci, make core.pom.xml and seam ui have no transitive dependencies for now
  
  Revision  Changes    Path
  1.20      +6 -9      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- build.xml	14 Jul 2007 13:34:14 -0000	1.19
  +++ build.xml	14 Jul 2007 22:53:24 -0000	1.20
  @@ -60,11 +60,6 @@
   	<property name="schema.version" value="${version}" />
   	<property name="testng.jar" value="${seam.dir}/lib/testng-5.6-jdk15.jar" />
   
  -	<!-- Enable validation (only if set true in build.properties) -->
  -	<condition property="validate.xml.enabled">
  -		<istrue value="${validate.xml}" />
  -	</condition>
  -
   	<property name="javac.debug" value="true" />
   	<property name="javac.deprecation" value="false" />
   
  @@ -671,8 +666,7 @@
   
   	<!-- #################### TEST TARGETS (JBOSS AS) ##################### -->
   	<!--
  -	  You can test the example by running the test target.  This will also
  -	  validate the configuration files if enabled in the main build.properties.
  +	  You can test the example by running the test target.  
   	-->
   
   	<path id="emma.classpath">
  @@ -680,8 +674,11 @@
   		<pathelement location="${seam.dir}/extras/emma/emma_ant.jar" />
   	</path>
   
  -	<target name="validateConfiguration" if="validate.xml.enabled">
  -		<ant antfile="${seam.dir}/validate.xml" target="validateConfiguration" />
  +	<target name="validateConfiguration" description="Validate XML Configuration files">
  +		<echo message="Validating configuaration files for ${Name}"/>
  +		<ant antfile="${seam.dir}/validate.xml" target="validateConfiguration">
  +			<reference refid="validate.resources" />
  +		</ant>
   	</target>
   
   	<!-- Compile the test classes -->
  
  
  



More information about the jboss-cvs-commits mailing list