| Author |
netbeans 6 web project with existing ant
|
Bhaarat Sharma
Ranch Hand
Joined: Jun 04, 2007
Posts: 96
|
|
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 ]
|
omnipresent
|
 |
Bhaarat Sharma
Ranch Hand
Joined: Jun 04, 2007
Posts: 96
|
|
|
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
|
 |
 |
|
|
subject: netbeans 6 web project with existing ant
|
|
|