You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-users@incubator.apache.org by Peter Grman <pe...@grman.at> on 2012/07/27 00:50:03 UTC

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.1000805@gmail.com%3E 

http://mail-archives.apache.org/mod_mbox/incubator-npanday-users/201109.
mbox/%3C0055CE69D94919458617273479AB71A9DD50FA6042@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