Re: nested classes, packages, and javac depend

1998-12-04 Thread David Warnock
Steve, > OK, the alphaworks site is now back up. I know people told me to wait > until Monday to get the latest but I wanted to try it now. Well I've just been there as well and have collected 0.41 which is the very latest. > The first error came up because I didn't have the right version of >

Re: nested classes, packages, and javac depend

1998-12-04 Thread Steve Cohen
David Warnock wrote: > > > The address is http://www.alphaworks.ibm.com/formula/Jikes/ (it's > > > available as a link from the blackdown site). > > > Either this URL is wrong or their server is down. I cannot > connect. > > Steve, > > I am pretty sure the url is correct but I also could not

Re: nested classes, packages, and javac depend

1998-12-04 Thread David Warnock
> > The address is http://www.alphaworks.ibm.com/formula/Jikes/ (it's > > available as a link from the blackdown site). > Either this URL is wrong or their server is down. I cannot connect. Steve, I am pretty sure the url is correct but I also could not connect just now. As John has said a

Re: nested classes, packages, and javac depend

1998-12-04 Thread jh
[EMAIL PROTECTED] writes: > On Fri, 4 Dec 1998, David Warnock wrote: > > Can I suggest you download the JIKES compiler from IBM. It's free, it > > runs an order of magnitude faster than JAVAC and so far as I can see > > the -depend works. You may want to use the +E compiler switch to get > > err

Re: nested classes, packages, and javac depend

1998-12-04 Thread Steve Cohen
David Warnock wrote: > Steve, > > > I find that I'm unable to get rid of the following errors when I do > a > > javac depend of my whole project: > > I have read soimewhere sometime that javac -depend is not reliable. > > Can I suggest you download the JIKES compiler from IBM. It's free, it > run

Re: nested classes, packages, and javac depend

1998-12-04 Thread John Summerfield
On Fri, 4 Dec 1998, David Warnock wrote: > Steve, > > > I find that I'm unable to get rid of the following errors when I do > a > > javac depend of my whole project: > > I have read soimewhere sometime that javac -depend is not reliable. > > Can I suggest you download the JIKES compiler from I

Re: nested classes, packages, and javac depend

1998-12-04 Thread John Summerfield
On Fri, 4 Dec 1998, Steve Cohen wrote: > I find that I'm unable to get rid of the following errors when I do a > javac depend of my whole project: > > error: File /usr/local/java/xyz/Scheduler.java does not contain nested > class xyz.Scheduler. 1 as expected. Please adjust the class path so that

Re: nested classes, packages, and javac depend

1998-12-04 Thread David Warnock
Steve, > I find that I'm unable to get rid of the following errors when I do a > javac depend of my whole project: I have read soimewhere sometime that javac -depend is not reliable. Can I suggest you download the JIKES compiler from IBM. It's free, it runs an order of magnitude faster than JAV

nested classes, packages, and javac depend

1998-12-03 Thread Steve Cohen
I find that I'm unable to get rid of the following errors when I do a javac depend of my whole project: error: File /usr/local/java/xyz/Scheduler.java does not contain nested class xyz.Scheduler. 1 as expected. Please adjust the class path so that the file does not appear in the package xyz. Wh