You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by db...@apache.org on 2006/01/17 22:00:54 UTC

svn commit: r369918 - in /webservices/scout/trunk: maven.xml modules/scout/project.xml

Author: dbhole
Date: Tue Jan 17 13:00:52 2006
New Revision: 369918

URL: http://svn.apache.org/viewcvs?rev=369918&view=rev
Log:
Updated build configuration to put the data types classes into the Scout jar instead of an external one.

Modified:
    webservices/scout/trunk/maven.xml
    webservices/scout/trunk/modules/scout/project.xml

Modified: webservices/scout/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/scout/trunk/maven.xml?rev=369918&r1=369917&r2=369918&view=diff
==============================================================================
--- webservices/scout/trunk/maven.xml (original)
+++ webservices/scout/trunk/maven.xml Tue Jan 17 13:00:52 2006
@@ -18,18 +18,17 @@
  -->
 <project default="compilexsd"  xmlns:ant="jelly:ant">
 	<goal name="compilexsd">
-		<ant:mkdir dir="uddi-datatypes" />
+		<ant:mkdir dir="modules/scout/target/classes" />
 		<ant:java classname="org.apache.xmlbeans.impl.tool.SchemaCompiler" classpathref="maven.dependency.classpath" fork="true">
-			<arg value="-out" />
-			<arg value="uddi-datatypes/uddiv2-datatypes.jar" />
+			<arg value="-d" />
+			<arg value="modules/scout/target/classes" />
 			<arg value="etc/uddi_v2.xsd" />
 		</ant:java>
-		<ant:copy file="uddi-datatypes/uddiv2-datatypes.jar" tofile="${maven.home.local}/repository/scout/jars/uddiv2-datatypes-2.0.jar" />
 		<attainGoal name="multiproject:install"/>
 	</goal>
 
 	<preGoal name="multiproject:clean">
-		<ant:delete dir="uddi-datatypes" />
+		<ant:delete dir="modules/scout/target/classes/schema" />
+		<ant:delete dir="modules/scout/target/classes/uddiOrgApiV2" />
 	</preGoal>
-
 </project>

Modified: webservices/scout/trunk/modules/scout/project.xml
URL: http://svn.apache.org/viewcvs/webservices/scout/trunk/modules/scout/project.xml?rev=369918&r1=369917&r2=369918&view=diff
==============================================================================
--- webservices/scout/trunk/modules/scout/project.xml (original)
+++ webservices/scout/trunk/modules/scout/project.xml Tue Jan 17 13:00:52 2006
@@ -29,11 +29,6 @@
             <artifactId>jaxr-api</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
-		<dependency>
-			<groupId>scout</groupId>
-			<artifactId>uddiv2-datatypes</artifactId>
-			<version>2.0</version>
-		</dependency>
 
         <!-- external JARs -->
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org