Re: cygwin path problems

2003-01-29 Thread Randall R Schulz
Igor, At 07:05 2003-01-29, Igor Pechtchanski wrote: Randall, On Tue, 28 Jan 2003, Randall R Schulz wrote: > Igor, Soren, > > ... > > >Seriously, though, you could use something like > > "`/bin/ls /cdv/D/goodies/babe*.jpg | cygpath -w -f -`" > >as the argument. This should expand all the fi

Re: cygwin path problems

2003-01-29 Thread Igor Pechtchanski
Randall, On Tue, 28 Jan 2003, Randall R Schulz wrote: > Igor, Soren, > > At 16:36 2003-01-28, Igor Pechtchanski wrote: > >On Tue, 28 Jan 2003, Soren A wrote: > > > > > ... > > > > > > Or re-invent that wheel, your choice ;-) > > > Soren A > > > >Why, one doesn't have to be a "cygpath" guru at a

Re: cygwin path problems

2003-01-28 Thread Randall R Schulz
Igor, Soren, At 16:36 2003-01-28, Igor Pechtchanski wrote: On Tue, 28 Jan 2003, Soren A wrote: > ... > > Or re-invent that wheel, your choice ;-) > > Soren A Why, one doesn't have to be a "cygpath" guru at all! A little judicious application of sed, and you can turn a space-separated path in

Re: cygwin path problems

2003-01-28 Thread Igor Pechtchanski
On Tue, 28 Jan 2003, Soren A wrote: > Randall R Schulz <[EMAIL PROTECTED]> wrote around 27 Jan 2003 > [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > > > Note, too, that if you have a classpath variable in POSIX format > > (colons and no drive letters), you'll need to use something like > > "$(cygpa

Re: cygwin path problems

2003-01-28 Thread Soren A
Randall R Schulz <[EMAIL PROTECTED]> wrote around 27 Jan 2003 [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > Note, too, that if you have a classpath variable in POSIX format > (colons and no drive letters), you'll need to use something like > "$(cygpath -pm "$POSIXCLASSPATH")" to convert it. >

Re: cygwin path problems

2003-01-27 Thread Randall R Schulz
Scott, You're close, but missing some critical syntax. Your invocation: java -jar cygpath -m /usr/local/ags/libs/makeThumbs.jar simply passes to the "java" command the "-jar" option and the argument strings "cygpath" "-m", etc. You clearly want the to pass as arguments to "java" the result of

cygwin path problems

2003-01-27 Thread Scott Purcell
I am having a hard time understanding the cygpath. I don't know why... But anyway. I am running Win2000. I have created a executable jar file that lives at /usr/local/ags/libs/test.jar And jar is good and runs from a dos window if I move the test.jar to C:/ Anyway, I am trying to run it through