• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ant Home Directory in JBuilder

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there
I'm new to Ant. Actually I'm using Borland jbuilder & was following a JBuilder tutorial "Building with Ant files". After the step "Displaying Minor Ant Targets" when I follow the step "Executing Individual Targets", I get the message

"Ant is not correctly configured. Check Project | Project Properties | Ant | Build, and make sure the Ant home directory is correct."

When I check that, the path shown is C:\Borland\JBuilder2005\thirdparty\ant
If this is not correct then, I'm not sure what exactly should be the correct path?
Can any body help about it?
Thanx in advance
Bharti


[ January 14, 2005: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure about JBuilder, but if you are using ANT then the ant/bin directory needs to be in the PATH.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you're better off asking in the IDEs and other tools forum. The problem appears to be in how you've got JBuilder set up.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So moved.
reply
    Bookmark Topic Watch Topic
  • New Topic