You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/12/25 10:06:12 UTC

[1/3] ignite git commit: Fixing "path too long"

Repository: ignite
Updated Branches:
  refs/heads/ignite-1626 364fc0644 -> 29f608340


Fixing "path too long"


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b4ba8338
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b4ba8338
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b4ba8338

Branch: refs/heads/ignite-1626
Commit: b4ba833893f7c8a83f25e08714eed946b964a863
Parents: 364fc06
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Fri Dec 25 12:00:32 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Fri Dec 25 12:00:32 2015 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests.NuGet.csproj       |  2 +-
 .../bin/x64/Debug/Config/default-config.xml     | 27 ++++++++++++++++++++
 .../install-package.cmd                         |  4 +--
 .../Content/Config/default-config.xml           | 25 ------------------
 4 files changed, 29 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b4ba8338/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
index 0484bab..ac8ffb6 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
@@ -64,7 +64,7 @@
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PostBuildEvent>if not exist $(TargetDir)Libs md $(TargetDir)Libs
-xcopy /s /y  $(ProjectDir)packages\Apache.Ignite.NET\Jars $(TargetDir)Libs</PostBuildEvent>
+xcopy /s /y  $(ProjectDir)pkg\Jars $(TargetDir)Libs</PostBuildEvent>
   </PropertyGroup>
   <PropertyGroup>
     <PreBuildEvent>cd $(ProjectDir)

http://git-wip-us.apache.org/repos/asf/ignite/blob/b4ba8338/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml
new file mode 100644
index 0000000..1902554
--- /dev/null
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+                            http://www.springframework.org/schema/beans/spring-beans.xsd">
+    <bean class="org.apache.ignite.configuration.IgniteConfiguration">
+        <property name="localHost" value="127.0.0.1" />
+    </bean>
+</beans>

http://git-wip-us.apache.org/repos/asf/ignite/blob/b4ba8338/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
index ddcc686..54a5866 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
@@ -1,4 +1,2 @@
-rmdir packages /S /Q
 nuget install Apache.Ignite.NET
-mkdir packages
-move Apache.Ignite.NET* packages\Apache.Ignite.NET
\ No newline at end of file
+move Apache.Ignite.NET* pkg
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ignite/blob/b4ba8338/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml
deleted file mode 100644
index e616711..0000000
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/packages/Apache.Ignite.NET/Content/Config/default-config.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans
-                            http://www.springframework.org/schema/beans/spring-beans.xsd">
-    <bean class="org.apache.ignite.configuration.IgniteConfiguration"/>
-</beans>


[3/3] ignite git commit: wip

Posted by vo...@apache.org.
wip


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/29f60834
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/29f60834
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/29f60834

Branch: refs/heads/ignite-1626
Commit: 29f6083408d6587afbb969d10fb8de6de76e0558
Parents: ab96b77
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Fri Dec 25 12:05:19 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Fri Dec 25 12:05:19 2015 +0300

----------------------------------------------------------------------
 .../bin/x64/Debug/Config/default-config.xml     | 27 --------------------
 1 file changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/29f60834/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml
deleted file mode 100644
index 1902554..0000000
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/bin/x64/Debug/Config/default-config.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<beans xmlns="http://www.springframework.org/schema/beans"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://www.springframework.org/schema/beans
-                            http://www.springframework.org/schema/beans/spring-beans.xsd">
-    <bean class="org.apache.ignite.configuration.IgniteConfiguration">
-        <property name="localHost" value="127.0.0.1" />
-    </bean>
-</beans>


[2/3] ignite git commit: Fixing path too long issue

Posted by vo...@apache.org.
Fixing path too long issue


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/ab96b77e
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/ab96b77e
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/ab96b77e

Branch: refs/heads/ignite-1626
Commit: ab96b77e4d8071d1a22ec21fe2d922904a54602f
Parents: b4ba833
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Fri Dec 25 12:04:28 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Fri Dec 25 12:04:28 2015 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests.NuGet.csproj                          | 2 +-
 .../dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ab96b77e/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
index ac8ffb6..12f301e 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/Apache.Ignite.Core.Tests.NuGet.csproj
@@ -33,7 +33,7 @@
   <ItemGroup>
     <Reference Include="Apache.Ignite.Core">
       <SpecificVersion>False</SpecificVersion>
-      <HintPath>packages\Apache.Ignite.NET\lib\net40\Apache.Ignite.Core.dll</HintPath>
+      <HintPath>pkg\lib\net40\Apache.Ignite.Core.dll</HintPath>
     </Reference>
     <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>

http://git-wip-us.apache.org/repos/asf/ignite/blob/ab96b77e/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
index 54a5866..e1b57a8 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.NuGet/install-package.cmd
@@ -1,2 +1,3 @@
+rmdir pkg /S /Q
 nuget install Apache.Ignite.NET
 move Apache.Ignite.NET* pkg
\ No newline at end of file