Hi guy, any idea why this is happening?

 

Do you need maybe some more clue about my configuration?

 

I'm running Windows 7 x64 Professional, and I've installed .net 4.0 with
Visual Studio 2010 Ultimate an in the attachment you can find the
pom.xml which is created by npanday.

 

It would be great if I could get at least a little clue what might be
wrong.

 

Thx

Cheers

Peter

 

From: Peter Grman 
Sent: Freitag, 27. Juli 2012 02:50
To: 'npanday-users@incubator.apache.org'
Subject: WPF Projects with NPanday 1.5.0-SNAPSHOT

 

Hi,

 

I'm developing a WPF application which I need to be able to build with
npanday.

 

Version 1.4.0 didn't work, so I've tried the snapshot from the SVN repo,
which still didn't work. After some research I found a similar thread on
this ML 

http://mail-archives.apache.org/mod_mbox/incubator-npanday-users/201109.
mbox/thread 

http://mail-archives.apache.org/mod_mbox/incubator-npanday-users/201109.
mbox/%3c4e7216ac.1000...@gmail.com%3E 

http://mail-archives.apache.org/mod_mbox/incubator-npanday-users/201109.
mbox/%3c0055ce69d94919458617273479ab71a9dd50fa6...@mbx7.exchprod.usa.net
%3E

 

There was also the reference to the 2 its WPF projects, which I've tried
to build in hope it would work and I could just check what's different
in my pom.xml, but unfortunately these failed as well.

 

Btw here you can see the error from building my own project. Any ideas
how to get this fixed?

 

[INFO]
------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 8.870s

[INFO] Finished at: Fri Jul 27 02:18:18 CEST 2012

[INFO] Final Memory: 8M/155M

[INFO]
------------------------------------------------------------------------

[ERROR] Failed to execute goal
org.apache.npanday.plugins:maven-compile-plugin:1.5.0-incubating-SNAPSHO
T:initialize (default-initialize) on project MSNotification: Execution
default-initialize of goal
org.apache.npanday.plugins:maven-compile-plugin:1.5.0-incubating-SNAPSHO
T:initialize failed: NPANDAY-159-000: Error finding artifact
WindowsBase:WindowsBase:gac_msil:31BF3856AD364E35:4.0.0.0:compile:
NPANDAY-158-001: Could not resolve gac-dependency
WindowsBase:WindowsBase:gac_msil:31BF3856AD364E35:4.0.0.0:compile, tried
C:\WINDOWS\assembly\gac_msil\Windows
Base\4.0.0.0__31BF3856AD364E35\WindowsBase.dll

[ERROR]

[ERROR] Try downloading the file manually from the project website.

[ERROR]

[ERROR] Then, install it using the command:

[ERROR] mvn install:install-file -DgroupId=WindowsBase
-DartifactId=WindowsBase -Dversion=4.0.0.0 -Dclassifier=31BF3856AD364E35
-Dpackaging=gac_msil -Dfile=/path/to/file

[ERROR]

[ERROR] Alternatively, if you host your own repository you can deploy
the file there:

[ERROR] mvn deploy:deploy-file -DgroupId=WindowsBase
-DartifactId=WindowsBase -Dversion=4.0.0.0 -Dclassifier=31BF3856AD364E35
-Dpackaging=gac_msil -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

[ERROR]

[ERROR] Path to dependency:

[ERROR] 1) MSNotification:MSNotification:winexe:1.0-SNAPSHOT

[ERROR]

[ERROR]

[ERROR] WindowsBase:WindowsBase:gac_msil:4.0.0.0

[ERROR] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions,
please read the following articles:

[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionExceptio
n

 

Thx

 

Cheers

Peter

<?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";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>MSNotification</groupId>
  <artifactId>MSNotification</artifactId>
  <packaging>winexe</packaging>
  <name>MSNotification : MSNotification</name>
  <version>1.0-SNAPSHOT</version>
  <scm>
    <connection>scm:svn:https://github.com/openengsb/openengsb-connector-msnotification.git</connection>
    <developerConnection>scm:svn:https://github.com/openengsb/openengsb-connector-msnotification.git</developerConnection>
    <url>https://github.com/openengsb/openengsb-connector-msnotification.git</url>
  </scm>
  <build>
    <sourceDirectory>./</sourceDirectory>
    <plugins>
      <plugin>
        <groupId>org.apache.npanday.plugins</groupId>
        <artifactId>maven-compile-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <frameworkVersion>4.0</frameworkVersion>
          <includeSources>
            <includeSource>Common\SingletonConnector.cs</includeSource>
            <includeSource>Settings.cs</includeSource>
            <includeSource>App.xaml.cs</includeSource>
            <includeSource>obj\x86\Debug\App.g.cs</includeSource>
            <includeSource>Common\ExtensionMethods.cs</includeSource>
            <includeSource>Common\SimpleEventArgs.cs</includeSource>
            <includeSource>Common\Singleton.cs</includeSource>
            <includeSource>Connector\NotificationDomainConnector.cs</includeSource>
            <includeSource>GUI\Controls\CustomBalloon.xaml.cs</includeSource>
            <includeSource>obj\x86\Debug\GUI\Controls\CustomBalloon.g.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\BalloonIcon.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\BalloonFlags.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\IconDataMembers.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\IconState.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\MouseEvent.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\NotifyCommand.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\NotifyIconData.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\NotifyIconVersion.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\Point.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\TrayInfo.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\WinApi.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\WindowClass.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Internop\WindowMessageSink.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\PopupActivationMode.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\RoutedEventHelper.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\TaskbarIcon.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\TaskbarIcon.Declarations.cs</includeSource>
            <includeSource>GUI\Controls\NotifyIcon\Util.cs</includeSource>
            <includeSource>MainWindow.xaml.cs</includeSource>
            <includeSource>obj\x86\Debug\MainWindow.g.cs</includeSource>
            <includeSource>Properties\AssemblyInfo.cs</includeSource>
            <includeSource>Properties\Resources.Designer.cs</includeSource>
            <includeSource>Properties\Settings.Designer.cs</includeSource>
          </includeSources>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.openengsb.wrapped.csharp</groupId>
      <artifactId>Apache.NMS</artifactId>
      <version>1.5.0_2</version>
      <type>dotnet-library</type>
    </dependency>
    <dependency>
      <groupId>org.openengsb.wrapped.csharp</groupId>
      <artifactId>Apache.NMS.ActiveMQ</artifactId>
      <version>1.5.0_3</version>
      <type>dotnet-library</type>
    </dependency>
    <dependency>
      <groupId>org.openengsb.wrapped.csharp</groupId>
      <artifactId>fastJSON</artifactId>
      <version>1.9.6_2</version>
      <type>dotnet-library</type>
    </dependency>
    <dependency>
      <groupId>org.openengsb.loom.csharp.common.bridge</groupId>
      <artifactId>Interface</artifactId>
      <version>1.0.0-SNAPSHOT</version>
      <type>dotnet-library</type>
    </dependency>
    <dependency>
      <groupId>org.openengsb.wrapped.csharp</groupId>
      <artifactId>log4net</artifactId>
      <version>1.2.11_2</version>
      <type>dotnet-library</type>
    </dependency>
    <dependency>
      <groupId>org.openengsb.wrapped.csharp</groupId>
      <artifactId>Newtonsoft.Json</artifactId>
      <version>5.0_2</version>
      <type>dotnet-library</type>
    </dependency>
    <dependency>
      <groupId>org.openengsb.connector</groupId>
      <artifactId>Org.OpenEngSB.Domain.NotificationInterfaces</artifactId>
      <version>1.0.0-SNAPSHOT</version>
      <type>dotnet-library</type>
    </dependency>
    <dependency>
      <groupId>WindowsBase</groupId>
      <artifactId>WindowsBase</artifactId>
      <version>4.0.0.0</version>
      <type>gac_msil</type>
      <classifier>31BF3856AD364E35</classifier>
    </dependency>
    <dependency>
      <groupId>System.Xaml</groupId>
      <artifactId>System.Xaml</artifactId>
      <version>4.0.0.0</version>
      <type>gac_msil</type>
      <classifier>B77A5C561934E089</classifier>
    </dependency>
  </dependencies>
</project>

Reply via email to