When I define a property with:

  <property name="seam.dir" value="C:/mySeam/jboss-seam-2.1.0.SP1" />
        <import file="${seam.dir}/build/common.build.xml" />

then everything works fine.

On contrast when I define:

  <dirname property="seam.dir" file="C:\\opt\\Seam\\jboss-seam-2.1.0.SP1" /> 
        <import file="${seam.dir}/build/common.build.xml" />

then build/common.build.xml is not found because a different directory is taken.

Why?

Ben




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

Reply via email to