AW: Maven release gives error on multi-module project

2014-12-15 Thread Lars Corneliussen // Zen
1.4 and 1.5, but then I found why it skipped the type dll dependencies. Finally I used only the version 1.5 for both plugins with a little hack: https://github.com/octavian-h/npanday/commit/02a0fa919534fc4afee4ae407f8e597fd7f5e6a7 Octavian 2014-12-08 11:00 GMT+02:00 Lars Corneliussen // Zen m

AW: Determining next steps for the NPanday

2014-12-15 Thread Lars Corneliussen // Zen
Hi Roman, even though it hurts I think retiring the project is the right thing to do. Not because of the quality of NPanday, but just because the (developer!) community is effectively gone. While I'm still using NPanday every day (1.5 snapshot), it is all on the same project and there is no

AW: NPanday compile plugin doesn't get dll dependencies

2014-12-08 Thread Lars Corneliussen // Zen
Hi Octavian, sorry for not replying earlier. In 1.5 we changed the artifact types to start with a dotnet-. http://incubator.apache.org/npanday/docs/1.5.0-incubating-SNAPSHOT/guide/advanced/project-types.html I'm not sure if we ever supported dll explicitly. The thing is, that maven would

AW: Maven release gives error on multi-module project

2014-12-08 Thread Lars Corneliussen // Zen
Do you mix the versions 1.4 and 1.5? I'm pretty sure we have some bugs around the release lifecycle in NPanday 1.5, though this one seems strange But shouldn't maven resolve the project.version? @Brett, any idea? @Octavian: Could you provide a zip file (if your example project is real :-)) _

AW: AssemblyInfo.cs problems

2014-04-14 Thread Lars Corneliussen // Zen
Yes. That looks like a bug! -Ursprüngliche Nachricht- Von: Eric Kolotyluk [mailto:eric.koloty...@gmail.com] Gesendet: Sonntag, 13. April 2014 01:26 An: npanday-users@incubator.apache.org Betreff: AssemblyInfo.cs problems I am trying to build my project, but it fails because:

AW: Building an executable from modules

2014-04-11 Thread Lars Corneliussen // Zen
Also: There is no living equivalent to ueber-jar in .NET. Modules were made for that, but they never actually got there - they are never linked to and deployed separately. People are using ILmerge for combining assemblies. But it also has drawbacks. When a references b, and b is merged to c,

AW: Building an executable from modules

2014-04-10 Thread Lars Corneliussen // Zen
I have never tried that. Don't think anyone is maintaining it. I'd rather use dotnet-library and then at the end merge with ilmerge You could use the exec-plugin for that, allthough I'd like to have a maven-ilmerge-plugin. -Ursprüngliche Nachricht- Von: Eric Kolotyluk

AW: AW: Maven cannot see my DLL artifact

2014-04-08 Thread Lars Corneliussen // Zen
artifact I do have extensiontrue/extension in my compile-plugin, but maven still cannot find my dependency unless I use the system hack. Cheers, Eric On 4/7/2014 2:07 PM, Lars Corneliussen // Zen wrote: You need to have the compile-plugin with extension=true configured also when resolving

AW: AW: Can't compile a library

2014-04-07 Thread Lars Corneliussen // Zen
:36 AM, Lars Corneliussen // Zen wrote: http://incubator.apache.org/npanday/docs/1.5.0-incubating-SNAPSHOT/plu gins/m aven-compile-plugin/usage.html

AW: Maven cannot see my DLL artifact

2014-04-07 Thread Lars Corneliussen // Zen
You need to have the compile-plugin with extension=true configured also when resolving dependencies It contains the mapping from dotnet-library to .dll - and also some logic for resolving gac-licenses, ++ Ist hat done? -Ursprüngliche Nachricht- Von: Eric Kolotyluk

Re: Nuget package support

2013-12-03 Thread Lars Corneliussen
nameNetage Snapshots Repository/name urlhttp:///content/repositories/snapshots//url /snapshotRepository /distributionManagement Best Rgds, Tom -Original Message- From: Lars Corneliussen [mailto:m...@lcorneliussen.de] Sent: Tuesday

Re: Nuget package support

2013-12-02 Thread Lars Corneliussen
the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException -Original Message- From: Lars Corneliussen [mailto:m...@lcorneliussen.de] Sent: Friday, November 22, 2013 5:23 PM To: npanday-users@incubator.apache.org Subject: Re: Nuget

Re: declaring system dependencies

2013-04-17 Thread Lars Corneliussen
Hi, this should also work with typedotnet-gac/type or gac_32 dependency groupIdSystem.Web.Routing/groupId artifactIdSystem.Web.Routing/artifactId version4.0.0.0/version typegac_msil4/type classifier31bf3856ad364e35/classifier /dependency Am 25.03.2013 um

Re: was the npanday.plugin.install.FileInstallerMojo removed from 1.5.0-incubating-snapshot

2013-04-17 Thread Lars Corneliussen
good to see you answering your questions :( i'm now using the library-importer-plugin with nuget - but before that i usually generated poms in a groovy script and then installed them… i have plans to extend the library-importer-plugin to also pick up local dlls - but haven't found time for that

Re: dependencyManagement section can cause build breakage

2012-05-14 Thread Lars Corneliussen
It should be done on the trunk. You might want to try out 1.5.0-incubating-SNAPSHOT from http://vmbuild.apache.org/archiva/repository/npanday-snapshots/ Happy to get some feedback on how stable it is; You need to do a clean before switching, as source files are not copied to the target anymore…

Re: AssemblyInfo

2012-01-10 Thread Lars Corneliussen
Hi Matthias, thanks for submitting the issues. Also have a look at https://issues.apache.org/jira/browse/NPANDAY-475 _ Lars Am 10.01.2012 um 11:07 schrieb Matthias Wessendorf: using the assemblyInfo @parameter, like: assemblyInfo key1FOO/key1

Re: AssemblyInfo

2012-01-10 Thread Lars Corneliussen
You can have as many AssemblyInfo.cs as you want; the actual file name doesn't matter. So you can just put additional assembly attributes in a different file, which then will be compiled, but let untouched by NPanday. _ Lars Am 10.01.2012 um 13:40 schrieb Brett Porter: I don't think that's

Re: Problem when referencing some System.* assemblies (.net 4.0)

2011-11-18 Thread Lars Corneliussen
it is the right thing to do, but NPanday should better find out by combination of gac and target framework which gac to use _ Mobil versendet. Am 18.11.2011 um 14:53 schrieb Callixte Cauchois ccauch...@virtuoz.com: I looked in the code and found in CompilerContextImpl.java that it should

NPanday Visibility

2011-11-09 Thread Lars Corneliussen
Hi guys, I got a comment on my blog: Hi, I think, it’s a great project! Please, make this project more visible, we are using Maven for Java and we searched for “.net dependency management”. All we found was some alpha projects at codplex (refix and crude have around 30 downloads). After

Re: npanday with maven 3 issues

2011-09-07 Thread Lars Corneliussen
hi, I usually use maven 3, but not with gac references. I think for maven 2 we intercept the right places to help resolving the artifacts from gac; maybe we have to hook it up differently for maven 3 (google IOC) for building the npanday trunk, first run the mv3-bootstrap bat in npanday trunk

Re: Trouble Getting Going with 1.4.0

2011-05-09 Thread Lars Corneliussen
Hi Eric, I've been struggling with NPanday for hours just because I want to try to add a dependency to log4net, and I still cannot see any light at the end of the tunnel. It is so much easier to use the Sonatype plugin for Eclipse. I'm really sorry for the trouble you encounter. And we

Re: Trouble Getting Going with 1.4.0

2011-05-09 Thread Lars Corneliussen
Am 09.05.11 05:00, schrieb Eric Kolotyluk: OK, I added dependency groupIdlog4net/groupId artifactIdlog4net/artifactId version1.2.10.0-SNAPSHOT/version nameLog for .Net/name /dependency Just interested: Where is this dependency located? Do we have it uploaded somewhere? Did you build and

Re: cannot get transitive dependencies working

2011-04-05 Thread Lars Corneliussen
Hi, A transitive dependency is a dependeny of your dependency. If you reference a class of that transitive dependency, it is not a dependency of your dependency anymore. It's now also your direct dependency and hence SHOULD be declared in the POM. _ Lars Am 05.04.11 18:32, schrieb Brett

Re: NPanday Exception

2011-03-18 Thread Lars Corneliussen
-- Message sent from mobile device Am 18.03.2011 um 03:54 schrieb Adelita Padilla apadi...@maestrodev.com: Hi Eric, Did the Addin file got generated in this location - C:\Users\{user.name}\Documents\Visual Studio 2010\AddIns? If there's an addin file, can you check if it contains this

Re: NPanday Exception

2011-03-18 Thread Lars Corneliussen
-- Message sent from mobile device Am 18.03.2011 um 03:54 schrieb Adelita Padilla apadi...@maestrodev.com: Hi Eric, Did the Addin file got generated in this location - C:\Users\{user.name}\Documents\Visual Studio 2010\AddIns? If there's an addin file, can you check if it contains this

Re: NPanday Exception

2011-03-18 Thread Lars Corneliussen
sorry for the two mails. i hit the send button two times unintentionally while trying to adjust the recipients on my iphone mail client. just wantes to say: get on skype, share the screen, document the solution. that would save you both some time :) -- Message sent from mobile device Am