Java Reference
In-Depth Information
<echo message="Testing for gf.password.file setting in
user.properties"/>
<fail>
<condition>
<not>
<available file="${gf.password.file}"/>
</not>
</condition>
Please open the user.properties file and set the
gf.password.file property
to point to the absolute path on your machine of this
file. This is
required for the glassfish deploy task (which does not work
on
relative paths).
</fail>
<echo message="Using Path Separator: ${path.separator}"/>
<taskdef name="junit" classname=
"org.apache.tools.ant.taskdefs.optional.junit.JUnitTask">
<classpath path="${junit.task.path}" />
<classpath path="${junit.jar}" />
</taskdef>
<taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask">
<classpath path="${xjc.task.path}"/>
</taskdef>
<taskdef name="gf-deploy"
classname=
"org.apache.tools.ant.taskdefs.optional.sun.appserv.DeployTask"
classpath="${deploy.cp}" />
</target>
<!-- END INIT -->
<!-- CLEAN -->
<target name="clean">
<echo message="-----Cleaning-----" />
<delete dir="${dist.dir}"/>
<delete dir="${build.dir}"/>
<delete dir="${test.dir}"/>
<delete dir="${src.gen.dir}" />
Search WWH ::




Custom Search