i need a code for clean and build ....i want to clean and build a project from the GRAPHICAL USER INTERFACE of other project...so please help me with this
And welcome to the Ranch Note you appear to have posted in an inappropriate location, but somebody has moved this discussion for you.
Nirmal Gauda
Greenhorn
Joined: Mar 05, 2013
Posts: 3
posted
0
thank you very much....but i am getting an error in given line.....javac -sourcepath src -d build\classes src\oata\HelloWorld.java..what i need to put in sourcepath...something like c"\program files\java\j.d.k 1.7.2\bin.................else something else
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35246
7
posted
0
So you're not actually using Ant, you're compiling on the command line?
OKAY....IF I WILL USE ANT THN WILL IT SOLVE MY PROBLEM OF CLEAN AND BUILD ? BECAUSE IN ANT I AM GETTING FEW ERRORS...WILL YOU PLEASE TELL ME THE STEPS TO USE ANT ....SORRY TO ASK YOU SO BASIC THINGS..
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
posted
0
What have you written in ANT and what error are you getting?