Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

[REEF-205] Add Org.Apache.REEF.Bridge.JAR #114

Closed
wants to merge 3 commits into from
Closed

[REEF-205] Add Org.Apache.REEF.Bridge.JAR #114

wants to merge 3 commits into from

Conversation

markusweimer
Copy link
Contributor

This adds a new project to the .NET solution: Org.Apache.REEF.Bridge.JAR. Upon build, it checks whether the shaded jar for reef-bridge-java exists. If not, it will be built. The build will fail if M2_HOME isn't set and.

Also, this PR adds the shaded jar to reef-bridge-java.

JIRA: REEF-205

This adds a new project to the .NET solution:
`Org.Apache.REEF.Bridge.JAR`. Upon build, it checks whether the shaded
jar for `reef-bridge-java` exists. If not, it will be built. The build
will fail if M2_HOME isn't set and.

Also, this PR adds the shaded jar to `reef-bridge-java`.

JIRA:
  [REEF-205](https://issues.apache.org/jira/browse/REEF-205)

Pull Request:
  This closes
@beysims
Copy link
Contributor

beysims commented Mar 16, 2015

I am looking at this.

under the License.
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<Import Project="..\build.props" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use $(SolutionDir)\build.props

Removed the upgrade notices.
@asfbot
Copy link

asfbot commented Mar 16, 2015

Reef-pull-request-ubuntu #326 SUCCESS
This pull request looks good

<!--The folder where the REEF sources have been checked out to.-->
<REEF_Source_Folder>$([System.IO.Path]::GetFullPath($(MSBuildProjectDirectory)\..\..\..))</REEF_Source_Folder>
<!--The shaded jar of the bridge -->
<Bridge_JAR>$(REEF_Source_Folder)\lang\java\reef-bridge-java\target\reef-bridge-java-$(REEF_Version)-shaded.jar</Bridge_JAR>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use $(SolutionDir) instead of $(REEF_Source_Folder)

@asfbot
Copy link

asfbot commented Mar 16, 2015

Reef-pull-request-ubuntu #327 SUCCESS
This pull request looks good

@asfbot
Copy link

asfbot commented Mar 16, 2015

Reef-pull-request-ubuntu #328 SUCCESS
This pull request looks good

@asfbot
Copy link

asfbot commented Mar 16, 2015

Reef-pull-request-windows #168 ABORTED

@asfgit asfgit closed this in 352f090 Mar 16, 2015
@asfbot
Copy link

asfbot commented Mar 16, 2015

Reef-pull-request-windows #169 SUCCESS
This pull request looks good

@markusweimer markusweimer deleted the REEF-205 branch March 24, 2015 19:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
4 participants