Hi, I am currently working on a task of converting autoincrement.sql to JUnit. When setting up the derby environment in eclipse the auto build option in eclipse was unchecked. This was done so that the build could be done by using ANT scripts from command line. Whenever i am making changes to the java file in eclipse do i need to come to command prompt build the file using ANT and then run the JUnit test... What ant command could be used to compile the specific java file or do i need to do ANT ALL every time? Thanks
With Regards Jayaram
