Re: Problems with Maven example

2007-03-04 Thread Wendy Smoak
On 3/3/07, Pavel Štěpánek [EMAIL PROTECTED] wrote: Hi, I´m trying Maven and followed the simple guide which is included in the book Bettter build with Maven and also in the 5 minute guide. Everything goes fine (donwloading, compiling), but when I try to package the sample app (mvn package), or

Re: Problems with Maven example

2007-03-04 Thread Pavel Štěpánek
I´m sorry, I post it twice because I thought that my first mail was not successful (i was not fully subscribed yet). Anyway just a few minutes ago I found the solution to my problem. The problem was, that my windows user name and also the name of my home directory is containing a space char: name

Re: Problems with Maven example

2007-03-04 Thread Wendy Smoak
On 3/4/07, Pavel Štěpánek [EMAIL PROTECTED] wrote: I think that Maven should be resistant to these issues (using quotes?), because the name is valid in windows, so when maven is using it, it should take in account all the valid possibilities and dir names. Maven can deal with the spaces in

Re: Problems with Maven example

2007-03-04 Thread Pavel Štěpánek
Well maybe it is because of the name of my home dir. I´m testing maven on my personal notebok where my account name is my full name. I don´t think it is extremely weird case :) The problem could be that my name (in czech language) contains some national chars. So it is not composed only form

Problems with Maven example

2007-03-03 Thread Pavel Štěpánek
Hi, I´m trying Maven and followed the simple guide which is included in the book Bettter build with Maven and also in the 5 minute guide. Everything goes fine (donwloading, compiling), but when I try to package the sample app (mvn package), or test it, I always get this exception: [INFO]