delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Injected-Via-Gmane: | http://gmane.org/ |
To: | cygwin AT cygwin DOT com |
From: | jeff DOT rancier AT softechnics DOT com (Jeffery B. Rancier) |
Subject: | Re: Cygwin Bash Script Syntax Question |
Date: | Fri, 25 Apr 2003 07:54:34 -0400 |
Lines: | 57 |
Message-ID: | <u7k9ibxmt.fsf@softechnics.com> |
References: | <b88uhj$2o1$1 AT main DOT gmane DOT org> |
Mime-Version: | 1.0 |
X-Complaints-To: | usenet AT main DOT gmane DOT org |
User-Agent: | Gnus/5.090018 (Oort Gnus v0.18) Emacs/21.2 (windows-nt) |
Cancel-Lock: | sha1:erG/H4e3iWVlo2PCeUYCiPGAgZc= |
Steve <beforewisdom AT yahoo DOT com> writes: > Hi; > > I am using cygwin on win2k. > I have a __native__ JDK 1.3 installed. > > I am trying to write myself a bash script to do some compiling jobs. > I am having trouble getting some path syntax issues ironed out. > > The native java will accept either C:\FOO\FOO or C:/FOO/FOO > The native java will not accept /cygdrive/c/FOO/FOO > > After some experimentation it seems that bash is getting confused > about the ':' symbol. It seems to be interpreting the ':' in C:/foo > as a path seperator so > > PATH=C:/foo:C:/foa > > is getting interpreted as specifiying these dirs: > C:/foo > C > foo > > Anyway I would like to write a script that would look like this > in a .sh file: > > ---------------------------------------- > export SOURCEDIR=C:/foo > export OUTDIR=C:/foa > export CLASSPATH=C:/abc:C:/def:C:/ghi > > javac -sourcepath $SOURCEDIR -d $OUTDIR -classpath $CLASSPATH $1 > ------------------------------------------ > > So.....what would the path syntax be like? > Do I use ':' or ';' as directory seperators? > Do I use '/' or '\' ? > > I'm sorry if this seems lame but I am getting dizzy from tyring to > make a native windows installation of java work with a cygwin .sh file > > Any help will be appreciated > > STeve May may want to look at http://ant.apache.org -- Thanks, Jeff ,---- | Jeffery B. Rancier | | Softechnics | a METTLER TOLEDO company `---- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |