You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/11/29 19:39:14 UTC

svn commit: r349787 - in /webservices/axis2/trunk/java/modules: codegen/maven.xml integration/maven.xml samples/maven.xml security/maven.xml

Author: dims
Date: Tue Nov 29 10:39:08 2005
New Revision: 349787

URL: http://svn.apache.org/viewcvs?rev=349787&view=rev
Log:
more typos

Modified:
    webservices/axis2/trunk/java/modules/codegen/maven.xml
    webservices/axis2/trunk/java/modules/integration/maven.xml
    webservices/axis2/trunk/java/modules/samples/maven.xml
    webservices/axis2/trunk/java/modules/security/maven.xml

Modified: webservices/axis2/trunk/java/modules/codegen/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/maven.xml?rev=349787&r1=349786&r2=349787&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/codegen/maven.xml Tue Nov 29 10:39:08 2005
@@ -30,7 +30,7 @@
 
     <!-- run the schema compiler -->
     <postGoal name="test:compile">
-     <!--<j:if test="context.getVariable('maven.test.skip') != 'true'}">-->
+       <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
 
         <j:set var="compiled.classes.dir" value="target/classes"/>   <!-- Theres got to be a better way to do this -->
         <j:set var="schema.source.dir" value="test-resources/xsd"/>
@@ -89,7 +89,7 @@
 
         <ant:path id="schema.generated.classes.dir" location="${schema.generated.classes.dir}"/>
         <maven:addPath id="maven.dependency.classpath" refid="schema.generated.classes.dir"/>
-      <!--</j:if>-->
+      </j:if>
     </postGoal>
 
 </project>

Modified: webservices/axis2/trunk/java/modules/integration/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/maven.xml?rev=349787&r1=349786&r2=349787&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/maven.xml Tue Nov 29 10:39:08 2005
@@ -17,7 +17,7 @@
     </postGoal>
 
     <postGoal name="test:compile">
-      <j:if test="context.getVariable('maven.test.skip') != 'true'}">
+      <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
         <mkdir dir="target/test-resources/samples/modules"/>
         <mkdir dir="target/test-resources/repository-client/modules"/>
         <copy file="../addressing/target/addressing.mar"

Modified: webservices/axis2/trunk/java/modules/samples/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/maven.xml?rev=349787&r1=349786&r2=349787&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/maven.xml Tue Nov 29 10:39:08 2005
@@ -11,7 +11,7 @@
     <j:set var="samples.dir" value="target/samples"/>
 
     <postGoal name="test:test">
-      <j:if test="context.getVariable('maven.test.skip') != 'true'}">
+      <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
         <attainGoal name="create-samples"/>
       </j:if>
     </postGoal>

Modified: webservices/axis2/trunk/java/modules/security/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/security/maven.xml?rev=349787&r1=349786&r2=349787&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/security/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/security/maven.xml Tue Nov 29 10:39:08 2005
@@ -17,7 +17,7 @@
     </preGoal>
     
     <postGoal name="test:compile">
-      <j:if test="context.getVariable('maven.test.skip') != 'true'}">
+      <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
         <mkdir dir="target/classes/META-INF"/>
         <copy file="src/META-INF/module.xml"
             tofile="target/classes/META-INF/module.xml"/>
@@ -43,7 +43,7 @@
     </postGoal>
 
     <preGoal name="java:compile">
-     <j:if test="context.getVariable('maven.test.skip') != 'true'}">
+     <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
 
        	<j:set var="interop.dir" value="target/interop"/>
         <j:set var="work.dir" value="${interop.dir}/work"/>
@@ -95,7 +95,7 @@
 
 	<!--Create the service.aar" -->
     <postGoal name="java:compile">
-      <j:if test="context.getVariable('maven.test.skip') != 'true'}">
+      <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
 
 		<!-- move/copy interop classes into class.dir -->
     	<ant:move todir="${class.dir}">