I have downloaded the source code and build application by JAVA, Whenever I clean by ANT it cleans the lib folder and ant compile and run doesn't work for me.
Can you please provide the full step to build it and put the request and response for the same?
Thanks.
I'm not sure I understand the question, but it sounds like difficulty with ant.
ant clean is expected to delete the lib folder.
ant will re-download any dependencies
ant run will compile and run the program.
I have downloaded the source code and build application by JAVA, Whenever I clean by ANT it cleans the lib folder and ant compile and run doesn't work for me.
Can you please provide the full step to build it and put the request and response for the same? Thanks.