Repository: incubator-reef Updated Branches: refs/heads/master 01a303d78 -> bfe115307
[REEF-495] Add SolutionDir in HelloREEF project SolutionDir is not defined in HelloREEF project, when execute copy jar target at build.prop level, the folder is wrong. The build randomly fail because of it. The PR just simply adds it. JIRA: [REEF-495](https://issues.apache.org/jira/browse/REEF-495) Pull Request: This closes #312 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/bfe11530 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/bfe11530 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/bfe11530 Branch: refs/heads/master Commit: bfe115307f60109055da9e0253581c86d0e50990 Parents: 01a303d Author: Julia Wang <[email protected]> Authored: Thu Jul 23 16:03:50 2015 -0700 Committer: Markus Weimer <[email protected]> Committed: Thu Jul 23 17:19:12 2015 -0700 ---------------------------------------------------------------------- .../Org.Apache.REEF.Examples.HelloREEF.csproj | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/bfe11530/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj b/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj index 5f687d1..f4db762 100644 --- a/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj +++ b/lang/cs/Org.Apache.REEF.Examples.HelloREEF/Org.Apache.REEF.Examples.HelloREEF.csproj @@ -9,6 +9,7 @@ <AssemblyName>Org.Apache.REEF.Examples.HelloREEF</AssemblyName> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..</SolutionDir> </PropertyGroup> <PropertyGroup> <BuildPackage>false</BuildPackage>
