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
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
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
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
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.
>
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
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
7 matches
Mail list logo