Re: problem with javac

2008-06-18 Thread Robert Welz
Am 18.06.2008 um 15:13 schrieb Caldarale, Charles R: From: Robert Welz [mailto:[EMAIL PROTECTED] Subject: Re: problem with javac Where comes this "Globals" from? It's your code, not Tomcat's, so you tell us. Hmm. Yeah, I found a file Globals.java where these ar

RE: problem with javac

2008-06-18 Thread Caldarale, Charles R
> From: Robert Welz [mailto:[EMAIL PROTECTED] > Subject: Re: problem with javac > > Where comes this "Globals" from? It's your code, not Tomcat's, so you tell us. > Looks like a struct. This is Java - there are no structs. The proper term is interface.

Re: problem with javac

2008-06-18 Thread Robert Welz
The problem is solved, I created a proper Makefile. All modules install and compile but logs/jakarta.out tells me java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(File.java:828)

Re: problem with javac

2008-06-18 Thread Robert Welz
javac -version javac: invalid flag: -version Usage: javac where possible options include: -gGenerate all debugging info -g:none Generate no debugging info -g:{lines,vars,source}Generate only some debugging info -nowarn Gen

Re: problem with javac

2008-06-17 Thread Steve Ochani
Date sent: Tue, 17 Jun 2008 10:54:06 +0200 From: Robert Welz <[EMAIL PROTECTED]> Subject:problem with javac To: users@tomcat.apache.org Send reply to: Tomcat Users List > Hello. > > I am not familiar with javac and tried

Re: problem with javac

2008-06-17 Thread Hassan Schroeder
On Tue, Jun 17, 2008 at 1:54 AM, Robert Welz <[EMAIL PROTECTED]> wrote: > how do I give javac those paths? Time to learn Ant, I think :-)-- A simple build.xml file uses wildcard paths to simplify compiling with multiple dependencies. FWIW, -- Hassan Schroeder -