only use ant clean-all ant run-install if your doing it after a update, since it deletes the derby database, then rebuilds a new database with demo data. use ant clean ant build for just recompiling a file you have just change the code in. in most cases you can just do a ant build and it will rebuild the change files and put them in the jar.
Pradeep Kumar sent the following on 10/22/2008 10:44 AM: > Hi, > > Use these commands. > for comilation : ant > for clean and compile : ant clean-all > ant > > On Wed, Oct 22, 2008 at 11:10 PM, adithi agarwal <[EMAIL PROTECTED]>wrote: > >> Hi >> Can someone please tell me how to compile and recompile a java file... >> >> Thankyou >> >> >> >> > > > >
