Re: Problem Running Maven

2015-04-17 Thread Dan Tran
chitect > NSRR System Administrator > FAA WJH Technical Center > (609)485-5294 > > > -Original Message- > From: Bernd Eckenfels [mailto:e...@zusammenkunft.net] > Sent: Friday, April 17, 2015 4:41 PM > To: users@maven.apache.org > Subject: Re: Problem Running Mav

RE: Problem Running Maven

2015-04-17 Thread Michael.CTR.Tarullo
, April 17, 2015 4:41 PM To: users@maven.apache.org Subject: Re: Problem Running Maven Am Fri, 17 Apr 2015 20:38:03 + schrieb : > But as I stated in my initial post, it does not fail if I run it in > C:\Widows or C:\Windows\System32!!! As I said it works in all directories if they are n

Re: Problem Running Maven

2015-04-17 Thread Bernd Eckenfels
Am Fri, 17 Apr 2015 20:38:03 + schrieb : > But as I stated in my initial post, it does not fail if I run it in > C:\Widows or C:\Windows\System32!!! As I said it works in all directories if they are not the root of a drive. https://issues.apache.org/jira/browse/MNG-5804 Gruss Bernd ---

RE: Problem Running Maven

2015-04-17 Thread Michael.CTR.Tarullo
nt: Friday, April 17, 2015 4:30 PM To: users@maven.apache.org Subject: Re: Problem Running Maven Hello, hm, the problem is the \ in the .multiModuleProjectDirectory (caused by the fact that you run it in a toplevel directory I guess). I guess this could be fixed, but then again, does it work when

Re: Problem Running Maven

2015-04-17 Thread Bernd Eckenfels
;if not "on" == "" goto skipRcPost > > H:\>if "" == "on" pause > > H:\>if "" == "on" exit 1 > > H:\>exit /B 1 > > H:\> > > Michael Tarullo > Contractor (Engility Corp) > Enterprise Architect

RE: Problem Running Maven

2015-04-17 Thread Michael.CTR.Tarullo
ase/documentation/index.html for m ore details. H:\>if ERRORLEVEL 1 goto error H:\>set ERROR_CODE=1 H:\>if not "on" == "" goto skipRcPost H:\>if "" == "on" pause H:\>if "" == "on" exit 1 H:\>exit /B 1 H:\> Mi

Re: Problem Running Maven

2015-04-17 Thread Bernd Eckenfels
Hello, you can try to set "MAVEN_BATCH_ECHO=ON" and "MAVEN_SKIP_RC=On" to see the commands the batch are executing and make sure you have no old config laying around. What is your JAVA_HOME actually set to? Does it end in a \? I suspect it is related to the new .mvn\ directory handling. It shou

Problem Running Maven

2015-04-17 Thread Michael.CTR.Tarullo
I have recently downloaded and unzipped Maven 3.3.1 in Windows 7. I updated my path environment variable to include C:\Apache\Maven\apache-maven-3.3.1\bin. I also added a JAVA_HOME environment variable that points to my Java 8 JDK. And created both an M2_HOME and M2 environment variable. Whe

Re: Problem running maven site:site outside the pom.xml directory

2008-02-20 Thread Mael Caldas
Another information... I noticed that the site is ways wrong generated if I run maven outside the pom.xml 's directory, specifying the pom.xml location with the --file argument! Is that a site plugin bug!??? Any ideas!? Thanks a lot! On Feb 20, 2008 3:25 PM, Mael Caldas <[EMAIL PROTECTED]> wrot

Problem running maven site:site outside the pom.xml directory

2008-02-20 Thread Mael Caldas
Hello, I'm running mvn site:site two dirs above the pom's directory, specifying the pom.xml location with the --file argument and the site is generated wrong. If I run in the same directory of the pom.xml, everything goes right. That is my dir structure: My_CC_View\ | |

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-14 Thread Erik Husby
I was premature in my report. Maven still doesn't run on Alpha. I've tracked the problem down to the maven-xdoc-plugin-1.4/plugin.jelly when it tries to register a report using the I suspect the problem is something similar to junit class loading issue which necessities the property "maven.ju

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-14 Thread Erik Husby
Well, it is obviously a bug in the Alpha JVM. The default JVM is the "fast" one which is known to have some problems with native code (ie. the code that access the file system to find jars and other useful things). So by setting MAVEN_OPTS to "-Xmx256mb -classic", I can force the JVM into class

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-09 Thread Jake Ewerdt
The 1.3.1 version included with Tru64 in the /usr/java1.3 directory. java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition Fast VM (build 1.3.1-6, native threads, mixed mode, precompiled rt.jar, 07/14/2003-13:20) On Friday 09 January 2004 09:18 am, Erik Husby wrote: > What versi

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-09 Thread Erik Husby
What version of the JVM were you using? I've currently using 1.4.1-1 but I believe I have access to other versions which I will be trying today and reporting on. I don't have the option to move to Linux for this process. Jake Ewerdt wrote: I had exactly the same problem with Maven (1.0-rc1) an

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-08 Thread Jake Ewerdt
I had exactly the same problem with Maven (1.0-rc1) and Tru64. I could run all ant tasks but no ant-optional tasks (junit, chown, replaceregexp, ...). I tried with ant 1.5.4 and 1.6. Spent a day or so trying to get it to work, and eventually gave up and moved everything over to Linux where it

Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-08 Thread Erik Husby
I've installed Maven-1.0-RC1 on my Windows XP system and my Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650); Using a shared drive, if I build the project on the Windows XP system, it works fine. But if I build, using the same set of files on the Unix box, Maven fails to load the JUnitTask as sh