Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Typical Ant build tool problem

807569Sep 6 2006 — edited Sep 6 2006
Hi all

i am learning Ant build tool as it is required in our project.i am encountering a typical problem while compiling.i will let you know what i am trying to do.

I have written a simple java program.i am trying to write build.xml(hello.xml in my case) for this program.but when i try to compile build.xml with command prompt using the command ant -f hello.xml compile i am getting the following error.

build failed
IO error scanning directory D:\System Volume Information

i have kept all source files in D:\ directory directly.

Please let me know if you have any solution for the same.

regards
vikeng
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2006
Added on Sep 6 2006
1 comment
305 views