Javac background details (RE: cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler Javac.java)

2002-06-06 Thread Davanum Srinivas
Here are some of the details/background. I'd strongly recommend a jakarta-commons shared codebase for use by Axis, Tomcat, Cocoon and ANT (These are the ones that i know of). - Axis's classes for Javac were borrowed from Cocoon2. It uses sun.tools.javac.Main. - Tomcat 4.X, 3.X current uses sun.t

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler Javac.java

2002-06-06 Thread Davanum Srinivas
Russell, People are talking about an API/JSR for exactly this situation. See http://groups.yahoo.com/group/javax_compiler for a bit more info. Thanks, dims --- Russell Butek <[EMAIL PROTECTED]> wrote: > Hmmm... sun.tools.javac.Main is deprecated in JDK1.4. This means it'll > go away at some

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler Javac.java

2002-06-05 Thread Ignacio J. Ortega
> De: Steve Loughran [mailto:[EMAIL PROTECTED]] > Enviado el: 5 de junio de 2002 23:18 > Anyhows, as and when sun.tools.javac.Main goes away, you will > be able to cut > and paste the replacement from ant. > > Alternatively, we could factor out the java compilation > adapters into a > jakarta-

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler Javac.java

2002-06-05 Thread Steve Loughran
- Original Message - From: "Russell Butek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 1:20 PM Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler Javac.java > Hmmm... sun.tools.javac.Main is deprecated in

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler Javac.java

2002-06-05 Thread Russell Butek
Hmmm... sun.tools.javac.Main is deprecated in JDK1.4. This means it'll go away at some point (in a few years, so maybe we don't have to worry about it). When it DOES go away, what will we do, then? Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: