X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_50,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4F51DB51.4080106@lysator.liu.se> Date: Sat, 03 Mar 2012 09:50:25 +0100 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Incorrect output from cygpath --path --unix for long path References: <4F51480A DOT 6040501 AT obj-sys DOT com> In-Reply-To: <4F51480A.6040501@obj-sys.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Kevin Braun skrev 2012-03-02 23:22: > Hi, > > If I run this command: > > cygpath --path --unix "/cygdrive/c/fop-1.0/lib/xmlgraphics-commons-1.4.jar;/cygdrive/c/fop-1.0/lib/xml-apis-ext-1.3.04.jar;/cygdrive/c/fop-1.0/lib/xml-apis-1.3.04.jar;/cygdrive/c/fop-1.0/lib/xercesImpl-2.7.1.jar;/cygdrive/c/fop-1.0/lib/xalan-2.7.0.jar;/cygdrive/c/tellmeiamtoolongah" With --unix, you are supposed to feed Windows names to cygpath, not POSIX names. Try with cygpath --path --unix "c:/fop-1.0/lib/xmlgraphics-commons-1.4.jar;c:/fop-1.0/lib/xml-apis-ext-1.3.04.jar;c:/fop-1.0/lib/xml-apis-1.3.04.jar;c:/fop-1.0/lib/xercesImpl-2.7.1.jar;c:/fop-1.0/lib/xalan-2.7.0.jar;c:/tellmeiamtoolongah" Cheers, Peter -- 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