determine a list of class files to delete based on java files

2014-05-11 Thread KM
Hi All, I need to figure out a way to get a list of the java files in my structure and then delete the corresponding class files.   for example if I have 2 java files a/one.java  and b/two.java, I want to determine that the list is: a/one.java b/two.java and then delete from my "output" direct

Re: determine a list of class files to delete based on java files

2014-05-11 Thread Stefan Bodewig
On 2014-05-07, KM wrote: > Hi All, > I need to figure out a way to get a list of the java files in my > structure and then delete the corresponding class files.   for example > if I have 2 java files a/one.java  and b/two.java, I want to determine > that the list is: > a/one.java > b/two.java >