Re: Announcing the NAR plugin for Maven 3.2.0

2014-10-02 Thread Mark Donszelmann
Hi good work. Nice to see my original work has evolved and is being used. Thanks Mark Donszelmann On Oct 2, 2014, at 7:12 PM, Curtis Rueden wrote: > -- Forwarded message -- > From: Johannes Schindelin > Date: Thu, Oct 2, 2014 at 12:05 PM > Subject: [maven-nar] An

Re: NAR Maven Plugin 3.0.0 released

2013-12-09 Thread Mark Donszelmann
Hi thank you for seeing this through. I am glad that the plugin I originally made for Maven 1, and later for Maven 2 is in good hands. I am sure that if I ever need it again, I will come back to it and possibly re-contribute to it. For now, good luck with it. Regards Mark Donszelmann On

Re: maven-nar-plugin (version?)

2013-01-16 Thread Mark Donszelmann
Hi I wrote the NAR plugin, but have no longer time to maintain it. I donated it (with approval of Sonatype) to a bunch of people who would like to maintain it. Its under https://github.com/maven-nar I guess with mailing lists and doc Regards Mark Donszelmann (duns) On Jan 16, 2013, at 3

Re: Unifying maven-nar-plugin implementations

2012-10-09 Thread Mark Donszelmann
Hi On Oct 9, 2012, at 7:18 PM, Stephen Connolly mailto:stephen.alan.conno...@gmail.com>> wrote: Don't forget to change the artifactId to nar-maven-plugin or such as maven-___-plugin is reserved for maven.apache.org owned plugins I guess that is correct, however Jaso

Re: Unifying maven-nar-plugin implementations

2012-10-07 Thread Mark Donszelmann
code away from them. I guess officially Sonatype owns the code, as I dropped it with them, but they seem to have little interest in it (as far as I could see from the mailings). Keep me posted. Regards Mark Donszelmann On Oct 7, 2012, at 12:35 PM, Martin Eisengardt wrote: > Do

Re: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread Mark Donszelmann
Hi NAR also links in the compile phase as it uses cpp-tasks to handle uniform compilation and linking. Regards Mark On Mar 1, 2011, at 12:22 PM, sintetik wrote: >> Both compile and link are hooked into maven compile phase. Normally > the native compile should get by very quickly since no cod

Re: choosing a maven 2 plugin for native builds

2011-01-04 Thread Mark Donszelmann
Hi 1 is the follow up of number 2. Regards Mark Donszelmann On Jan 4, 2011, at 6:09 PM, khaido wrote: > > I've been looking for a maven 2 plugin to build native C and C++ projects. > I've done some research and found the following plugins: > > 1.

Re: Anyone familiar with the maven-nar-plugin?

2010-10-26 Thread Mark Donszelmann
Hi Eyal, On Aug 8, 2010, at 10:18 PM, Eyal Goren wrote: > > Hi, > > I am trying to use this plugin, and I have few problems: > > 1) On Solaris, he does not manage to work with the CC > 2) On WIndows, I don't manage to make it compile a debug mode (I switch the > debug flag to true, but the /MD

Re: maven2 and native compilation

2010-09-27 Thread Mark Donszelmann
d it's building. great. Github does not do directory browsing, so I just listed them there. They are in fact available. http://duns.github.com/maven-snapshots should be added as a snapshot repository. I agree this could be explained better. Regards Mark Donszelmann > > -- &

Re: rmic compiler other then FreeHep

2007-12-03 Thread Mark Donszelmann
drop down menu in the Create Issue step 1. Where do I submit the patch? Cheers, Borut 2007/11/30, Mark Donszelmann <[EMAIL PROTECTED]>: Hi if you send us the patches I can include it. Regards Mark On Nov 30, 2007, at 4:24 PM, Borut Bolčina wrote: The plugin is finished. It now finds a

Re: rmic compiler other then FreeHep

2007-11-30 Thread Mark Donszelmann
Hi if you send us the patches I can include it. Regards Mark On Nov 30, 2007, at 4:24 PM, Borut Bolčina wrote: The plugin is finished. It now finds all the classes which needs to have stubs generated for - automatically. -Borut 2007/11/22, Mark Donszelmann <[EMAIL PROTECTED]>

Re: rmic compiler other then FreeHep

2007-11-22 Thread Mark Donszelmann
Hi feel free to extend our plugin with the functionality you mention below. Send us the patch and we can include it. Regards Mark On Nov 22, 2007, at 8:22 AM, Borut Bolčina wrote: Hello, is anyone aware of rmic compiler other then http://java.freehep.org/freehep-rmic-plugin/index.html? T

Re: Can the Maven Assembly Plugin create an exe file

2007-08-16 Thread Mark Donszelmann
Or use the freehep-nar-plugin see: http://java.freehep.org/freehep-nar-plugin Regards Mark On Aug 16, 2007, at 9:43 AM, Wayne Fay wrote: I'm not certain, but the NMaven team might have something you'd find useful: http://incubator.apache.org/nmaven/index.html Wayne On 8/16/07, David Willi

Re: Anyone used the NAR plugin for native code ?

2007-06-13 Thread Mark Donszelmann
Hi Arne, On Jun 13, 2007, at 2:51 AM, Arne Styve wrote: Hi, I'm currently looking into the NAR plugin from the FreeHEP site (http://java.freehep.org/freehep-nar-plugin/), and have some questions regarding the use of this plugin. I'm building a JNI-library from a Java class, on a x86-Windows

Re: SV: Maven, DLLs and repositories...how ?

2007-06-06 Thread Mark Donszelmann
Hi have a look at http://java.freehep.org/freehep-nar-plugin Regards Mark Donszelmann On Jun 6, 2007, at 8:10 AM, Jason van Zyl wrote: On 6 Jun 07, at 2:50 AM 6 Jun 07, Arne Styve wrote: Hi Jason, Thanks for your input. I'll give this a try. However, how do you then use th

Re: Native plugin and include files

2007-05-02 Thread Mark Donszelmann
Hi you can find the nar plugin under: http://java.freehep.org/freehep-nar-plugin Regards Mark On May 2, 2007, at 6:01 PM, Dan Tran wrote: There is a JIRA requesting to bundle include files with the build binary. To work with other library, the common practice, at least for, is to use depe

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-14 Thread Mark Donszelmann
, Mark Donszelmann <[EMAIL PROTECTED]> wrote: Hi On Apr 13, 2007, at 2:00 PM, Christian Goetze wrote: > On 4/13/07, Mark Donszelmann <[EMAIL PROTECTED]> > wrote: >> Hi Christian, > >> you may have a look at >> http://java.freehep.org/freehep-nar-plugin >

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-14 Thread Mark Donszelmann
Hi On Apr 13, 2007, at 2:00 PM, Christian Goetze wrote: On 4/13/07, Mark Donszelmann <[EMAIL PROTECTED]> wrote: Hi Christian, you may have a look at http://java.freehep.org/freehep-nar-plugin it does quite a bit of what you suggest, though it is not perfect. That is pretty neat

Re: [M2] Native plugin and multi-platform C++ projects How-To

2007-04-13 Thread Mark Donszelmann
Hi Christian, you may have a look at http://java.freehep.org/freehep-nar-plugin it does quite a bit of what you suggest, though it is not perfect. Regards Mark Donszelmann On Apr 13, 2007, at 11:48 AM, Christian Goetze wrote: > - Using again the native plugin, create a multi-module proj

Fwd: Maven Webstart Plugin - some remarks

2007-03-01 Thread Mark Donszelmann
Hi more feedback below: Begin forwarded message: From: "Jerome Lacoste" <[EMAIL PROTECTED]> Date: January 30, 2007 11:26:23 PM PST To: "Maven Users List" Subject: Re: Maven Webstart Plugin - some remarks Reply-To: "Maven Users List" 3. We use jar references as which can only be handled a

Re: Maven Webstart Plugin - some remarks

2007-02-25 Thread Mark Donszelmann
Any estimate on the release of 1.0-alpha-2 release? Regards Mark Donszelmann On Feb 25, 2007, at 3:26 AM, Jerome Lacoste wrote: On 2/22/07, Roland Klein <[EMAIL PROTECTED]> wrote: Jerome Lacoste schrieb: > Please use the MOJO mailing list for comments on a MOJO project plugin. &g

Re: rmic plugin

2007-02-19 Thread Mark Donszelmann
ven 2.0.5. I did not delete my local repo, but build succeeded. The behavior seems indeterministic. I guess some artifacts from some repos are causing trouble. Cleaning local repo for build to succeed is a crime, well at least it should deserve a parking ticket. -Borut Mark Donszelmann

Re: rmic plugin

2007-02-19 Thread Mark Donszelmann
Hi we have seen the same problem on other projects (of freehep). Cleaning the local repository always helped, but is a strange (and sometimes long) solution. Regards Mark Donszelmann On Feb 19, 2007, at 12:54 AM, Tim Kettler wrote: Hi, works for me. I just built it with a clean local

Maven Webstart Plugin - some remarks

2007-01-30 Thread Mark Donszelmann
a way to auto-unzip the generated webstart application into target/site so that the application can be deployed with the site (for simple webstart apps only). Let me know. Regards Mark Donszelmann Stanford - To unsubscribe, e

FreeHEP NAR Plugin documentation updated

2006-10-27 Thread Mark Donszelmann
) plugin enables the building of native (c, c++, fortran) artifacts, the deployment of these and dependencies on them. Regards Mark Donszelmann Stanford Linear Accelerator Center - To unsubscribe, e-mail: [EMAIL PROTECTED] For

default goal should maybe be "verify"

2006-10-17 Thread Mark Donszelmann
k for all dependencies being deployed (remote), including the projects it is checking itself. Have the developers of continuum given this any thought? Regards Mark Donszelmann Stanford Linear Accelerator Center

Re: freehep-nar: status & documentation?

2006-10-10 Thread Mark Donszelmann
Hi updating the docs this week. Please mail me in a week if I have not put them yet. Regards Mark On Oct 9, 2006, at 11:36 AM, Max Bowsher wrote: What is the status of freehep-nar for Maven 2? I've found tantalizing mentions of it in various places, but the freehep-nar site's usage docs ar

Re: JavaCC plug-in and multiple grammar files

2006-09-27 Thread Mark Donszelmann
Hi did not find your attached pom. You can however run the javacc plugin multiple times with different configurations (output dir/package). Regards Mark Donszelmann On Sep 27, 2006, at 4:10 AM, Stefano Fornari wrote: Hi All, I have multiple grammar files, each going into a different package

IDLJ plugin

2006-09-11 Thread Mark Donszelmann
Hi we also have a plugin similar to rmic for idlj, see http://java.freehep.org/freehep-idlj-plugin Regards Mark Donszelmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: rmic plugin

2006-09-11 Thread Mark Donszelmann
Hi feel free to use ours at: http://java.freehep.org/freehep-rmic-plugin/ Regards Mark Donszelmann On Sep 8, 2006, at 6:52 AM, Ruel Loehr wrote: The bad thing about this way of doing it is that it is not portable. E.g. macs don't have a tools.jar. Ruel Loehr JBoss, a division of Re

Re: RMI compiler plugin

2006-06-08 Thread Mark Donszelmann
plugin I guess. The freehep-rmic-plugin runs as part of the process-classes phase as one needs the class files to be there to generate the stubs. Regards Mark Donszelmann On Jun 6, 2006, at 8:01 AM, Eugeny N Dzhurinsky wrote: Hi there! I need to compile some stubs for classess I use, with

Re: RMI plugin for Maven 1.x

2006-05-28 Thread Mark Donszelmann
Or you could use ours: http://java.freehep.org/freehep-rmic-plugin/ regards Mark Donszelmann On May 27, 2006, at 5:25 PM, Steven Coco wrote: Re: Is a plugin for doing rmic available for Maven 1.x ? Regards, Kanakambaran Can you do this with an execution plugin? I have used the Ant

Re: NAR Plugin Problems

2006-05-23 Thread Mark Donszelmann
build for multiple platforms without having to reconfigure too much. Regards Mark Donszelmann On May 23, 2006, at 9:43 AM, GaryC wrote: I found this forum almost by accident and have already found out quite a lot of useful information by browsing the old posts. Anyway time to register and

Re: Problem upgrading from 1.0.3-SNAPSHOT (RC1) to 1.0.3

2006-04-25 Thread Mark Donszelmann
Hi I see the same. Upgraded from 1.0.2 to 1.0.3. According to upgrade instructions. No build history, build numbers seem ok. Regards Mark Donszelmann On Apr 25, 2006, at 8:50 AM, Mark Reynolds wrote: I started from scratch with the first Continuum 1.0.3 RC (2006-03-16). I just upgraded

Re: SCM triggered build in svn is not happening

2006-02-06 Thread Mark Donszelmann
Hi could you (or someone) put instructions on how t do this in the FAQ o continuum. Regards Mark Donszelmann On Feb 6, 2006, at 12:46 PM, Emmanuel Venisse wrote: Not exactly, you can add an post-commit hook in your SCM and call the xmlrpc server for building the project. Emmanuel Brian E

Re: Checkout with svn:// protocol fails

2005-06-30 Thread Mark Donszelmann
Quite right, my mistake. I guess one needs it if you do (svn scm:update). Did not read the original e-mail correctly. Regards Mark On Jun 30, 2005, at 8:37 AM, Emmanuel Venisse wrote: Mark Donszelmann wrote: Hi I guess you need maven-scm-plugin.jar version 1.5 for the svn protocol to

Re: Checkout with svn:// protocol fails

2005-06-30 Thread Mark Donszelmann
Hi I guess you need maven-scm-plugin.jar version 1.5 for the svn protocol to work out of the box. And you may need to specify a different separator: scm|svn|svn://svn.freehep.org/svn/${pom.artifactId}/trunk Regards Mark Donszelmann On Jun 30, 2005, at 8:22 AM, Yann LE DU wrote: Hi all

Re: echo gives me correct variable but unjar does not... where do I go wrong?

2005-02-17 Thread Mark Donszelmann
Re: echo gives me correct variable but unjar does not... where do I go wrong? > just like you were in echo, unless I am missing something: > > > > > > On Thu, 17 Feb 2005 20:18:38 -0800, Mark Donszelmann > <[EMAIL PROTECTED]> wrote: > > Hi > > > &g

Re: echo gives me correct variable but unjar does not... where do I go wrong?

2005-02-17 Thread Mark Donszelmann
Hi - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, February 17, 2005 8:09 PM Subject: Re: echo gives me correct variable but unjar does not... where do I go wrong? > it isn't being evaulated because of the way you are pulling it bac

echo gives me correct variable but unjar does not... where do I go wrong?

2005-02-17 Thread Mark Donszelmann
oc on the scopes one can set, or maybe I missed it). When I then say: ${name} it writes correctly: [echo] somedir/here/myfile.jar but when I say: ant complains that it does not find file: somedir/${specific}/myfile.jar Any idea why? Rega

Maven SCM Plugin 1.5 Beta 3 gets confused over extra output

2005-02-14 Thread Mark Donszelmann
G] Unexpected input, the line must be at least three characters long. Line: ''. Should the plugin call svn -q ? Or should I set a flag somwhere? Regards Mark Donszelmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to deploy a plugin?

2005-01-26 Thread Mark Donszelmann
I use: maven plugin:repository-deploy or maven plugin:repository-deploy-snapshot however, there does not seem to be a way to install (local repository) a snapshot of a plugin. Regards Mark Donszelmann - Original Message - From: "Michael Schuerig" <[EMAIL PROTECTE