Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Ant 1.6.0 error message

Ant 1.6.0 error message

2004-01-09       - By Tonte Pouncil
Reply:     1     2     3     4     5     6     7     8  

Hello:

I am getting an error message when I try to run my build.xml file.

Here is the error message:
D:\Program Files\projects\ant\antchap2>ant build.xml
Buildfile: build.xml

BUILD FAILED
D:\Program Files\projects\ant\antchap2\build.xml:1: A pseudo attribute name
is e
xpected.

Total time: 2 seconds


Here is my build.xml file:

<?xml version="1.0">

<poject name="helloWorld" default="jarfile" basedir=".">
  <target name="init">
     <property name="name" value="helloWorld"/>
     <property name="src.dir" value="src"/>
     <property name="build.dir" value="build"/>
     <property name="classes.dir" value="${build.dir}/classes"/>
     <property name="etc.dir" value="etc"/>
     <property name="deploy.name" value="${name}.jar"/>
  </target>

  <target name="prepare" depends="init">
     <mkdir dir="${classes.dir}"/>
  </target>
</project>

Can anyone tell me what is going on.

Tont? Pouncil
Network Systems Support
Programmer II
Phone: 972.478.3853
Pager: 214.248.5438


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)



©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.