Re: Maven in Linux environment

2011-08-10 Thread Mark Donszelmann
Hi you need to put it in the pom directory in which you run maven, not the parent dir. Regards Mark On Aug 10, 2011, at 5:39 PM, kalpeer wrote: > Thanks a lot. > > I created aol.properties in my root directory of the project. that is in the > location(/opt/project) where is my parent pom.xml i

Re: Maven in Linux environment

2011-08-10 Thread Mark Donszelmann
Hi you can just create an aol.properties file in the root directory of the project. Next to pom.xml regards Mark On Aug 9, 2011, at 4:55 PM, kalpeer wrote: > Thanks a lot. I have tried with nar plugin. But still I got the same error. > > On further study it looks like AOL property needs to be

Re: Maven in Linux environment

2011-08-09 Thread Mark Donszelmann
Hi you can try the latest version from github maven-nar-plugin Regards Mark Donszelmann On Aug 9, 2011, at 3:18 PM, kalpeer wrote: > > > We use the below maven-compiler-plugin > > true > org.apache.maven.plugins > maven-compiler-plugin >

Re: [VOTE] Release Apache Maven 3.0

2010-10-07 Thread Mark Donszelmann
Hi +1 (non-binding) works for me. Regards Mark Donszelmann On Mon, Oct 4, 2010 at 2:16 PM, Benjamin Bentmann wrote: > Hi, > > feedback on the RCs seems to be decreasing and I am currently not aware of > any major regression so let's try and cross the finishing line o

Re: Deployed attached snapshot artifacts have version number one higher than expected.

2007-06-16 Thread Mark Donszelmann
x27;ve found a bug. -- Kenney Mark Donszelmann wrote: Hi I am attaching artifacts to the main (jar) artifact in my plugin for maven. All works fine for versioned plugins, but for SNAPSHOTS I see the following behavior: 1. mvn install installs the SNAPSHOT correctly in my local repository (correc

Deployed attached snapshot artifacts have version number one higher than expected.

2007-06-15 Thread Mark Donszelmann
any idea why maven looks up the latest build number twice? Did I order some calls wrongly? Regards Mark Donszelmann

Re: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Mark Donszelmann
Hi Kenney, On Jun 13, 2007, at 8:12 AM, Kenney Westerhof wrote: Mark Donszelmann wrote: Hi Kenney, Hi Mark, I was using 2.1.3 for surefire. Changed it to 2.3, and still get error (slightly different): Hi, this is fixed later on; i think you're missing a dependency on junit.

Re: [VOTE] Release Maven 2.0.7 - surefire problem

2007-06-13 Thread Mark Donszelmann
pertest **/*TestSuite.java **/TestSuite.java Could not test SNAPSHOTs yet. Regards Mark Donszelmann On Jun 13, 2007, at 6:18 AM, Kenney Westerhof wrote: Hi, can you find the surefire plugin version you&#x

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Mark Donszelmann
on 2.0.6 which refrained me from using it. 2.0.5 works fine though. Any idea? Do ot let me hold up the release, I am sure it is a config error on my side, but if you have a hint, let me know. Regards Mark Donszelmann On Jun 12, 2007, at 10:12 PM, Jason van Zyl wrote: Hi, The release notes

Re: Maven Release Plugin seems to run "clean verify" and miss out on install for aggregate projects

2007-06-06 Thread Mark Donszelmann
just execute these in order, so the poms would not have been changed. Max suggests to use -DpreparationalGoals="clean install" which would change the goals as part of the release:prepare. Regards Mark On Jun 6, 2007, at 8:12 AM, Graham Leggett wrote: On Wed, June 6, 2007 4:50 pm, Mark D

Re: Maven Release Plugin seems to run "clean verify" and miss out on install for aggregate projects

2007-06-06 Thread Mark Donszelmann
Hi On Jun 6, 2007, at 4:41 AM, Graham Leggett wrote: On Tue, June 5, 2007 9:06 pm, Brett Porter wrote: Right. The reason for not choosing to install by default is that you end up with a "release" in your local repository which is not the final one. We've run into this problem as well - the

Maven Release Plugin seems to run "clean verify" and miss out on install for aggregate projects

2007-06-05 Thread Mark Donszelmann
ybe a problem with the release plugin. mvn 2.0.5 and maven-release-plugin-2.0-beta-6 Regards Mark Donszelmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dependency on system library (java.library.path)

2007-04-10 Thread Mark Donszelmann
java.library.path. Can you give me another hint how to archieve this? Regards Mark Donszelmann Thanks Jörg -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGGsQ9mPuec2Dcv/8RAqHRAJ9XVaB/LpVdkMxo7A

Re: dependency on system library (java.library.path)

2007-04-07 Thread Mark Donszelmann
6, 2007, at 7:21 PM, Mark Donszelmann wrote: Hi the freehep-nar-plugin does exactly what you describe. http://java.freehep.org/freehep-nar-plugin Regards Mark Donszelmann On Apr 6, 2007, at 5:33 PM, [EMAIL PROTECTED] wrote: Its probably better to zip the natives up and then use the zip file

Re: dependency on system library (java.library.path)

2007-04-06 Thread Mark Donszelmann
Hi the freehep-nar-plugin does exactly what you describe. http://java.freehep.org/freehep-nar-plugin Regards Mark Donszelmann On Apr 6, 2007, at 5:33 PM, [EMAIL PROTECTED] wrote: Its probably better to zip the natives up and then use the zip file as the artifact, and then hook up support

Delay in posting

2006-11-28 Thread Mark Donszelmann
Hi I just wondered why there is a ~5 hour delay between posting my message to this list and its appearance? Is the list that big, or is this on purpose to prevent spam? This was posted at 7:00 AM in California. Regards Mark Donszelmann

Re: Generating source from a plugin

2006-11-27 Thread Mark Donszelmann
apper around a C++ program. Regards Mark Donszelmann Stanford Linear Accelerator Center - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Monday, November 27, 2006 6:05 PM Subject: Re: Generating source from a plugin Yo

Re: suggestions for handling native libraries

2006-06-19 Thread Mark Donszelmann
properties file in the jar file. Regards Mark On Jun 19, 2006, at 8:18 AM, Richard van der Hoff wrote: Mark Donszelmann wrote: The NAR gets unpacked in the local repository under the directory where the jar file is stored, so underneath a parent directory with that version number. Ah ha,

Re: suggestions for handling native libraries

2006-06-19 Thread Mark Donszelmann
, 2006, at 2:32 AM, Richard van der Hoff wrote: Mark Donszelmann wrote: Hi in the freehep-nar-plugin (for maven 1, being ported to maven 2) we have such a solution. > Hrm, I wish I'd heard about this sooner! Sounds very interesting. I have a couple of questions... Do you unpack all n

Re: suggestions for handling native libraries

2006-06-16 Thread Mark Donszelmann
different approach since there is no packaging in maven1) http://java.freehep.org/freehep-nar-plugin and we are porting it currently to maven2. Regards Mark Donszelmann On Jun 16, 2006, at 10:32 AM, Hiram Chirino wrote: On 5/9/06, Richard van der Hoff <[EMAIL PROTECTED]> wrote: ...

[jira] Created: (MNG-1856) legacy layout tag in a profile does not show up in child pom.

2005-12-16 Thread Mark Donszelmann (JIRA)
Versions: 2.0.1 Environment: Windows XP Reporter: Mark Donszelmann Priority: Minor Fix For: 2.0.3 the legacy layout tag in a profile does not show up in an inherited pom. Given the following pom.xml: 4.0.0 xxx yyy 1.0-SNAPSHOT pom maven-1

[jira] Commented: (MNG-1707) eclipse:eclipse should execute in a later phase than "generate-sources"

2005-11-29 Thread Mark Donszelmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1707?page=comments#action_52354 ] Mark Donszelmann commented on MNG-1707: --- sorry, my misunderstanding of that tag. Please correct the subject of this issue, I do not seem to have privs to do so. Indeed the

[jira] Created: (MNG-1708) eclipse:eclipse goal should handle includes and excludes of the maven-compiler-plugin

2005-11-29 Thread Mark Donszelmann (JIRA)
: Improvement Components: maven-eclipse-plugin Versions: 2.0 Reporter: Mark Donszelmann Fix For: 2.0.1 The maven-compiler-plugin allows a configuration such as: maven-compiler-plugin **/idl/*Factory.java the

[jira] Created: (MNG-1707) eclipse:eclipse should execute in a later phase than "generate-sources"

2005-11-29 Thread Mark Donszelmann (JIRA)
en-eclipse-plugin Versions: 2.0 Reporter: Mark Donszelmann Fix For: 2.0.1 the eclipse:eclipse goal should run in a later phase than it currently does (generate-sources) as user defined plugins may add to the compileSourceRoots and testCompileSourceRoots. If it runs later, a

[jira] Created: (MNG-1559) Error (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal.

2005-11-14 Thread Mark Donszelmann (JIRA)
: Maven 2 Type: Bug Components: maven-clean-plugin Versions: 2.0 Reporter: Mark Donszelmann Priority: Minor Attachments: components.xml This may or may not be a bug. The attached "nar" packaging works fine for any other goal than "clean". The &qu

[jira] Updated: (MNG-1401) Dutch (NL) translation for site and reports plugins

2005-11-04 Thread Mark Donszelmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1401?page=all ] Mark Donszelmann updated MNG-1401: -- Attachment: site-plugin_nl.properties first file done, second on the way. > Dutch (NL) translation for site and reports plug

[jira] Created: (MNG-1401) Dutch (NL) translation for site and reports plugins

2005-11-02 Thread Mark Donszelmann (JIRA)
Versions: 2.0 Reporter: Mark Donszelmann Priority: Trivial Fix For: 2.0.1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more

[jira] Commented: (MNG-1345) "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.

2005-10-28 Thread Mark Donszelmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1345?page=comments#action_49478 ] Mark Donszelmann commented on MNG-1345: --- its "../" and not "./" if I remove it, the filtered sources end up in "target/classes/generated-sources/fil

[jira] Commented: (MNG-1345) "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.

2005-10-28 Thread Mark Donszelmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1345?page=comments#action_49469 ] Mark Donszelmann commented on MNG-1345: --- Unix/AFS permissions are ok. > "No such file or directory" when resource targetdirectory contains "../" and &g

[jira] Commented: (MNG-1345) "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.

2005-10-28 Thread Mark Donszelmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1345?page=comments#action_49468 ] Mark Donszelmann commented on MNG-1345: --- Maven 2.0 maven-resources-plugin 2.1 checked on unix: one cannot do: ls non-existing-directory/../existing-directory or even mkdir non

[jira] Created: (MNG-1346) Add link to javadoc in configuration description page for user defined types of Mojos.

2005-10-27 Thread Mark Donszelmann (JIRA)
: Improvement Components: maven-plugin-descriptor Versions: 2.0 Reporter: Mark Donszelmann The documentation page for the configuration of a Mojo, as currently generated, only documents basic types (booleans, Lists, Sets, Properties) but fails to say anything about User Defined types (for which

[jira] Created: (MNG-1345) "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.

2005-10-27 Thread Mark Donszelmann (JIRA)
.org/browse/MNG-1345 Project: Maven 2 Type: Bug Components: maven-resources-plugin Versions: 2.0 Environment: Linux fails, Windows is fine. Reporter: Mark Donszelmann Priority: Minor Fix For: 2.0.1 "No such file or directory" when resource targetdirect

[jira] Created: (MPARTIFACT-53) plugin ends up in wrong directory when deployed with sftp

2005-06-10 Thread Mark Donszelmann (JIRA)
: Mark Donszelmann Fix For: 1.5.2 > when trying to deploy my plugin on my plugin on my own maven repository > using the latest 1.5.1 Artifact Plugin using sftp and a private key, > all seems to go well: > > plugin:repository-deploy: > [echo] Deploying... > Will deplo