Hi shiplu,
What package are you trying to build?
Does this package have a readme or other text file that describes 
  what packages you need and where to put them, and how to tell 
  the build script where to find them?
They should be in the top level folder of the package when you 
  untar/unzip it.

It looks to me as if:
- Ant is installed and working
  - this is indicated by the lines that start with a single word 
    followed by a colon, or a word enclosed in square brackets. 
  Examples:
    BuildFile:
    build:
      [delete]
        [copy]
- The "Toolbox" seems to require the source code for Ant
  - either you don't have it or a configuration needs to be set so the build 
script can find it
  - that's why it says "package org.apache.tools.ant does not exist"
  - and that's why I say look in text files

Have fun!

Rob 
 

> -----Original Message-----
> From: muquad...@gmail.com [mailto:muquad...@gmail.com] On 
> Behalf Of shiplu
> Sent: Friday, June 03, 2011 2:16 PM
> To: Ant List
> Subject: XmlPropertiesUpdater.java:16: package 
> org.apache.tools.ant does not exist
> 
> Hello list,
> 
> I am getting this error. There are a lot of errors like this. 
> I dont know how to resolve it.
> It seems Its related to some package which is missing. I have 
> very limited knowledge about Java technology.
> Could anyone help me?
> 
> Full error log http://pastie.org/2014838
> 
> --
> Shiplu Mokadd.im
> Follow me, http://twitter.com/shiplu
> Innovation distinguishes between follower and leader
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For 
> additional commands, e-mail: user-h...@ant.apache.org
> 
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to