Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B30131805A for ; Thu, 11 Feb 2016 22:44:42 +0000 (UTC) Received: (qmail 13457 invoked by uid 500); 11 Feb 2016 22:44:42 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 13427 invoked by uid 500); 11 Feb 2016 22:44:42 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 13416 invoked by uid 99); 11 Feb 2016 22:44:42 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2016 22:44:42 +0000 Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 3786F1A0280 for ; Thu, 11 Feb 2016 22:44:42 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id y9so50452813qgd.3 for ; Thu, 11 Feb 2016 14:44:42 -0800 (PST) X-Gm-Message-State: AG10YOSsLFkFGFZ3oJa+BdtD8nz5D/YmKaCMmvNmEXfab20e8Pxz+P05MCRO4f3YdZBLzPy4zA/FWlpzsPDLng== MIME-Version: 1.0 X-Received: by 10.140.181.195 with SMTP id c186mr7857987qha.77.1455230681446; Thu, 11 Feb 2016 14:44:41 -0800 (PST) Received: by 10.55.115.135 with HTTP; Thu, 11 Feb 2016 14:44:41 -0800 (PST) In-Reply-To: <56BD087C.3070700@weimo.de> References: <56B51BE2.5090504@weimo.de> <56BD087C.3070700@weimo.de> Date: Thu, 11 Feb 2016 14:44:41 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Preparation for moving to Visual Studio 2015 From: Dongjoon Hyun To: dev@reef.apache.org Content-Type: multipart/alternative; boundary=001a113a4246d58251052b864b25 --001a113a4246d58251052b864b25 Content-Type: text/plain; charset=UTF-8 Oh, I've been struggling in the same situation. Even worse, I faced many command prompt windows popup during testing. :-( Is there anyone who succeed? Warmly, Dongjoon. On Thu, Feb 11, 2016 at 2:17 PM, Markus Weimer wrote: > On 2016-02-11 10:59, Anupam wrote: > >> People who have both Visual Studio 2015 and 2013 installed on their >> machines are encouraged to test if REEF works for them in Visual >> Studio 2015 without any modification. >> > > I tested on a machine with only VS 2015.1 installed. I used 4 parallel > threads for the builds. The build succeeded after I upgraded the C++ > projects to VS 2015. > > However, I ran into failed tests when running them in the VS test runner > (this machine doesn't have ReSharper). All the tests that failed for me > have the same message: > > --- > Test Name: > > Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator.TestGeneratingDriverConfigFileDriverOnly > Test FullName: > > Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator.TestGeneratingDriverConfigFileDriverOnly > Test Source: > > C:\src\reef\lang\cs\Org.Apache.REEF.Tests\Utility\TestDriverConfigGenerator.cs > : line 80 > Test Outcome: Failed > Test Duration: 0:00:00.104 > > Result StackTrace: > at > > Org.Apache.REEF.Driver.Bridge.ClrClientHelper.ExtractConfigfileFromJar(String > reefJar, IList`1 configFiles, String dropFolder) in > C:\src\reef\lang\cs\Org.Apache.REEF.Driver\Bridge\ClrClientHelper.cs:line > 57 > at > > Org.Apache.REEF.Driver.DriverConfigGenerator.DriverConfigurationBuilder(DriverConfigurationSettings > driverConfigurationSettings) in > C:\src\reef\lang\cs\Org.Apache.REEF.Driver\DriverConfigGenerator.cs:line 51 > at > > Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator.TestGeneratingDriverConfigFileDriverOnly() > in > > C:\src\reef\lang\cs\Org.Apache.REEF.Tests\Utility\TestDriverConfigGenerator.cs:line > 92 > Result Message: > System.InvalidOperationException : Failed to extract files from jar file > with stdout :and stderr:java.io.FileNotFoundException: > .\reef-bridge-java-0.14.0-SNAPSHOT-shaded.jar (The system cannot find > the file specified) > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.(ZipFile.java:220) > at java.util.zip.ZipFile.(ZipFile.java:150) > at java.util.zip.ZipFile.(ZipFile.java:121) > at sun.tools.jar.Main.extract(Main.java:1004) > at sun.tools.jar.Main.run(Main.java:305) > at sun.tools.jar.Main.main(Main.java:1288) > > --- > > The main error seems to be > > The system cannot find the file specified >> > > Could this be a synchronization issue in the build? > > Thanks, > > Markus > --001a113a4246d58251052b864b25--