Having problem with Maven and POM file

2014-01-06 Thread jacqueline George
I running a test using intelliJ13 and it would not run I did a mvn clean
test and got the following results (see video)
https://www.dropbox.com/s/44geyj4bhthi8mb/Pom%20File%20problem%20in%20maven.
mp4

 

How do I fix this. 

 

Speak soon 

 

Jacqueline George 



RE: Problems installing maven on windows 7

2013-12-26 Thread jacqueline George
I will go one better.   I did a training video for future reference.  

https://www.dropbox.com/s/jpjtezaua8vj60a/How%20to%20install%20maven%20%28and%20java_home%29.mp4




-Original Message-
From: Wayne Fay [mailto:wayne...@gmail.com] 
Sent: 26 December 2013 17:18
To: Maven Users List
Subject: Re: Problems installing maven on windows 7

> A BIG MASSIVE, HUGE THANK YOU.
>
> I finally got apache maven working.

Can you perhaps share some details on what was broken and what you had to do to 
fix it, for the benefit of future users new to Maven?

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Problems installing maven on windows 7

2013-12-26 Thread jacqueline George
Guys,

A BIG MASSIVE, HUGE THANK YOU. 

I finally got apache maven working. 

You're all awesome :oD

-Original Message-
From: Cemo [mailto:cemalettin@gmail.com] 
Sent: 20 December 2013 22:40
To: Maven Users List
Subject: Re: Problems installing maven on windows 7

On 21 December 2013 00:30, jacqueline George < 
jacquelinegeo...@balance.eclipse.co.uk> wrote:

> Excuse my ignorance.  How do I do that specifically.  I'm quite 
> technical but I don't know how to do that. :os


Hi,

You are almost ok. You need to install or find Java in your file system. It is 
almost same as you did for M2_HOME variable.

You can watch this video as well. http://www.youtube.com/watch?v=jLArUJt-tBs


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Problems installing maven on windows 7

2013-12-20 Thread jacqueline George
Thanks I will give this a go.   It's pretty late here so I will try this 
tomorrow 

-Original Message-
From: Cemo [mailto:cemalettin@gmail.com] 
Sent: 20 December 2013 22:40
To: Maven Users List
Subject: Re: Problems installing maven on windows 7

On 21 December 2013 00:30, jacqueline George < 
jacquelinegeo...@balance.eclipse.co.uk> wrote:

> Excuse my ignorance.  How do I do that specifically.  I'm quite 
> technical but I don't know how to do that. :os


Hi,

You are almost ok. You need to install or find Java in your file system. It is 
almost same as you did for M2_HOME variable.

You can watch this video as well. http://www.youtube.com/watch?v=jLArUJt-tBs


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Problems installing maven on windows 7

2013-12-20 Thread jacqueline George
Excuse my ignorance.  How do I do that specifically.  I'm quite technical but I 
don't know how to do that. :os

-Original Message-
From: Benoît Berthonneau [mailto:ben...@berthonneau.com] 
Sent: 20 December 2013 22:13
To: 'Maven Users List'
Subject: RE: Problems installing maven on windows 7

Hi Jacqueline,

The error is clear: Java is not well configured on your env.
Set a JAVA_HOME variable to your java installation folder, add it (ie: 
%JAVA_HOME%\bin) to your PATH

(I assume that Java is installed on your Windows)

Benoît.


-Message d'origine-----
De : jacqueline George [mailto:jacquelinegeo...@balance.eclipse.co.uk]
Envoyé : vendredi 20 décembre 2013 23:03 À : 'Maven Users List'
Objet : RE: Problems installing maven on windows 7

Hi 

It's me again. 

Still having problems *sigh*

I followed your kind suggestions and made the following changes 

M2_HOME
C:\Users\user\Desktop\ApacheMaven\apache-maven-3.1.1

Path

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
Files\ZipGenius 6\bin;C:\Users\user\Desktop\ApacheMaven\apache-maven-3.1.1\bin

I then did mvn -version

I got the following message

See link
https://www.dropbox.com/s/tpjuicre99rqwts/MVN%20installation%20attempt%20on%2020.12.13.docx

just noticed a space in path for zipgenius 6  should I change that to 
zipgenius6 ?  

look forward to your responses. 




-Original Message-
From: Wayne Fay [mailto:wayne...@gmail.com]
Sent: 16 December 2013 15:51
To: Maven Users List
Subject: Re: Problems installing maven on windows 7

> 1. Could you check your maven folder? I suspect that you have another 
> folder inside "Apache Maven" folder such maven-3.1.1 or something 
> else. In that case you need to change your home folder like this 
> C:\Users\user\Desktop\Apache Maven\mavenxxx\

As a follow-on to what Cemo said, I really don't recommend installing Maven (or 
anything else) inside a directory that has a space in the name. So if you have 
such a thing, rename the directory by changing spaces for underscores or just 
deleting the spaces.

So "Apache Maven" => ApacheMaven or Apache_Maven

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Problems installing maven on windows 7

2013-12-20 Thread jacqueline George
Hi 

It's me again. 

Still having problems *sigh*

I followed your kind suggestions and made the following changes 

M2_HOME
C:\Users\user\Desktop\ApacheMaven\apache-maven-3.1.1

Path

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
 
Files\ZipGenius 6\bin;C:\Users\user\Desktop\ApacheMaven\apache-maven-3.1.1\bin

I then did mvn -version

I got the following message

See link
https://www.dropbox.com/s/tpjuicre99rqwts/MVN%20installation%20attempt%20on%2020.12.13.docx

just noticed a space in path for zipgenius 6  should I change that to 
zipgenius6 ?  

look forward to your responses. 




-Original Message-
From: Wayne Fay [mailto:wayne...@gmail.com] 
Sent: 16 December 2013 15:51
To: Maven Users List
Subject: Re: Problems installing maven on windows 7

> 1. Could you check your maven folder? I suspect that you have another 
> folder inside "Apache Maven" folder such maven-3.1.1 or something 
> else. In that case you need to change your home folder like this 
> C:\Users\user\Desktop\Apache Maven\mavenxxx\

As a follow-on to what Cemo said, I really don't recommend installing Maven (or 
anything else) inside a directory that has a space in the name. So if you have 
such a thing, rename the directory by changing spaces for underscores or just 
deleting the spaces.

So "Apache Maven" => ApacheMaven or Apache_Maven

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Problems installing maven on windows 7

2013-12-16 Thread jacqueline George
Thanks for the speedy reply. I will give this a try and let you know how I get 
on 

-Original Message-
From: Cemo [mailto:cemalettin@gmail.com] 
Sent: 15 December 2013 22:57
To: Maven Users List
Subject: Re: Problems installing maven on windows 7

Hi,

1. Could you check your maven folder? I suspect that you have another folder 
inside "Apache Maven" folder such maven-3.1.1 or something else. In that case 
you need to change your home folder like this C:\Users\user\Desktop\Apache 
Maven\mavenxxx\

2. If the folder is ok, please append your maven home folder at the beginning 
of your PATH variable. I am not sure about this but if there is a wrong url 
inside PATH variable, this can help to safely find mvn file.

3. And one my last suggestion is rebooting your machine. I came across some 
weird cases in which windows could not load env variable properly.






On 16 December 2013 00:43, jacqueline George < 
jacquelinegeo...@balance.eclipse.co.uk> wrote:

> Hi
>
>
>
> I'm having  problems installing maven.  I don't know what I am doing wrong!
>
>
>
> I've done a detailed explanation of how I'm installing maven. and a 
> problem I'm still experiencing. I must be making some mistake I can't 
> see. I've attached a video my attempt to install maven and a copy of 
> M2_Home and Path
>
> Video:
>
> https://www.dropbox.com/s/xo5ymrq5xep5ap3/maven%20installation%20in%20
> detail
> .avi
>
> M2_Home and Path
>
> https://www.dropbox.com/s/ez4i0i8q4l9n3r0/Maven%20M2_HOME%20and%20Path
> %20Inf
> o.txt
>
>
>
> I look forward to a speedy response.
>
>
>
> Speak soon
>
>
>
> Jacqueline
>
>
>
>


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Problems installing maven on windows 7

2013-12-16 Thread jacqueline George
Cemo, 

Thanks your awesome. 

I will give these a try and let you know. 

-Original Message-
From: Cemo [mailto:cemalettin@gmail.com] 
Sent: 15 December 2013 22:57
To: Maven Users List
Subject: Re: Problems installing maven on windows 7

Hi,

1. Could you check your maven folder? I suspect that you have another folder 
inside "Apache Maven" folder such maven-3.1.1 or something else. In that case 
you need to change your home folder like this C:\Users\user\Desktop\Apache 
Maven\mavenxxx\

2. If the folder is ok, please append your maven home folder at the beginning 
of your PATH variable. I am not sure about this but if there is a wrong url 
inside PATH variable, this can help to safely find mvn file.

3. And one my last suggestion is rebooting your machine. I came across some 
weird cases in which windows could not load env variable properly.






On 16 December 2013 00:43, jacqueline George < 
jacquelinegeo...@balance.eclipse.co.uk> wrote:

> Hi
>
>
>
> I'm having  problems installing maven.  I don't know what I am doing wrong!
>
>
>
> I've done a detailed explanation of how I'm installing maven. and a 
> problem I'm still experiencing. I must be making some mistake I can't 
> see. I've attached a video my attempt to install maven and a copy of 
> M2_Home and Path
>
> Video:
>
> https://www.dropbox.com/s/xo5ymrq5xep5ap3/maven%20installation%20in%20
> detail
> .avi
>
> M2_Home and Path
>
> https://www.dropbox.com/s/ez4i0i8q4l9n3r0/Maven%20M2_HOME%20and%20Path
> %20Inf
> o.txt
>
>
>
> I look forward to a speedy response.
>
>
>
> Speak soon
>
>
>
> Jacqueline
>
>
>
>


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Problems installing maven on windows 7

2013-12-15 Thread jacqueline George
Hi 

 

I'm having  problems installing maven.  I don't know what I am doing wrong!

 

I've done a detailed explanation of how I'm installing maven. and a problem
I'm still experiencing. I must be making some mistake I can't see. I've
attached a video my attempt to install maven and a copy of M2_Home and Path

Video:
https://www.dropbox.com/s/xo5ymrq5xep5ap3/maven%20installation%20in%20detail
.avi 

M2_Home and Path
https://www.dropbox.com/s/ez4i0i8q4l9n3r0/Maven%20M2_HOME%20and%20Path%20Inf
o.txt

 

I look forward to a speedy response. 

 

Speak soon 

 

Jacqueline