Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
101 stars 57 forks source link

destinationDir is not working. #12

Closed DuncanSungWKim closed 9 years ago

DuncanSungWKim commented 10 years ago

When I set 'destinationDir' and run "gradle msbuild", I get the following error.

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':msbuild'.
> The filename, directory name, or volume label syntax is incorrect

I'm using the version 1.9.

When I remove it, it succeeds.

My environment is

gluck commented 9 years ago

if this error is still troubling you, you can :

and reopen accordingly.

Thx