| [news.eclipse.technology.m2e] Re: How to write to /src/main/resources? |
System.getProperty("user.dir")refers to module B's location. I have created the tmp folder in:
/src/main/resources/tmp
Can you explain what you are trying to achieve?
-- Regards, Igor
JS wrote:I have installed maven in eclipse on Vista 32.
I have made a tmp folder in /src/main/resources:
/src/main/resources/tmp
Now I want to write some files to this folder, but how do I get the full path?