Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1041

Fix CopyJarFiles in build.props

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.14
    • MSBuild
    • None

    Description

      There are redundant jar file copies when executing 'msbuild.exe' multiple times; the same jar files in the following folders are copied into destinations.

      • Org.Apache.REEF.Bridge.JAR
      • Org.Apache.REEF.Client
      • Org.Apache.REEF.Examples.AllHandlers
      • Org.Apache.REEF.Network.Examples.Client
      • Org.Apache.REEF.Tests

      This issue fixes the above problem by changing the following line in `build.props`.

      - <MySourceFiles Include="$(Bindir)\**\*.jar"/>
      + <MySourceFiles Include="$(Bindir)\**\Org.Apache.REEF.Bridge.JAR\*.jar"/>
      

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: