Hi Everyone,

In current trunk revision (1025815) at
\components\dotnet-executable\src\main\java\npanday\executable\compiler\impl\DefaultCompiler.java
at getCommands() method there is a part like this:

try
        {
             FileUtils.copyFile(new File(responseFilePath),new File(
"c:/responsefile.txt"));
        }
        catch (java.io.IOException e) {
            throw new ExecutionException( "Error while creating response
file for the commands.", e );
        }

Surely when I run maven compile of my project under non-administrative
account compilation fails as it cannon access root path at C:\. Was this
code code added on purpose? Or it is something special? Also, I think this
code never will work under Linux :)

Reply via email to