• 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

netbeans 6 web project with existing ant

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have a web project with existing ant scripts. Currently I compile my project using command prompt with command (-Dsubsystem=project -DnoCodeChek=y).

But now i would like to move my project to an IDE (Netbeans). I've clicked new project -> web project with existing ant. and it is finding my buil.xml perfectly fine. however, when i right click on build.xml and click on run target - > run with options and put in the same options that i put in cmd prompt i get a build error


This is the target on line 91

any suggestions?
[ October 04, 2007: Message edited by: bhaarat sharma ]
 
Bhaarat Sharma
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this problem is fixed...i was passing my arguments in netbeans just like i do in cmd prompt -D<arg> ...I just had to take out -D
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic