Maven on z/OS Unix Systems Services

2020-09-10 Thread AS
Hi, Does anyone have experience or has installed Maven on the IBM z/OS platform? Specifically the binary tar.gz archive file? thanks

Re: OS

2019-04-18 Thread Tibor Digana
019 at 3:15 PM John Patrick wrote: > From my experience maven modules don't care about the operating > system, some might, your code and tests might but what is your issue > with hard coding to a specific OS not a surefire issue. > > Modules care about the version of maven bei

RE: OS

2019-04-18 Thread Karl Krasnowsky
, 2019 6:15 AM To: Maven Users List Subject: Re: OS From my experience maven modules don't care about the operating system, some might, your code and tests might but what is your issue with hard coding to a specific OS not a surefire issue. Modules care about the version of maven being used an

Re: OS

2019-04-18 Thread John Patrick
>From my experience maven modules don't care about the operating system, some might, your code and tests might but what is your issue with hard coding to a specific OS not a surefire issue. Modules care about the version of maven being used and the version of java being used. Does the ve

Re: OS

2019-04-18 Thread Tibor Digana
> > > 差出人: Tibor Digana > 送信日時: Thursday, April 18, 2019 11:38:37 AM > 宛先: Maven Users List > 件名: Re: OS > > It is, Surefire on Windows. > Why you are asking? > > T > > > On Thu, Apr 18, 2019 at 3:50 AM liname...@outlook

答复: OS

2019-04-17 Thread liname...@outlook.com
7 AM 宛先: Maven Users List 件名: Re: OS It is, Surefire on Windows. Why you are asking? T On Thu, Apr 18, 2019 at 3:50 AM liname...@outlook.com wrote: > > Hello, I am doing an investigation. > Does Windows Server 2019 support the following products: > > maven-surefire-plugin

Re: OS

2019-04-17 Thread Maxim Solodovnik
Similar questions were asked at OpenJpa https://issues.apache.org/jira/browse/OPENJPA-2787 Commons https://markmail.org/thread/56fxvspp62kgvnrl Felix https://markmail.org/thread/so6b3jf5qo6rjpqx On Thu, 18 Apr 2019 at 10:38, Tibor Digana wrote: > > It is, Surefire on Windows. > Why you are asking

Re: OS

2019-04-17 Thread Tibor Digana
It is, Surefire on Windows. Why you are asking? T On Thu, Apr 18, 2019 at 3:50 AM liname...@outlook.com wrote: > > Hello, I am doing an investigation. > Does Windows Server 2019 support the following products: > > maven-surefire-plugin 2.17 > > Is the other version supported? > Can you te

OS

2019-04-17 Thread liname...@outlook.com
Hello, I am doing an investigation. Does Windows Server 2019 support the following products: maven-surefire-plugin 2.17 maven-javadoc-plugin 2.10 cobertura-maven-plugin 2.6 Is the other version supported? Can you tell me, thank you very much.

OS

2019-04-17 Thread liname...@outlook.com
Hello, I am doing an investigation. Does Windows Server 2019 support the following products: maven-surefire-plugin 2.17 Is the other version supported? Can you tell me, thank you very much.

RE: Multiproject build that needs to build one project only if on a particular os?

2016-08-16 Thread KARR, DAVID
> -Original Message- > From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] > Sent: Tuesday, August 16, 2016 12:59 PM > To: Maven Users List > Subject: Re: Multiproject build that needs to build one project only if > on a particular os? > > Hi, > > You

Re: Multiproject build that needs to build one project only if on a particular os?

2016-08-16 Thread Karl Heinz Marbaise
how to activate profiles based on os family: http://books.sonatype.com/mvnref-book/reference/profiles-sect-activation.html Gruss Bernd Am Tue, 16 Aug 2016 19:47:38 + schrieb "KARR, DAVID" : I have a multiproject build with three modules, not counting the top-level. I can bui

Re: Multiproject build that needs to build one project only if on a particular os?

2016-08-16 Thread Paul Benedict
profiles and how to activate > profiles based on os family: > > > http://books.sonatype.com/mvnref-book/reference/ > profiles-sect-activation.html > > Gruss > Bernd > > Am Tue, 16 Aug 2016 19:47:38 + > schrieb "KARR, DAVID" : > > > I have

Re: Multiproject build that needs to build one project only if on a particular os?

2016-08-16 Thread Karl Heinz Marbaise
Hi, You should take a look to profiles which might solve your problem... http://maven.apache.org/guides/introduction/introduction-to-profiles.html But you might can give an example what can not be built on Windows in particular in a Java project? Or do you make a OSGi build? Kind regards Kar

Re: Multiproject build that needs to build one project only if on a particular os?

2016-08-16 Thread Bernd Eckenfels
This describes how to control modules with profiles and how to activate profiles based on os family: http://books.sonatype.com/mvnref-book/reference/profiles-sect-activation.html Gruss Bernd Am Tue, 16 Aug 2016 19:47:38 + schrieb "KARR, DAVID" : > I have a multiproject bui

Multiproject build that needs to build one project only if on a particular os?

2016-08-16 Thread KARR, DAVID
I have a multiproject build with three modules, not counting the top-level. I can build this on either Windows or Linux, but if I'm building on Windows, one of the subprojects should not be built. I vaguely remember seeing ways to set architecture properties and check for those, but I can't fi

Re: Maven rpm plugin - set target OS with version

2015-05-20 Thread Dan Tran
ng > fine, however I want to ensure that the RPM package I build can only be > installed on a particular OS, namely openSUSE 13.1. I have seen that there > is a property one can set in the pom file, however when I write > openSUSE 13.1 it does not work. Can anyone please > hel

Maven rpm plugin - set target OS with version

2015-05-20 Thread alina dima
Hi, I am using the maven rpm plugin to package rpm files. Everything is working fine, however I want to ensure that the RPM package I build can only be installed on a particular OS, namely openSUSE 13.1. I have seen that there is a property one can set in the pom file, however when I write

Re: Trouble Installing Maven - not sure of /java location mac os x mavericks

2014-08-14 Thread Cintia Del Rio
Hey, I have mavericks as well, and works exactly as described in http://stackoverflow.com/questions/6588390/where-is-java-home-on-osx-lion-10-7-mountain-lion-10-8-or-mavericks-10-9 On 15 August 2014 05:09, kcanfield wrote: > Hello, > > I am having trouble installing Maven on my Mac. I have th

Trouble Installing Maven - not sure of /java location mac os x mavericks

2014-08-14 Thread kcanfield
Hello, I am having trouble installing Maven on my Mac. I have the necessary requirements and I followed the instructions carefully. One of the instructions on the download/installation page is to specify where my JDK is installed,( • Make sure that JAVA_HOME is set to the location of you

Re: Install Problem on Mac OS

2014-03-17 Thread Lyons, Roy
I can't believe I just did that. Please disregard this last email. On 3/17/14 10:03 AM, "Lyons, Roy" wrote: >I'd recommend deleting settings.xml and running the plugin to grab a fresh >one from Nexus > >mvn org.sonatype.plugins:nexus-m2settings-maven-plugin:1.4.8:download >-DnexusUrl=https:/

Re: Install Problem on Mac OS

2014-03-17 Thread Lyons, Roy
I'd recommend deleting settings.xml and running the plugin to grab a fresh one from Nexus mvn org.sonatype.plugins:nexus-m2settings-maven-plugin:1.4.8:download -DnexusUrl=https://nexus:8443/nexus -DtemplateId=CME Thats the much shorter way to configure yourself instead of messing with the dmg ins

Re: Install Problem on Mac OS

2014-03-17 Thread Wayne Fay
> mvn clean package > [ERROR] Error executing Maven. > [ERROR] 9 problems were encountered while building the effective settings > [WARNING] Unable to parse element 'port', must be an integer (position: > END_TAG seen ...\n ... @15:14) caused by: > java.lang.NumberFormatException: For input st

Install Problem on Mac OS

2014-03-17 Thread Joe Tero
mvn clean package [ERROR] Error executing Maven. [ERROR] 9 problems were encountered while building the effective settings [WARNING] Unable to parse element 'port', must be an integer (position: END_TAG seen ...\n ... @15:14) caused by: java.lang.NumberFormatException: For input string: "" @ /

Re: jdk for os 10.5.8

2012-08-30 Thread Thorsten Heit
Hi, > Hi can any one advise which jdk for os 10.5.8 / would be good to start with , > im new to maven . and just starting out If you're on Mac OS X < 10.7, then you have to live with the JDK Apple is providing: - Java 5 for 10.5.x (*) - Java 6 for 10.6.x (*) I'm not sure,

jdk for os 10.5.8

2012-08-29 Thread corvin1982
Hi can any one advise which jdk for os 10.5.8 / would be good to start with , im new to maven . and just starting out thanks // -- View this message in context: http://maven.40175.n5.nabble.com/jdk-for-os-10-5-8-tp5718790.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Profile activation by OS/Arch and by Property doesn't work

2012-01-18 Thread gorgophol
Ok. I mastered it :-) I have to use the to combine them. -- View this message in context: http://maven.40175.n5.nabble.com/Profile-activation-by-OS-Arch-and-by-Property-doesn-t-work-tp5154834p5154899.html Sent from the Maven - Users mailing list archive at Nabble.com

Profile activation by OS/Arch and by Property doesn't work

2012-01-18 Thread gorgophol
Hi, I'm using Maven to install two pieces of Software on several testing machines. I defined a profile in the settings.xml of every machine for every Software-OS-Arch combination I try to test. If the correct profile is activated, several properties are set, to identify the correct artifa

Re: Creating an OS X Application

2011-11-10 Thread Thorsten Heit
Hi, > Is there a plug-in somewhere that can help package a Java application as > an OS X application? Have a look at http://mojo.codehaus.org/osxappbundle-maven-plugin/ I have to admit that I haven't tried it; I can't tell how good it works... Cheers Thorsten

Re: Creating an OS X Application

2011-11-10 Thread Jason van Zyl
http://simplericity.com/2007/10/02/119133606.html On Nov 10, 2011, at 10:39 AM, Eric Kolotyluk wrote: > Is there a plug-in somewhere that can help package a Java application as an > OS X application? > >

Creating an OS X Application

2011-11-10 Thread Eric Kolotyluk
Is there a plug-in somewhere that can help package a Java application as an OS X application? Cheers, Eric - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: properties inheritance does not work on windows os

2010-11-15 Thread chemit
On Thu, 11 Nov 2010 14:34:05 +0100 chemit wrote: > Hi guys, > > I was testing some of my mojo on windows platform (xp) and how > surprised I was to see there is some big problems. > > I had some > [ERROR] 'dependencies.dependency.version' for > commons-logging:commons-logging:jar is missin

Re: properties inheritance does not work on windows os

2010-11-12 Thread chemit
On Fri, 12 Nov 2010 09:19:33 -0500 Martin Gainty wrote: I will make reproductible small project to show the problem. I just try to test on windows but for my part it does not block me since I do not use windows; it was just to test if it works for people which like to use our libraries [1] Than

RE: properties inheritance does not work on windows os

2010-11-12 Thread Martin Gainty
importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: RE: properties inheritance does not work on windows os > Date: Fri, 12 Nov 2010 06:58:40 -

Re: RE: properties inheritance does not work on windows os

2010-11-12 Thread Vincent Latombe
vember 12, 2010 7:56 AM >> To: Maven Users List >> Subject: Re: properties inheritance does not work on windows os >> >> I think what Benjamin meant is : please provide an sample >> project to reproduce your problem. >> >> Vincent >> >> >>

RE: properties inheritance does not work on windows os

2010-11-12 Thread Yanko, Curtis
?? > -Original Message- > From: Vincent Latombe [mailto:vincent.lato...@gmail.com] > Sent: Friday, November 12, 2010 7:56 AM > To: Maven Users List > Subject: Re: properties inheritance does not work on windows os > > I think what Benjamin meant is : ple

Re: properties inheritance does not work on windows os

2010-11-12 Thread Vincent Latombe
x27;t to fit that mold. > > > > -Original Message- > > From: chemit [mailto:che...@codelutin.com] > > Sent: Thursday, November 11, 2010 9:42 AM > > To: users@maven.apache.org > > Subject: Re: properties inheritance does not work on windows os > > &

RE: properties inheritance does not work on windows os

2010-11-11 Thread Yanko, Curtis
9:42 AM > To: users@maven.apache.org > Subject: Re: properties inheritance does not work on windows os > > On Thu, 11 Nov 2010 08:27:24 -0600 > "Yanko, Curtis" wrote: > > > Is this only on Maven 3.0? We haven't crossed that bridge yet. > > Good point, I have j

RE: properties inheritance does not work on windows os

2010-11-11 Thread Martin Gainty
To: users@maven.apache.org > Subject: Re: properties inheritance does not work on windows os > > On Thu, 11 Nov 2010 08:24:45 -0600 > "Yanko, Curtis" wrote: > > > We use Windows in some places and I have never run into this and yes, > > we use lots of propert

Re: properties inheritance does not work on windows os

2010-11-11 Thread chemit
On Thu, 11 Nov 2010 08:27:24 -0600 "Yanko, Curtis" wrote: > Is this only on Maven 3.0? We haven't crossed that bridge yet. Good point, I have just try with version 2.2.1 and result is the same. I really don't understand why this works on linux but not under windows, there is some mysteries som

Re: properties inheritance does not work on windows os

2010-11-11 Thread chemit
; > Sent: Thursday, November 11, 2010 9:18 AM > > To: Maven Users List > > Subject: Re: properties inheritance does not work on windows os > > > > chemit wrote: > > > > > Is those problem are known? I did not see anything about > > this on the >

RE: properties inheritance does not work on windows os

2010-11-11 Thread Yanko, Curtis
Is this only on Maven 3.0? We haven't crossed that bridge yet. > -Original Message- > From: chemit > > Hi guys, > > I was testing some of my mojo on windows platform (xp) and > how surprised I was to see there is some big problems. > > I had some > [ERROR] 'dependencies.depend

Re: properties inheritance does not work on windows os

2010-11-11 Thread chemit
On Thu, 11 Nov 2010 15:17:48 +0100 Benjamin Bentmann wrote: > chemit wrote: > > > Is those problem are known? I did not see anything about this on the > > list, which means one thing to me : windows users does not use maven > > (this was my troll sorry ;)). > > > > Hope something will be done so

RE: properties inheritance does not work on windows os

2010-11-11 Thread Yanko, Curtis
nal Message- > From: Benjamin Bentmann [mailto:benjamin.bentm...@udo.edu] > Sent: Thursday, November 11, 2010 9:18 AM > To: Maven Users List > Subject: Re: properties inheritance does not work on windows os > > chemit wrote: > > > Is those problem are known? I did not see

Re: properties inheritance does not work on windows os

2010-11-11 Thread Benjamin Bentmann
chemit wrote: Is those problem are known? I did not see anything about this on the list, which means one thing to me : windows users does not use maven (this was my troll sorry ;)). Hope something will be done soon about it ;) http://www.chiark.greenend.org.uk/~sgtatham/bugs.html Benjamin

Re: properties inheritance does not work on windows os

2010-11-11 Thread chemit
On Thu, 11 Nov 2010 14:34:05 +0100 chemit wrote: > Hi guys, > > I was testing some of my mojo on windows platform (xp) and how > surprised I was to see there is some big problems. > > I had some > [ERROR] 'dependencies.dependency.version' for > commons-logging:commons-logging:jar is missin

properties inheritance does not work on windows os

2010-11-11 Thread chemit
Hi guys, I was testing some of my mojo on windows platform (xp) and how surprised I was to see there is some big problems. I had some [ERROR] 'dependencies.dependency.version' for commons-logging:commons-logging:jar is missing. @ line 48, column 17 when having in my mojo pom : comm

how to change param value based on os value

2010-08-03 Thread eyal edri
Hi, i'm trying to create one profile that will change one of it's param values based on the OS. here is the profile: (used for deploying rpm to yum repository) rpm org.codehaus.mojo wagon-ma

how to config wagon-maven-plugin to copy noarch & os specific rpms

2010-06-13 Thread eyal edri
Hi, i'm using the wagon plugin to deploy rpm to our YUM repo. i've used so far the 'true settings in the rpm-maven-plugin configuration, so all the rpm's are created per os (i386/x64...). i want to allow also 'noarch' rpms to be deploy (false), but i can'

Strange behavior during the deployment / installation of an archetype on Mac OS X

2010-06-08 Thread Gildas Cuisinier
When I install (mvn install) or deploy (mvn deploy) an archetype under Mac Os x, it seems that Maven do not use .jar extention but an .maven-archetype extention. The next problem is that when trying to create a project from the archetype, maven seeks the archetype.jar. So the command fails. I&#x

Strange behavior during the deployment / installation of an archetype on Mac OS X

2010-06-07 Thread Gildas Cuisinier
When I install (mvn install) or deploy (mvn deploy) an archetype under Mac Os x, it seems that Maven do not use .jar extention but an .maven-archetype extention. The next problem is that when trying to create a project from the archetype, maven seeks the archetype.jar. So the command fails. I&#x

Re: Maven Install on Mac OS X

2009-12-06 Thread Kalle Korhonen
I've seen a similar case at work where Internet access is through a proxy. Configuring proxy incorrectly lead to "Proxy: not authorized" messages and corresponding files stored in local repo. Needless to say, Maven got all confused about it. Kalle On Sun, Dec 6, 2009 at 5:31 AM, Wayne Fay wrote

Re: Maven Install on Mac OS X

2009-12-06 Thread Wayne Fay
> read. but, there is one strange thing I noticed. Along with > jaxb-api-2.1.jar, there is a corresponding .pom file and both these files > have same size 357. huh? Next time, cat the files (or edit them, whatever, just open in text editor) and see what they look like. The JAR file should be binar

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
under .m2, strange. So, I downloaded a fresh install of maven 2.2.1, made sure the checksums matched. Then, I removed .m2 and created a fresh directory .m2 and then on it worked fine. -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26658529.html

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
NFO] -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26658394.html Sent from the Maven - Users mailing list archive at Nabble.

Re: Maven Install on Mac OS X

2009-12-05 Thread David C. Hicks
0) > Java version: 1.6.0_15 > OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family: "mac" > - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven Install on Mac OS X

2009-12-05 Thread bandrm
Here are the version details... Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700) Java version: 1.6.0_15 OS name: "mac os x" version: "10.6.2" arch: "x86_64" Family: "mac" -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac

Re: Maven Install on Mac OS X

2009-12-05 Thread David C. Hicks
It sounds to me like you're having a problem getting a clean download. Be sure to check the MD5 for your download. If it doesn't match the one published on the download page, then your download has errors. bandrm wrote: > This is my first time on a Mac. I have maven 2.2.1 installed on a Mac...b

Maven Install on Mac OS X

2009-12-05 Thread bandrm
.ClassLoader.loadClass(ClassLoader.java:254) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:399) ... 20 more -- View this message in context: http://old.nabble.com/Maven-Install-on-Mac-OS-X-tp26657605p26657605.html Sent fr

RE: Maven on z/OS

2009-10-26 Thread Althen, Uli
Hi Herve, Done that, MNG-4406 raised. Thanks Uli -Original Message- From: Hervé BOUTEMY [mailto:herve.bout...@free.fr] Sent: 24 October 2009 18:38 To: Maven Users List Subject: Re: Maven on z/OS Hi Althen, Yes, I'll need a Jira issue and that you attach every xml file y

Re: Maven on z/OS

2009-10-24 Thread Hervé BOUTEMY
.1 (r801777; 2009-08-06 14:16:01-0500) > Java version: 1.6.0 > Java home: /usr/lpp/java/J6.0 > Default locale: en_US, platform encoding: CP1047 > OS name: "z/os" version: "01.06.00" arch: "s390" Family: "unix" > [DEBUG] Building Maven us

RE: Maven on z/OS

2009-10-21 Thread Althen, Uli
500) Java version: 1.6.0 Java home: /usr/lpp/java/J6.0 Default locale: en_US, platform encoding: CP1047 OS name: "z/os" version: "01.06.00" arch: "s390" Family: "unix" [DEBUG] Building Maven user-level plugin registry from: '/u/uli/.m2/plugin-registry

Re: Maven on z/OS

2009-10-20 Thread Hervé BOUTEMY
Hi Althen, I'm very interested with problems you're facing. We did a lot of work on encoding support for XML files, see [1]. But since I didn't find anybody using z/os, I wasn't able to check that everything was fixed. Now that you're here, I suppose I'll be able

Re: Maven on z/OS

2009-10-20 Thread Antonio Petrelli
2009/10/20 Althen, Uli : > Error reading settings.xml: only whitespace content allowed before start > tag and not L (position: START_DOCUMENT seen L... @1:1) Try to convert that file into UTF-EBCDIC (it's like UTF-8 but it is EBCDIC-friendly) with an advanced editor. Obviously put it into the "enc

Maven on z/OS

2009-10-20 Thread Althen, Uli
Hi there, I am trying to run maven 2.2.1 on z/os. I did find a number of entries in the archives referring to issues reading the settings.xml with the correct encoding. /u/uli: >mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500) Java version: 1.6.0 Java home: /usr/

os filtering for profile depended web.xml

2009-09-08 Thread Sjoerd Schunselaar
rc/main/filters/${targetEnv}/web.xml. Now I have a os depended variable (directory path) in my web.xml which I would like to filter. Maybe it's possible to create another 2 profiles and duplicate the web.xml files, but then I can't use the same profile id. Does anyone can suggest a more cl

Re: How to substitute a variable depending upon OS in Maven

2009-07-31 Thread Wayne Fay
> We were able to do the same in ANT without any issue. Is there any way, > I can achieve same in MAVEN ? 1. Maven is not Ant. Get used to that right now. 2. Use profiles and activate one or the other depending on the OS which will filter various values eventually giving you what you want

How to substitute a variable depending upon OS in Maven

2009-07-31 Thread Agrawal, Sandeep (IS Consultant)
Hi, We have one weblogic.xml file, in which we pass the variable value depending upon the OS type. @clientPatchDir@ /static-content/* We were able to do the same in ANT without any issue. Is there any way, I can achieve same in MAVEN ? Thanks Sandeep

Re: How to uninstall / override previous Maven version on OS X Leopard?

2009-03-22 Thread Geoffrey Wiseman
t; > Many, many thanks! "rm -rf /usr/share/maven"? Typically, on linux and OS X, I'd expand the maven archive into a directory (e.g. /usr/share/maven-2.1.0) and toss in some softlinks: tar zxvf ~/apache-maven-2.1.0.tar.gz > mv apache-maven-2.1.0 /usr/share/maven-2.1.0 &g

Re: How to uninstall / override previous Maven version on OS X Leopard?

2009-03-22 Thread Unnsse Khan
something else or put $MAVEN_HOME/bin before /usr/bin in your PATH. Kalle On Sat, Mar 21, 2009 at 9:51 PM, Unnsse Khan wrote: Hello there, I installed Maven (by building the source) awhile ago on my OS X Leopard machine. When I check version information, this is the feedback, I

Re: How to uninstall / override previous Maven version on OS X Leopard?

2009-03-21 Thread Kalle Korhonen
Well, rather obviously you either rename usr/bin/mvn to something else or put $MAVEN_HOME/bin before /usr/bin in your PATH. Kalle On Sat, Mar 21, 2009 at 9:51 PM, Unnsse Khan wrote: > Hello there, > > I installed Maven (by building the source) awhile ago on my OS X Leopard > machi

How to uninstall / override previous Maven version on OS X Leopard?

2009-03-21 Thread Unnsse Khan
Hello there, I installed Maven (by building the source) awhile ago on my OS X Leopard machine. When I check version information, this is the feedback, I receive: $ mvn --version Maven version: 2.0.6 When I check where its located, this is what is outputted: $ which mvn /usr/bin/mvn $ ls

Re: Installing Maven on Mac OS X

2008-11-25 Thread Gabriel Garcia
> >> Apart from Wendy's instructions, you can also install Maven with tools >> that'll make it just work for you: >> >> I use Maven with Mac OS X 10.5 (Leopard) and Maven 2.0.9 without a >> problem, but I I used darwinports: http://darwinports.com/ (a simple

Re: Installing Maven on Mac OS X

2008-11-25 Thread Ricky
briel Garcia <[EMAIL PROTECTED]>wrote: > Rick, > > Apart from Wendy's instructions, you can also install Maven with tools > that'll make it just work for you: > > I use Maven with Mac OS X 10.5 (Leopard) and Maven 2.0.9 without a > problem, but I I used darwinports

Re: Installing Maven on Mac OS X

2008-11-24 Thread Gabriel Garcia
Rick, Apart from Wendy's instructions, you can also install Maven with tools that'll make it just work for you: I use Maven with Mac OS X 10.5 (Leopard) and Maven 2.0.9 without a problem, but I I used darwinports: http://darwinports.com/ (a simple sudo port install maven2 would ins

Re: Installing Maven on Mac OS X

2008-11-24 Thread Wendy Smoak
On Mon, Nov 24, 2008 at 9:12 AM, Ricky <[EMAIL PROTECTED]> wrote: > I get this error that saying : > INFO] Ignoring available plugin update: 2.0-alpha-4 as it requires Maven > version 2.0.7 ... > when i do mvn -v i get version 2.0.6 ... what should i do? Set M2_HOME to your new Maven install, and

Re: Installing Maven on Mac OS X

2008-11-24 Thread Ricky
:00 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > In order to help, we need to know what steps you took and what error > message you're getting. > > I believe OS X ships with Maven 2.0.6, so if you haven't gotten it > completely switched over to (I assume) 2.0.9, the

Re: Installing Maven on Mac OS X

2008-11-24 Thread Ricky
:00 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > In order to help, we need to know what steps you took and what error > message you're getting. > > I believe OS X ships with Maven 2.0.6, so if you haven't gotten it > completely switched over to (I assume) 2.0.9, the

Re: Installing Maven on Mac OS X

2008-11-23 Thread Wendy Smoak
In order to help, we need to know what steps you took and what error message you're getting. I believe OS X ships with Maven 2.0.6, so if you haven't gotten it completely switched over to (I assume) 2.0.9, the archetype:generate goal will not be available as Archetype 2 requires at l

Installing Maven on Mac OS X

2008-11-23 Thread Ricky
Hi, I am trying to install maven on my mac book, Mac OS X. when i do mvn, it runs alright; but when i try to do : mvn archetype:generate .. it gives build failure... My guess is that i am missing some steps, can someone point me to either a URL or guide me through the steps for installing this

RE: Maven/OS X Development Question

2008-11-05 Thread wxlund
n and >> working with the new m2eclipse plugin on OS X doing RCP development with >> Maven. When I try and install my jars with JDK 5.0 configured I get the >> following: >> [skip] >> Now you'd think I'd be a happy camper except that for project reasons I &g

RE: Maven/OS X Development Question

2008-11-05 Thread Eugene Kuleshov
wxlund wrote: > > I'm getting a very similar problem. I'm running eclipse and maven and > working with the new m2eclipse plugin on OS X doing RCP development with > Maven. When I try and install my jars with JDK 5.0 configured I get the > following: > [skip] >

RE: Maven/OS X Development Question

2008-11-04 Thread wxlund
I'm getting a very similar problem. I'm running eclipse and maven and working with the new m2eclipse plugin on OS X doing RCP development with Maven. When I try and install my jars with JDK 5.0 configured I get the following: = setup = wayne-lunds-macbook-pro:jars wx

Re: Mac OS 10.5.5: mvn release:prepare fails with Exec format error

2008-10-08 Thread Marcus Linke
egards Marcus "Maven Users List" writes: >Hello, > >if i run the release:prepare goal on Mac OS 10.5.5 maven aborts with the >following error message. >is this a bug or a case of misconfiguration? What can i do. Please help! > >Regards > >Marcus > &

Mac OS 10.5.5: mvn release:prepare fails with Exec format error

2008-10-08 Thread Marcus Linke
Hello, if i run the release:prepare goal on Mac OS 10.5.5 maven aborts with the following error message. is this a bug or a case of misconfiguration? What can i do. Please help! Regards Marcus mvn -e -DdryRun=true release:prepare own maven starter + Error stacktraces are turned on. [INFO

RE: Maven/OS X Development Question

2008-09-05 Thread Martin Gainty
2008 12:22:17 -0500 > From: [EMAIL PROTECTED] > To: users@maven.apache.org > Subject: Re: Maven/OS X Development Question > > Hi Scott, > > Thanks for the reply. I am able to do "regular" java development > (Elipse, IntelliJ, ant, JBoss, Tomcat, Geronimo, webapps

RE: Maven/OS X Development Question

2008-09-05 Thread Sean Hennessy
September 05, 2008 10:22 AM To: Maven Users List Subject: Re: Maven/OS X Development Question Hi Scott, Thanks for the reply. I am able to do "regular" java development (Elipse, IntelliJ, ant, JBoss, Tomcat, Geronimo, webapps, ears, jar files etc). However, when I use *any* version

Re: Maven/OS X Development Question

2008-09-05 Thread John
he highest building I can find, is to reinstall OS X. Thanks again, John Scott Ryan wrote: I have exactly that configuration and it has been working fine for over a year. You might try to see if Appfuse works on it. Appfuse has an Archetype that will build a totally new self contained runnin

Re: Maven/OS X Development Question

2008-09-05 Thread Scott Ryan
Soaring Eagle L.L.C. Highlands Ranch, Co. 80129 (303) 263-3044 [EMAIL PROTECTED] www.soaringeagleco.com On Fri, Sep 5, 2008 at 10:20 AM, John <[EMAIL PROTECTED]> wrote: > Hi, > > Is anyone developing using Maven and Java 5 on OS X Leopard with a first > generation Macbook Pro (MBP)

Re: Maven/OS X Development Question

2008-09-05 Thread Gert Wohlgemuth
Java 5 on OS X Leopard with a first generation Macbook Pro (MBP) Core Duo? I am experiencing an odd issue that only seems present on a Core Duo and I've tried it on a Core 2 Duo (MBP/OS X Leopard), Windows XP and RHEL Linux and only the first gen Core Duo has the issue. Just curiou

Maven/OS X Development Question

2008-09-05 Thread John
Hi, Is anyone developing using Maven and Java 5 on OS X Leopard with a first generation Macbook Pro (MBP) Core Duo? I am experiencing an odd issue that only seems present on a Core Duo and I've tried it on a Core 2 Duo (MBP/OS X Leopard), Windows XP and RHEL Linux and only the firs

Re: Mac OS X jnilib download issue

2008-02-18 Thread Brett Porter
Thanks Jim! Would you mind putting this in JIRA as an attached patch? Also, I'd suggest just dropping the maximum length constraint altogether - I don't see that it adds anything? Thanks, Brett On 19/02/2008, Jim Jackson <[EMAIL PROTECTED]> wrote: > We store Mac OS X jnil

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-16 Thread Emmanuel Venisse
I can run the maven and java version that I want. Emmanuel Ryan Scott a écrit : I have tried many things but i keep getting patch updates from Apple that overwrites my changes. It is not really unix if you can't run any version of Java you want lol. Scott Ryan CTO Soaring Eagle L.L.C. Denv

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Graham Leggett
Ryan Scott wrote: I have tried many things but i keep getting patch updates from Apple that overwrites my changes. It is not really unix if you can't run any version of Java you want lol. You mean to say that Apple is updating your .bash_profile file? Works fine for me here, unless this is

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Graham Leggett
On Thu, November 15, 2007 7:00 pm, Ryan Scott wrote: > Does anyone know how to fix this? I tried using darwin ports to > upgrade but leopard keeps overlaying the install with 2.0.6 which does > not work for my application. What were they thinking baking this into > the operating system. This i

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Lally Singh
On 11/15/07, Graham Leggett <[EMAIL PROTECTED]> wrote: > On Thu, November 15, 2007 7:00 pm, Ryan Scott wrote: > > > Does anyone know how to fix this? I tried using darwin ports to > > upgrade but leopard keeps overlaying the install with 2.0.6 which does > > not work for my application. What wer

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Ryan Scott
I have tried many things but i keep getting patch updates from Apple that overwrites my changes. It is not really unix if you can't run any version of Java you want lol. Scott Ryan CTO Soaring Eagle L.L.C. Denver, Co. 80129 www.soaringeagleco.com www.theryansplace.com (303) 263-3044 [EMAIL

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Kathryn Huxtable
Can't you just set MVN_HOME to what you want and put your maven 2.0.7 in, say, /opt/maven? I am not running Leopard on my dev machine, only on my play machine. I've noticed some slowness launching some Java apps, but nothing else. I've heard there are more problems. -K On Nov 15, 2007, a

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Nigel Magnay
symlink usr/share/maven to whichever install you want to use. On Nov 15, 2007 5:00 PM, Ryan Scott <[EMAIL PROTECTED]> wrote: > Does anyone know how to fix this? I tried using darwin ports to > upgrade but leopard keeps overlaying the install with 2.0.6 which does > not work for my application.

Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Lally Singh
Just fyi: [EMAIL PROTECTED] ~]$ uname -a Darwin hc65210f0.dhcp.vt.edu 9.0.0 Darwin Kernel Version 9.0.0: Tue Oct 9 21:35:55 PDT 2007; root:xnu-1228~1/RELEASE_I386 i386 [EMAIL PROTECTED] ~]$ which mvn /usr/bin/mvn [EMAIL PROTECTED] ~]$ mvn --version Maven version: 2.0.6 [EMAIL PROTECTED] ~]$ I on

  1   2   >