Java Tutorial/Ant/Output — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 15:31, 31 мая 2010
Output message
<?xml version="1.0"?>
<project name="Apache Ant Properties Project" basedir=".">
<target name="build.path">
<echo message="File: ${basedir}${file.separator}build.xml"/>
<echo message="Path: ${basedir}${file.separator}build.xml${path.separator}${basedir}${file.separator}build.properties"/>
</target>
</project>