Does anyone run into a problem I have when using Eclipse 3.0.2 that it
always cleans up my build directory (remove all class files) and copy all
xml files which are located in the repository, finally recompile all my
repository? I used ant to build so it's not necessary to rebuild when
running my application. I see there's no way to stop this. It not only
slows down the running process and also copy the unwanted xml (ie.
jboss-services.xml) to build directory which ends up in ear.
Can anyone tell if it's a default feature of run application or I can
prevent this happening by just making a minor change in the configuration?