Hi There,
I have noticed that when an application is deployed in a web
container, it creates an empty directory named 'target' at the
location from the server is started.
I have a couple of questions:
- Why is this directory created?
- What would I break if I comment out the following statement in
org.apache.tuscany.sca.contribution.service.impl.ContributionRepositoryImpl
:
FileHelper.forceMkdir(rootFile);thnx, [EMAIL PROTECTED]
