On 2/2/06, Malcolm Wong Ho <[EMAIL PROTECTED]> wrote:
> How do i remove .class files if the sourceDirectory and outputDirectory are 
> the same ?

Using maven, I don't know... It's not a standard practise. Stick with
the standard.

What do you gain at using the same directory for source and output?


(
On Linux you could do
   find src/main/java -name "*.class" | xargs rm
but I guess you're not on Linux...
)

Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to