You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Raghuveer <ra...@infotechsw.com> on 2006/06/28 09:06:36 UTC

build.properties

In my build.xml if i want to get the the value of "distpath.project" (path
of my web application context in OC4J server)
from build.properties .

What Changes i need to avil this requirement ?

-------------------------
<project name="testapp"  basedir="../" default="all">

<!-- Project settings -->
    <property name="project.title" value="Test Web application"/>
    <property name="project.version" value="1.0"/>
    <property name="distpath.project"
value="F:/oc4j_extended/j2ee/home/applications"/>


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