You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Venkatesh Prasad Ranganath <vr...@sbcglobal.net> on 2005/01/25 17:35:33 UTC

About Subant

Hi,

Following is a snippet of the ant script that is being executed. 
The main issue is that jars.dir is a property in main-build.xml.  However,
this property is not being propagated to sub builds.  Any idea why?

main-build.xml:

      <subant target="debugBuild" inheritAll="false"
         inheritRefs="true">
            <property file="${test.root.dir}/build.properties"/> <property
            file="${test.root.dir}/localbuild.properties"/> <propertyset>
                <propertyref prefix="bandera"/>
                <propertyref prefix="clover"/>
                <propertyref prefix="build.compiler"/> <propertyref
                prefix="jars"/>
            </propertyset>
            <filelist refid="buildfiles"/>
      </subant>

-- 

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org