I have a "clean" target in my build.xml that removes all .class files 
and other temp files.  We use the SQLJ translator in our project, which 
takes Foo.sqlj and creates Foo.java in a translation passs.

How might I also remove Foo.java in this case?  There are .sqlj and 
.java sources intermixed in the project, so I only want to delete a 
generated .java file if there is a .sqlj in the same directory with the 
same base filename.

Thanks in advance for any ideas.

-Matt

When the axe came into the forest, the trees
said "Well, at least his handle is one of us."

Reply via email to