[Yanel-commits] rev 42244 - public/yanel/trunk/src/build/targets

michi at wyona.com michi at wyona.com
Sat Apr 4 11:51:15 CEST 2009


Author: michi
Date: 2009-04-04 11:51:14 +0200 (Sat, 04 Apr 2009)
New Revision: 42244

Modified:
   public/yanel/trunk/src/build/targets/resources.xml
Log:
changes re taskdef commented because this does not seem to work on Windows

Modified: public/yanel/trunk/src/build/targets/resources.xml
===================================================================
--- public/yanel/trunk/src/build/targets/resources.xml	2009-04-04 09:18:05 UTC (rev 42243)
+++ public/yanel/trunk/src/build/targets/resources.xml	2009-04-04 09:51:14 UTC (rev 42244)
@@ -2,26 +2,28 @@
 
 <project name="resources" default="deploy-resources" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
 
-<!--
   <target name="generate-resources-build" description="Generate resources build" depends="init">
--->
 <!--
   <target name="generate-resources-build" description="Generate resources build" depends="init, set-classpath">
 -->
 <!-- The core needs to exist, because certain classes will be re-used within custom tasks -->
-  <target name="generate-resources-build" description="Generate resources build" depends="init, compile-core, set-classpath">
-    <echo>INFO: Generate build file to build resources</echo>
+<!--
+<target name="generate-resources-build" description="Generate resources build" depends="init, compile-core, set-classpath">
+<echo>INFO: Generate build file to build resources</echo>
+-->
 
 <!--
     <property name="property.classpath.compile" refid="classpath.compile"/>
     <echo>COMPILE CORE CLASSPATH: ${property.classpath.compile}</echo>
 -->
 
-    <!-- Build custom ant tasks -->
+<!-- Build custom ant tasks -->
+<!--
     <javac srcdir="${yanel.source.home}/src/build/java"
            destdir="${classes.dir}">
       <classpath refid="classpath.compile"/>
     </javac>
+-->
 
     <path id="classpath.taskdef.merge-resource-types-configs">
       <pathelement path="${yanel.source.home}/src/build/"/> <!-- Location of log4j.properties (NOTE: The conf directory also contains a log4j.properties and hence this lines needs to be set first!) -->
@@ -40,7 +42,9 @@
     <echo>CLASSPATH: ${property.classpath.taskdef.merge-resource-types-configs}</echo>
 -->
 
-    <taskdef name="merge-resource-types-configs" classpathref="classpath.taskdef.merge-resource-types-configs" classname="org.wyona.yanel.ant.MergeResourceTypesConfigsTask"/>
+<!--
+<taskdef name="merge-resource-types-configs" classpathref="classpath.taskdef.merge-resource-types-configs" classname="org.wyona.yanel.ant.MergeResourceTypesConfigsTask"/>
+-->
 
 <!--
     <taskdef name="merge-resource-types-configs" classname="org.wyona.yanel.ant.MergeResourceTypesConfigsTask">



More information about the Yanel-commits mailing list