AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jan Wedel
@ Vincent: Great to hear that you can provide the patches. Just for my understanding: Is is not possible to use Nexus because of the dynamic artifactID and Nexus being not eable to understand it? Or is it a general issue with the NAR plugin? @ Jörg: Could you please also post an excerpt of

AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jan Wedel
Betreff: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects Hi Jan, Jan Wedel wrote at Dienstag, 18. August 2009 08:52: [snip] @ Jörg: Could you please also post an excerpt of the demo-dll-project POM and how you specify different classifiers in the first place

AW: Re: AW: Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread Jan Wedel
Hi Mark! It's good to hear something from the original source of the plug-in. I am currently evaluating whether we are using maven for C projects or not. I tried your plug-in by using the helloworldexe project and immediately got a build failure ([INFO] NAR: Please specify Includes as part of

Building multiple projects without creating a single output file?

2009-08-17 Thread Jan Wedel
Hi, one of Maven’s primary aims was to have one output file for one project (as far as I can remember). The question is, can I have some kind of parent pom that invokes multiple sub pom and respectively their projects to be build? E.g my project has a web application, a client applet, a PHP

AW: Building multiple projects without creating a single output file?

2009-08-17 Thread Jan Wedel
-Ursprüngliche Nachricht- Von: Jan Wedel [mailto:jan.we...@ettex.de] Gesendet: Montag, 17. August 2009 09:30 An: users@maven.apache.org Betreff: Building multiple projects without creating a single output file? Hi, one of Maven's primary aims was to have one output file

Project and external file Deployment?

2009-08-14 Thread Jan Wedel
Hi, I was just wondering how I can configure Maven to deploy a whole project, e.g. a web application that needs other war files to also be deployed on the server as well as probable configuration files. Is it possible to copy other projects jar/war files together with the projects war

AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-14 Thread Jan Wedel
-Ursprüngliche Nachricht- Von: Jan Wedel Gesendet: Dienstag, 11. August 2009 16:28 An: users@maven.apache.org Betreff: AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects As stated before by John, There is a PHP plugin. Moreover, I found a .NET plugin. For C, Fortran and C++, the NAR plugin can

AW: Re: Project and external file Deployment?

2009-08-14 Thread Jan Wedel
). But there are also server specific ones. In general, to deploy other artifacts than the one from the project at hands, they should be avalaible (already built) in a repo (such as your corporate repo). /Anders On Fri, Aug 14, 2009 at 11:26, Jan Wedel jan.we...@ettex.de wrote: Hi, I was just wondering

Broken by design

2009-08-14 Thread Jan Wedel
Hi, while I was searching for a Perl plugin for maven, I found this link in interesting discussion: http://fishbowl.pastiche.org/2007/12/20/maven_broken_by_design/ Since this is quite old, I guess this was already discussed on this list. I am interested if there are solutions for the

AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Jan Wedel
.) -Dave On Mon, Aug 10, 2009 at 5:58 AM, Jan Wedel jan.we...@ettex.de wrote: Hi there! I already searched google for some help but it seems that it's not really common to use Maven for non-Java projects. However, we plan to be platform and language-independent by supporting e.g

AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Jan Wedel
(which supports generating project files for VS, XCode, and GCC from a common text file on Mac, Windows, and Linux). http://www.cmake.org/ Jan Wedel wrote: Thanks for your answers! Where do you see most of the problems in including native compilers? I means, in general Maven already supports

AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-11 Thread Jan Wedel
supports generating project files for VS, XCode, and GCC from a common text file on Mac, Windows, and Linux). http://www.cmake.org/ Jan Wedel wrote: Thanks for your answers! Where do you see most of the problems in including native compilers? I means, in general Maven already

Maven for Non-Java Projects

2009-08-10 Thread Jan Wedel
Hi there! I already searched google for some help but it seems that it's not really common to use Maven for non-Java projects. However, we plan to be platform and language-independent by supporting e.g. embedded Java, C, C++ and Python. The question is if it is feasible to use Maven for all