This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MS-DOS path warning with maven


On 10 May 2010 16:44, Jeremy Bopp <jeremy@bopp.net> wrote:
> On 5/10/2010 4:21 AM, David BalaÅic wrote:
>> Hi!
>>
>> I have cygwin 1.7.5 (up to date as of now) on Windows XP Pro SP3 and
>> maven v 2.2.1.
>>
>> When I start mvn from a shell (I use mintty running bash): i get a warning:
>>
>>
>> cygwin warning:
>> Â MS-DOS style path detected: F:\winsux\prg\apache-maven-2.2.1/boot/
>> Â Preferred POSIX equivalent is: /cygdrive/f/winsux/prg/apache-maven-2.2.1/boot/
>> Â CYGWIN environment variable option "nodosfilewarning" turns off this warning.
>> Â Consult the user's guide for more details about POSIX paths:
>> Â Â http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
>>
>>
>> I found it strange, since maven is cygwin aware and should use cygwin paths.
>>
>> Is this some bug?
>
> I'm unable to reproduce your problem when running a simple mvn -version
> command. ÂAfter looking through the mvn script included with the Maven
> installation, I also can't see anywhere that script would directly
> attempt to use a Windows-style path where a POSIX style path would be
> required to avoid this warning.
>
> My best guess is that you are either defining the JAVACMD environment
> variable to point to a Cygwin program, defining JAVA_HOME to point to a
> Cygwin-based JRE/JDK, or have a Cygwin-based java.exe in your path. ÂIn
> all of those cases, the mvn script will attempt to feed Windows-style
> paths to a Cygwin program, and that would likely trigger this warning.
> If that's not the problem, it could be that whatever target you're
> trying to run ultimately attempts to run some Cygwin program with a
> Windows-style path. ÂIn all cases, Cygwin is functioning as designed.
>
> To diagnose the problem further, you need to first eliminate all of your
> build logic as the cause. ÂRunning mvn -version as I did should do that
> for you. ÂThen make sure that you're not somehow causing a Cygwin
> program to be used in place of Sun's java.exe as noted above. ÂIf you do
> that and still see this warning, then you need to talk with the Maven
> developers and/or the developers of whatever Maven plugins you're using.

mvn -version also gives the message.


$ which -a java
/cygdrive/c/WINDOWS/system32/java


$ set | grep JAVA
JAVA_HOME='C:\Program Files\Java\jdk1.6.0_20'

I'm not caiming there is somethng wrong with cygwin, jut find it
surprising to get this warning with a cygwin-aware  program (mvn).

Regards,
David

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]