exe archiver for Maven assembly plugin?

2012-03-02 Thread christofer.d...@c-ware.de
Hi, I am currently trying to setup a Maven build consisting of a mixed configuration (I am using 1.5-incubator-SNAPSHOT): 1. Java Library (jar packaging) 2. Windows Executable (winexe packaging) The release should be a jar containing the Java library with an embedded exe (So I can

AW: exe archiver for Maven assembly plugin?

2012-03-02 Thread christofer.d...@c-ware.de
-Ursprüngliche Nachricht- Von: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Gesendet: Freitag, 2. März 2012 10:40 An: npanday-dev@incubator.apache.org Betreff: exe archiver for Maven assembly plugin? Hi, I am currently trying to setup a Maven build consisting of a mixed

Introducing a minimal profile for first builders?

2012-03-02 Thread christofer.d...@c-ware.de
Hi, yesterday I got my hands on the trunk of NPanday and wanted to start with building it. It turned out that this was sort of impossible following the guidance on the Website. This was due to the fact that in order to do a full build, some of the plugins have to be built first. I did find out

AW: exe archiver for Maven assembly plugin?

2012-03-02 Thread christofer.d...@c-ware.de
Here goes again ... -Ursprüngliche Nachricht- Von: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Gesendet: Freitag, 2. März 2012 13:01 An: npanday-dev@incubator.apache.org Betreff: AW: exe archiver for Maven assembly plugin? Hi, Ok ... so I couldn't find anything

AW: exe archiver for Maven assembly plugin?

2012-03-02 Thread christofer.d...@c-ware.de
/NPanday.Plugin.Msbuild/javabinding/module modulesilverlight-maven-plugin/module +modulemaven-exe-archiver-plugin/module /modules dependencies dependency Chris -Ursprüngliche Nachricht- Von: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Gesendet: Freitag, 2. März 2012

AW: moving npanday.org to the ASF

2012-05-29 Thread christofer.d...@c-ware.de
Sounds good :-) -Ursprüngliche Nachricht- Von: Brett Porter [mailto:br...@porterclan.net] Im Auftrag von Brett Porter Gesendet: Dienstag, 29. Mai 2012 12:45 An: npanday-dev@incubator.apache.org Betreff: Re: moving npanday.org to the ASF The ASF infra team are waiting on some sign of

Building NPanday

2013-11-12 Thread christofer.d...@c-ware.de
Hi, so I had a look at building NPanday. It was quite a hastle getting the build to run, but in the end I seem to have gotten it working. I would however suggest to modify the build slightly. There is one Problem in every plugin Project: You Need the plugin itself somewhere in the build of

AW: Incubator

2013-11-12 Thread christofer.d...@c-ware.de
Bircher [r.birc...@gmx.ch] Gesendet: Sonntag, 10. November 2013 13:28 An: npanday-dev@incubator.apache.org Betreff: Re: Incubator Hi christofer Am 10.11.13 11:54, schrieb christofer.d...@c-ware.de: Hi, I am intending on using NPanday in an upcoming project (Have used it just a little

AW: Building NPanday

2013-11-12 Thread christofer.d...@c-ware.de
Von: Brett Porter [br...@porterclan.net] im Auftrag von Brett Porter [br...@apache.org] Gesendet: Mittwoch, 13. November 2013 08:12 An: npanday-dev@incubator.apache.org Betreff: Re: Building NPanday Hi Chris, On 12 Nov 2013, at 8:21 pm, christofer.d...@c

AW: Building NPanday

2013-11-13 Thread christofer.d...@c-ware.de
think about creating a MS SDK mavenizer, which makes everything maveny and allows reducing the complexity of the plugins greatly? Chris -Ursprüngliche Nachricht- Von: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Gesendet: Mittwoch, 13. November 2013 16:15 An: npanday-dev

AW: Building NPanday

2013-11-13 Thread christofer.d...@c-ware.de
the maven-enforcer-plugin to fail on 64bit system immediately should help people like me not wasting too much time ;-) (http://maven.apache.org/enforcer/enforcer-rules/requireOS.html) Chris -Ursprüngliche Nachricht- Von: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Gesendet

AW: Building NPanday

2013-11-21 Thread christofer.d...@c-ware.de
… _ Lars Am 13.11.2013 um 20:42 schrieb christofer.d...@c-ware.de christofer.d...@c-ware.de: Hi, Ok so I had another look at the bootstrap thing and it seems to work ... think I should start looking at the stuff in the root directory and not trusting the documentation on the website

AW: Building NPanday

2013-11-22 Thread christofer.d...@c-ware.de
-settings.xml? Am 21.11.2013 um 13:53 schrieb christofer.d...@c-ware.de christofer.d...@c-ware.de: Hi Lars, And what about the idea of creating a .Net mavenizer that creates maven artifacts for all needed components and libraries. Then you could rely on this maven structure and new .Net

AW: Building NPanday

2013-12-03 Thread christofer.d...@c-ware.de
um 08:48 schrieb christofer.d...@c-ware.de: Well currently there are different Library packages in different versions (.Net 2.0, .Net 3.5, .Net X.X. NUnit, Lots more ...). All of These have their own internal Directory structure and contain sets of libraries (DLLs). As far as I undertstood