Ignore:
Timestamp:
03/07/13 10:47:27 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/build.xml

    r688 r926  
    160160        </target> 
    161161 
     162        <target name="transform"> 
     163                <antcall target="runTransform" /> 
     164        </target> 
     165 
     166        <target name="runTransform" depends="compile" if="properties.file"> 
     167 
     168                <java classname="test.DEBBTranslator.src.PLMXMLTranslator" classpath="${build}/classes" fork="true"> 
     169                        <jvmarg value="-Xms512M"/>   
     170                        <jvmarg value="-Xmx2044M"/>   
     171                        <classpath> 
     172                                <path refid="class.path" /> 
     173                                <pathelement path="${jars}/junit-4.4.jar" /> 
     174                                <pathelement path="${jars}/log4j-1.2.13.jar" /> 
     175                                <pathelement path="${jars}/xalan-2.6.jar" /> 
     176                                <pathelement path="${jars}/castor_snapshot/castor-xml-1.2.1-SNAPSHOT.jar" /> 
     177                                <pathelement path="${jars}/xerces/xerces-2_9_0/xercesImpl.jar" /> 
     178                                <pathelement path="${jars}/xerces/xerces-2_9_0/xml-apis.jar" /> 
     179                                <dirset dir="properties" /> 
     180                        </classpath> 
     181                </java> 
     182        </target> 
    162183</project> 
Note: See TracChangeset for help on using the changeset viewer.