Hi,

do you get a BadImageFormatException?

-Lars

Am 10.02.11 11:43, schrieb Adelita Padilla:

Hi Lars,

Were you able to build trunk successfully after this?

I got a build failure in NPanday.Addin.Plugin with the latest revision on trunk.

I removed the version in the configuration of the maven-mojo-generator-plugin 
that you added in dotnet/pom.xml and was able to build trunk successfully.

Can you verify if you encounter this on your end?


Thanks

--

liit


----- [email protected] wrote:

Author: lcorneliussen
Date: Wed Feb  9 14:37:28 2011
New Revision: 1068908

URL: http://svn.apache.org/viewvc?rev=1068908&view=rev
Log:
#1 Now building against 1.3-incubating as stable.version
#2 Some enhancements for building on MVN 3 (bound the
npanday-group-repo)

Modified:
     incubator/npanday/trunk/dotnet/pom.xml
     incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/dotnet/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/dotnet/pom.xml?rev=1068908&r1=1068907&r2=1068908&view=diff
==============================================================================
--- incubator/npanday/trunk/dotnet/pom.xml (original)
+++ incubator/npanday/trunk/dotnet/pom.xml Wed Feb  9 14:37:28 2011
@@ -48,10 +48,10 @@ under the License.
      plugins>
      <pluginManagement>
        <plugins>
-
          <plugin>
            <groupId>npanday.plugingroupId>
            <artifactId>maven-compile-pluginartifactId>
+                  true
            ${stable.npanday.version}
          plugin>
          <plugin>
@@ -72,13 +72,30 @@ under the License.
          <plugin>
            <groupId>npanday.plugingroupId>
            <artifactId>maven-resolver-pluginartifactId>
+                  ${stable.npanday.version}

              true

          plugin>
+<plugin>
+<groupId>npanday.plugingroupId>
+<artifactId>maven-xsd-pluginartifactId>
+          ${stable.npanday.version}
+        plugin>
+<plugin>
+<groupId>npanday.plugingroupId>
+<artifactId>maven-test-pluginartifactId>
+          ${stable.npanday.version}
+        plugin>
+<plugin>
+<groupId>npanday.plugingroupId>
+<artifactId>maven-mojo-generator-pluginartifactId>
+          ${stable.npanday.version}
+        plugin>
          <plugin>
            <groupId>npanday.plugingroupId>

<artifactId>NPanday.Plugin.Settings.JavaBindingartifactId>
+                  ${stable.npanday.version}

              true


Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1068908&r1=1068907&r2=1068908&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Wed Feb  9 14:37:28 2011
@@ -578,8 +578,7 @@ under the License.
      <mavenVersion>2.0.9mavenVersion>

<npanday.snapshots.url>http://repo.npanday.org/archiva/repository/npanday-snapshotsnpanday.snapshots.url>

<npanday.releases.url>http://repo.npanday.org/archiva/repository/npanday-releasesnpanday.releases.url>
-    npanday.version>1.2.1npanday.version>
-

+    npanday.version>1.3-incubatingnpanday.version>

    <distributionManagement>

@@ -587,12 +586,11 @@ under the License.

<url>http://vmbuild.apache.org/archiva/repository/staged-npanday/url>

    distributionManagement>
-
    <pluginRepositories>
      <pluginRepository>
-      npanday.releases
-      NPanday Releases Repository
-<url>${npanday.releases.url}url>
+      npanday.group
+      NPanday Group Repository
+
<url>http://repo.npanday.org/archiva/repository/npanday-groupurl>

          false

@@ -600,26 +598,12 @@ under the License.
    pluginRepositories>


-      npanday.releases
-      NPanday Releases Repository
-<url>${npanday.releases.url}url>
+      npanday.group
+      NPanday Group Repository
+
<url>http://repo.npanday.org/archiva/repository/npanday-groupurl>

          false


-
-
-      npanday.3rdparty
-      NPanday 3rd-Party Repository
-<url>http://repo.npanday.org/archiva/repository/3rdpartyurl>
-
-        false
-
-
-
-      aduna.org
-<url>http://repository.aduna-software.org/maven2url>
-
-

-
+
\ No newline at end of file

Reply via email to