Question : Ant: extract from CVS and compile java code

I have  a folder called "custom" in CVS which has the following hierarchy

custom -> src
custom -> jsp
custom-> xsl
custom -> classes
....

Can someone please let me know how I can use ant script to extract the "custom" folder from CVS. After that using ant I need to build the java files inside "custom--> src" and put the compiled classes inside "custom -> classes".

thank you

Answer : Ant: extract from CVS and compile java code

Random Solutions  
 
programming4us programming4us