You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/09/26 12:05:03 UTC

svn commit: r1390427 - in /incubator/npanday/npanday-its/trunk/src/test: java/npanday/its/ resources/Azure17Bootstrap/ resources/Azure17Bootstrap/azure-repo/ resources/Azure17Bootstrap/azure-repo/Microsoft/ resources/Azure17Bootstrap/azure-repo/Microso...

Author: brett
Date: Wed Sep 26 12:05:02 2012
New Revision: 1390427

URL: http://svn.apache.org/viewvc?rev=1390427&view=rev
Log:
[NPANDAY-571] Add IT for Azure 1.7 support

Added:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/Azure17Bootstrap.java
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_571_AzureSDKVersionTest.java
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/1.7.0.0/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/1.7.0.0/Microsoft.WindowsAzure.Configuration-1.7.0.0.pom
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/maven-metadata.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/1.7.0.0/
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/1.7.0.0/Microsoft.WindowsAzure.StorageClient-1.7.0.0.pom
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/maven-metadata.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.sln
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.ccproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Cloud.cscfg
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Local.cscfg
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceDefinition.csdef
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/Properties/
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/Properties/AssemblyInfo.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole.cs
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole1.csproj
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/app.config
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/packages.config
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml
    incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/pom.xml
Modified:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java

Added: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/Azure17Bootstrap.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/Azure17Bootstrap.java?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/Azure17Bootstrap.java (added)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/Azure17Bootstrap.java Wed Sep 26 12:05:02 2012
@@ -0,0 +1,46 @@
+package npanday.its;
+
+/*
+ * 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.
+ */
+
+import org.apache.maven.it.Verifier;
+import org.apache.maven.it.util.ResourceExtractor;
+
+import java.io.File;
+
+public class Azure17Bootstrap
+    extends AbstractNPandayIntegrationTestCase
+{
+    public Azure17Bootstrap()
+    {
+        super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
+
+        skipIfMissingProgramFilesDirectory( "Microsoft SDKs\\Windows Azure\\.NET SDK\\2012-06", "Azure SDK is not installed" );
+    }
+
+    public void testBootstrap()
+        throws Exception
+    {
+        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/Azure17Bootstrap" );
+        Verifier verifier = getVerifier( testDir );
+        verifier.executeGoal( "package" );
+        verifier.verifyErrorFreeLog();
+        verifier.resetStreams();
+    }
+}

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java?rev=1390427&r1=1390426&r2=1390427&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/IntegrationTestSuite.java Wed Sep 26 12:05:02 2012
@@ -35,6 +35,7 @@ public class IntegrationTestSuite
          */
         suite.addTestSuite( BootstrapTest.class );
         suite.addTestSuite( AzureBootstrap.class );
+        suite.addTestSuite( Azure17Bootstrap.class );
 
         /*
          * Add tests in order of newest first.
@@ -47,6 +48,7 @@ public class IntegrationTestSuite
         // suite.addTestSuite( NPandayIT0002NetModuleDependencyTest.class ); // issue #11729
         // suite.addTestSuite( NPandayIT0003NetModuleTransitiveDependencyTest.class ); // issue #11729
 
+        suite.addTestSuite( NPANDAY_571_AzureSDKVersionTest.class );
         suite.addTestSuite( NPANDAY_537_WindowsExecutableTest.class );
         suite.addTestSuite( NPANDAY_538_COMReferenceTest.class );
         suite.addTestSuite( NPANDAY_452_SilverlightAppTest.class );

Added: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_571_AzureSDKVersionTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_571_AzureSDKVersionTest.java?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_571_AzureSDKVersionTest.java (added)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_571_AzureSDKVersionTest.java Wed Sep 26 12:05:02 2012
@@ -0,0 +1,67 @@
+package npanday.its;
+
+/*
+ * 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.
+ */
+
+import org.apache.maven.it.Verifier;
+
+public class NPANDAY_571_AzureSDKVersionTest
+    extends AbstractNPandayIntegrationTestCase
+{
+    public NPANDAY_571_AzureSDKVersionTest()
+    {
+        super( "[1.5.0-incubating,)", "[v4.0.30319,)" );
+
+        skipIfMissingProgramFilesDirectory( "Microsoft SDKs\\Windows Azure\\.NET SDK\\2012-06", "Azure SDK 1.7 is not installed" );
+    }
+
+    public void test()
+        throws Exception
+    {
+        NPandayIntegrationTestContext context = createDefaultTestContext();
+        Verifier verifier = context.getPreparedVerifier();
+
+        verifier.executeGoal( "install" );
+        final String a = "NPANDAY_571_AzureSDKVersionTest";
+        final String v = "1.0-SNAPSHOT";
+        verifier.assertArtifactPresent(context.getGroupId(), a, v, "cspkg" );
+
+        verifier.assertFilePresent(
+            verifier.getArtifactPath(
+                context.getGroupId(), a, v, "cscfg", "generated"
+            )
+        );
+
+        verifier.assertFilePresent(
+            verifier.getArtifactPath(
+                context.getGroupId(), a, v, "cscfg", "package"
+            )
+        );
+
+        verifier.assertArtifactPresent( context.getGroupId(), "WorkerRole1", v, "dll" );
+        verifier.assertArtifactPresent( context.getGroupId(), "WorkerRole1", v, "app.zip" );
+
+        // TODO: check package contents
+
+        verifier.verifyErrorFreeLog();
+        verifier.resetStreams();
+    }
+
+}
+

Added: incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/1.7.0.0/Microsoft.WindowsAzure.Configuration-1.7.0.0.pom
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/1.7.0.0/Microsoft.WindowsAzure.Configuration-1.7.0.0.pom?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/1.7.0.0/Microsoft.WindowsAzure.Configuration-1.7.0.0.pom (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/1.7.0.0/Microsoft.WindowsAzure.Configuration-1.7.0.0.pom Wed Sep 26 12:05:02 2012
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Microsoft.WindowsAzure.Configuration</groupId>
+  <artifactId>Microsoft.WindowsAzure.Configuration</artifactId>
+  <version>1.7.0.0</version>
+  <packaging>dll</packaging>
+  <description>POM was created from install:install-file</description>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/maven-metadata.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/maven-metadata.xml?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/maven-metadata.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/Configuration/Microsoft.WindowsAzure.Configuration/maven-metadata.xml Wed Sep 26 12:05:02 2012
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>Microsoft.WindowsAzure.Configuration</groupId>
+  <artifactId>Microsoft.WindowsAzure.Configuration</artifactId>
+  <version>1.7.0.0</version>
+  <versioning>
+    <versions>
+      <version>1.7.0.0</version>
+    </versions>
+    <lastUpdated>20120925000000</lastUpdated>
+  </versioning>
+</metadata>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/1.7.0.0/Microsoft.WindowsAzure.StorageClient-1.7.0.0.pom
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/1.7.0.0/Microsoft.WindowsAzure.StorageClient-1.7.0.0.pom?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/1.7.0.0/Microsoft.WindowsAzure.StorageClient-1.7.0.0.pom (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/1.7.0.0/Microsoft.WindowsAzure.StorageClient-1.7.0.0.pom Wed Sep 26 12:05:02 2012
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>Microsoft.WindowsAzure.StorageClient</groupId>
+  <artifactId>Microsoft.WindowsAzure.StorageClient</artifactId>
+  <version>1.7.0.0</version>
+  <packaging>dll</packaging>
+  <description>POM was created from install:install-file</description>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/maven-metadata.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/maven-metadata.xml?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/maven-metadata.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/azure-repo/Microsoft/WindowsAzure/StorageClient/Microsoft.WindowsAzure.StorageClient/maven-metadata.xml Wed Sep 26 12:05:02 2012
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>Microsoft.WindowsAzure.StorageClient</groupId>
+  <artifactId>Microsoft.WindowsAzure.StorageClient</artifactId>
+  <version>1.7.0.0</version>
+  <versioning>
+    <versions>
+      <version>1.7.0.0</version>
+    </versions>
+    <lastUpdated>20120925000000</lastUpdated>
+  </versioning>
+</metadata>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/Azure17Bootstrap/pom.xml Wed Sep 26 12:05:02 2012
@@ -0,0 +1,77 @@
+<?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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <groupId>NPanday.ITs.AzureBootstrap</groupId>
+  <artifactId>Azure17Boostrap</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <dependencies>
+    <dependency>
+      <groupId>Microsoft.WindowsAzure.Configuration</groupId>
+      <artifactId>Microsoft.WindowsAzure.Configuration</artifactId>
+      <version>1.7.0.0</version>
+      <type>dotnet-library</type>
+      <scope>system</scope>
+      <systemPath>C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\2012-06\ref\Microsoft.WindowsAzure.Configuration.dll</systemPath>
+    </dependency>
+    <dependency>
+      <groupId>Microsoft.WindowsAzure.StorageClient</groupId>
+      <artifactId>Microsoft.WindowsAzure.StorageClient</artifactId>
+      <version>1.7.0.0</version>
+      <type>dotnet-library</type>
+      <scope>system</scope>
+      <systemPath>C:\Program Files\Microsoft SDKs\Windows Azure\.NET SDK\2012-06\ref\Microsoft.WindowsAzure.StorageClient.dll</systemPath>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.4</version>
+        <executions>
+          <execution>
+            <id>copy-dependencies</id>
+            <phase>package</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>azure-repo</outputDirectory>
+              <useRepositoryLayout>true</useRepositoryLayout>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
+

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.sln
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.sln?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.sln (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.sln Wed Sep 26 12:05:02 2012
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "NPANDAY_571_AzureSDKVersionTest", "NPANDAY_571_AzureSDKVersionTest\NPANDAY_571_AzureSDKVersionTest.ccproj", "{9AD15652-5F1A-44EC-9C3E-C2061209874E}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkerRole1", "WorkerRole1\WorkerRole1.csproj", "{7E67BFCB-4EFD-4FBA-A610-9F46ADAAF097}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{9AD15652-5F1A-44EC-9C3E-C2061209874E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{9AD15652-5F1A-44EC-9C3E-C2061209874E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{9AD15652-5F1A-44EC-9C3E-C2061209874E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{9AD15652-5F1A-44EC-9C3E-C2061209874E}.Release|Any CPU.Build.0 = Release|Any CPU
+		{7E67BFCB-4EFD-4FBA-A610-9F46ADAAF097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{7E67BFCB-4EFD-4FBA-A610-9F46ADAAF097}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{7E67BFCB-4EFD-4FBA-A610-9F46ADAAF097}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{7E67BFCB-4EFD-4FBA-A610-9F46ADAAF097}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+EndGlobal

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.ccproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.ccproj?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.ccproj (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest.ccproj Wed Sep 26 12:05:02 2012
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>1.7</ProductVersion>
+    <ProjectGuid>{9ad15652-5f1a-44ec-9c3e-c2061209874e}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>NPANDAY_571_AzureSDKVersionTest</RootNamespace>
+    <AssemblyName>NPANDAY_571_AzureSDKVersionTest</AssemblyName>
+    <StartDevelopmentStorage>True</StartDevelopmentStorage>
+    <Name>NPANDAY_571_AzureSDKVersionTest</Name>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <!-- Items for the project -->
+  <ItemGroup>
+    <ServiceDefinition Include="ServiceDefinition.csdef" />
+    <ServiceConfiguration Include="ServiceConfiguration.Local.cscfg" />
+    <ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\WorkerRole1\WorkerRole1.csproj">
+      <Name>WorkerRole1</Name>
+      <Project>{7e67bfcb-4efd-4fba-a610-9f46adaaf097}</Project>
+      <Private>True</Private>
+      <RoleType>Worker</RoleType>
+      <RoleName>WorkerRole1</RoleName>
+      <UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
+    </ProjectReference>
+  </ItemGroup>
+  <!-- Import the target files for this project template -->
+  <PropertyGroup>
+    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
+    <CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\1.7\</CloudExtensionsDir>
+  </PropertyGroup>
+  <Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
+</Project>
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Cloud.cscfg
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Cloud.cscfg?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Cloud.cscfg (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Cloud.cscfg Wed Sep 26 12:05:02 2012
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ServiceConfiguration serviceName="NPANDAY_571_AzureSDKVersionTest" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*" schemaVersion="2012-05.1.7">
+  <Role name="WorkerRole1">
+    <Instances count="1" />
+    <ConfigurationSettings>
+      <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
+    </ConfigurationSettings>
+  </Role>
+</ServiceConfiguration>
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Local.cscfg
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Local.cscfg?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Local.cscfg (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceConfiguration.Local.cscfg Wed Sep 26 12:05:02 2012
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ServiceConfiguration serviceName="NPANDAY_571_AzureSDKVersionTest" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*" schemaVersion="2012-05.1.7">
+  <Role name="WorkerRole1">
+    <Instances count="1" />
+    <ConfigurationSettings>
+      <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
+    </ConfigurationSettings>
+  </Role>
+</ServiceConfiguration>
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceDefinition.csdef
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceDefinition.csdef?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceDefinition.csdef (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/ServiceDefinition.csdef Wed Sep 26 12:05:02 2012
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ServiceDefinition name="NPANDAY_571_AzureSDKVersionTest" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
+  <WorkerRole name="WorkerRole1" vmsize="Small">
+    <Imports>
+      <Import moduleName="Diagnostics" />
+    </Imports>
+  </WorkerRole>
+</ServiceDefinition>
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/pom.xml?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/pom.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/NPANDAY_571_AzureSDKVersionTest/pom.xml Wed Sep 26 12:05:02 2012
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
+  <parent>
+    <artifactId>NPANDAY_571_AzureSDKVersionTest-parent</artifactId>
+    <groupId>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest</groupId>
+    <version>1.0-SNAPSHOT</version>
+    <relativePath>..\pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>NPANDAY_571_AzureSDKVersionTest</artifactId>
+  <packaging>azure-cloud-service</packaging>
+  <name>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest : NPANDAY_571_AzureSDKVersionTest</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.npanday.plugins</groupId>
+        <artifactId>azure-maven-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <frameworkVersion>4.0</frameworkVersion>
+          <executableVersion>1.7</executableVersion>
+          <serviceConfigurationFile>ServiceConfiguration.Local.cscfg</serviceConfigurationFile>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest</groupId>
+      <artifactId>WorkerRole1</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <type>dotnet-application</type>
+    </dependency>
+  </dependencies>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/Properties/AssemblyInfo.cs?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/Properties/AssemblyInfo.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/Properties/AssemblyInfo.cs Wed Sep 26 12:05:02 2012
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("WorkerRole1")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("WorkerRole1")]
+[assembly: AssemblyCopyright("Copyright ©  2012")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible 
+// to COM components.  If you need to access a type in this assembly from 
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("f4a3a727-62c2-42fc-bc84-bfd27698f18c")]
+
+// Version information for an assembly consists of the following four values:
+//
+//      Major Version
+//      Minor Version 
+//      Build Number
+//      Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers 
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole.cs
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole.cs?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole.cs (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole.cs Wed Sep 26 12:05:02 2012
@@ -0,0 +1,39 @@
+using System;
+using System.Collections.Generic;
+using System.Diagnostics;
+using System.Linq;
+using System.Net;
+using System.Threading;
+using Microsoft.WindowsAzure;
+using Microsoft.WindowsAzure.Diagnostics;
+using Microsoft.WindowsAzure.ServiceRuntime;
+using Microsoft.WindowsAzure.StorageClient;
+
+namespace WorkerRole1
+{
+    public class WorkerRole : RoleEntryPoint
+    {
+        public override void Run()
+        {
+            // This is a sample worker implementation. Replace with your logic.
+            Trace.WriteLine("WorkerRole1 entry point called", "Information");
+
+            while (true)
+            {
+                Thread.Sleep(10000);
+                Trace.WriteLine("Working", "Information");
+            }
+        }
+
+        public override bool OnStart()
+        {
+            // Set the maximum number of concurrent connections 
+            ServicePointManager.DefaultConnectionLimit = 12;
+
+            // For information on handling configuration changes
+            // see the MSDN topic at http://go.microsoft.com/fwlink/?LinkId=166357.
+
+            return base.OnStart();
+        }
+    }
+}

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole1.csproj
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole1.csproj?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole1.csproj (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/WorkerRole1.csproj Wed Sep 26 12:05:02 2012
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.30703</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{7E67BFCB-4EFD-4FBA-A610-9F46ADAAF097}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>WorkerRole1</RootNamespace>
+    <AssemblyName>WorkerRole1</AssemblyName>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <FileAlignment>512</FileAlignment>
+    <RoleType>Worker</RoleType>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
+    </Reference>
+    <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
+    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
+    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
+      <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
+    </Reference>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Data.Services.Client" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="WorkerRole.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <WebReferences Include="Web References\" />
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="app.config" />
+    <None Include="packages.config" />
+  </ItemGroup>
+  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+</Project>
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/app.config
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/app.config?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/app.config (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/app.config Wed Sep 26 12:05:02 2012
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+    <system.diagnostics>
+        <trace>
+            <listeners>
+                <add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+                    name="AzureDiagnostics">
+                    <filter type="" />
+                </add>
+            </listeners>
+        </trace>
+    </system.diagnostics>
+</configuration>
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/packages.config
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/packages.config?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/packages.config (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/packages.config Wed Sep 26 12:05:02 2012
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+  <package id="Microsoft.WindowsAzure.ConfigurationManager" version="1.7.0.0" targetFramework="net40" />
+  <package id="WindowsAzure.Storage" version="1.7.0.0" targetFramework="net40" />
+</packages>
\ No newline at end of file

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/WorkerRole1/pom.xml Wed Sep 26 12:05:02 2012
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
+  <parent>
+    <artifactId>NPANDAY_571_AzureSDKVersionTest-parent</artifactId>
+    <groupId>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest</groupId>
+    <version>1.0-SNAPSHOT</version>
+    <relativePath>..\pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>WorkerRole1</artifactId>
+  <packaging>dotnet-library</packaging>
+  <name>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest : WorkerRole1</name>
+  <build>
+    <sourceDirectory>./</sourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.npanday.plugins</groupId>
+        <artifactId>maven-compile-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <frameworkVersion>4.0</frameworkVersion>
+          <define>DEBUG;TRACE</define>
+          <includeSources>
+            <includeSource>Properties\AssemblyInfo.cs</includeSource>
+            <includeSource>WorkerRole.cs</includeSource>
+          </includeSources>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.npanday.plugins</groupId>
+        <artifactId>application-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package-application</id>
+            <goals>
+              <goal>assemble-package-files</goal>
+              <goal>process-configs</goal>
+              <goal>create-package</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>Microsoft.WindowsAzure.Configuration</groupId>
+      <artifactId>Microsoft.WindowsAzure.Configuration</artifactId>
+      <version>1.7.0.0</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
+      <groupId>Microsoft.WindowsAzure.Diagnostics</groupId>
+      <artifactId>Microsoft.WindowsAzure.Diagnostics</artifactId>
+      <version>1.7.0.0</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
+      <groupId>Microsoft.WindowsAzure.ServiceRuntime</groupId>
+      <artifactId>Microsoft.WindowsAzure.ServiceRuntime</artifactId>
+      <version>1.7.0.0</version>
+      <type>gac_msil</type>
+      <classifier>31bf3856ad364e35</classifier>
+    </dependency>
+    <dependency>
+      <groupId>Microsoft.WindowsAzure.StorageClient</groupId>
+      <artifactId>Microsoft.WindowsAzure.StorageClient</artifactId>
+      <version>1.7.0.0</version>
+      <type>dotnet-library</type>
+    </dependency>
+    <dependency>
+      <groupId>System.Data.Services.Client</groupId>
+      <artifactId>System.Data.Services.Client</artifactId>
+      <version>4.0.0.0</version>
+      <type>gac_msil4</type>
+      <classifier>b77a5c561934e089</classifier>
+    </dependency>
+  </dependencies>
+  <repositories>
+    <repository>
+      <id>azure-it-repo</id>
+      <url>file:${basedir}/../../Azure17Bootstrap/azure-repo</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+</project>

Added: incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/pom.xml?rev=1390427&view=auto
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/pom.xml (added)
+++ incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_571_AzureSDKVersionTest/pom.xml Wed Sep 26 12:05:02 2012
@@ -0,0 +1,37 @@
+<?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.
+  -->
+
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>NPanday.ITs</groupId>
+    <artifactId>NPanday.ITs.Parent</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>
+  <groupId>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest</groupId>
+  <artifactId>NPANDAY_571_AzureSDKVersionTest-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>NPanday.ITs.NPANDAY571AzureSDKVersionTest : NPANDAY571AzureSDKVersionTest-parent</name>
+  <version>1.0-SNAPSHOT</version>
+  <modules>
+    <module>WorkerRole1</module>
+    <module>NPANDAY_571_AzureSDKVersionTest</module>
+  </modules>
+</project>