Sure. I guess I was not thinking strictly about the compiler domain, or the javac compiler in particular. I am kind of envisioning infrastructure that would...
74
Jon Skeet
jskeetuk
Mar 12, 2002 8:56 am
... I'm certainly extremely happy about it, just watching quietly :) On the other hand, Ant tries to be very backwardly compatible - it'll almost certainly...
75
Jaroslav Tulach
jessseterr
Mar 13, 2002 1:15 pm
... I expected that. Does the JCP for this started? yarda...
76
Neal M Gafter
neal_gafter
Mar 13, 2002 8:02 pm
... No, but the process for deciding if Sun will start the JSR for this in the 1.5 timeframe has begun. -Neal...
78
javax_compiler@yahoog...
May 26, 2002 9:41 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the javax_compiler group. File : /...
79
eliotmiller110
Jun 3, 2002 7:22 pm
Clockware is 100% web based time tracking software and Online ASP service. Its enterprise software provides rules based features for attendance, project...
80
Neal Gafter
neal_gafter
Oct 10, 2002 11:10 pm
I am starting up a new JSR on an API for invoking a Java Language compiler from within a Java program. That was the original purpose for the existence of this...
81
jim.welch@...
jwwelch1947
Oct 15, 2002 7:01 pm
Hi Neal, We (that's the iAnywhere Solutions part of Sybase) would support your effort. If you get it through the preliminary red tape, I'd personally be...
82
Neal M Gafter
neal_gafter
Oct 16, 2002 10:24 pm
Jim- Thanks for your support. I think we will probably do all our business through email. -Neal...
83
Neal M Gafter
neal_gafter
Nov 19, 2002 6:51 pm
The Java(tm) Compiler API has entered the Java Community Process. It is JSR 199. See <http://www.jcp.org/en/jsr/detail?id=199> We are now accepting nominees...
84
Cyrille Morvan by wa...
cmorvan@...
Dec 4, 2002 11:28 pm
All - I just read the JSR description (199), and it only speaks about source code compilation. Do you think it's possible to add to the specification a byte...
85
Neal Gafter
neal_gafter
Dec 4, 2002 11:32 pm
... I don't think such an API would have anything at all in common with a Javac compiler API, so I don't think there would be any value in adding this to...
86
Cyrille Morvan
cmorvan@...
Dec 5, 2002 6:43 pm
... In JSR# 198 ( A Standard Extension API for Integrated Development Environments), they want to do a source code meta model : " Data Model - The addin will...
87
Chris Smith
cdsmithus
Dec 5, 2002 6:44 pm
... code ... assembler ... Before an assembler could be provided, you'd need a standard for JVM bytecode assembler format. Perhaps the Jasmin format could be...
88
Neal M Gafter
neal_gafter
Jun 24, 2003 6:50 am
Welcome to the discussion group for JSR 199, which will define a standard interface for Java compilers. This Yahoo group was previously a public forum for this...
89
Neal Gafter
neal_gafter
Jun 24, 2003 6:54 am
I've also placed the draft simple API in the files section at http://groups.yahoo.com/group/javax_compiler/files/...
90
Neal M Gafter
neal_gafter
Jun 24, 2003 7:20 am
... I think this is an excellent idea. ... This too is a good idea. However, different complers may have completely different command lines, which means a...
91
Neal Gafter
neal_gafter
Jun 25, 2003 4:17 pm
I've been getting some follow-up messages, but all of them in private email. Please make a point of sending your replies to the mailing list (if you're a...
92
Neal Gafter
neal_gafter
Jun 26, 2003 6:18 am
... The basic constraints are time and resources. To be included in Tiger, we have to be substantially done with the spec and reference implementation by ...
93
pmulet2003
Jul 25, 2003 1:07 pm
The middle road approach suits us. The long term story should however consider existing alternate API, such as the one our Eclipse compiler provides as of...
94
Neal M Gafter
neal_gafter
Jul 25, 2003 8:28 pm
Please, folks: when you reply to an email to this list, edit the recipient field. It defaults to javax_compiler_owner@yahoogroups.com, which means it only...
95
Olivier Lefevre
lefevre@...
Jul 25, 2003 8:47 pm
... Oops, sorry. You may have said this earlier and I may have noted it but there is so little traffic on this list that I forgot ;-) ... You misunderstood me....
96
Philippe P Mulet
pmulet2003
Aug 6, 2003 8:47 am
I was only mentionning alternate APIs for the long term story when we want to address this JSR. There is no existing documentation reflecting the Eclipse...
97
Olivier Lefevre
lefevre@...
Aug 7, 2003 9:04 am
... That would be nice. If there is no document outlining its design philosophy, that is not very conducive to taking it into account when researching existing...
98
Neal Gafter
neal_gafter
Aug 14, 2003 9:16 pm
... The mechanism for implementing a command (now tool) should not be specified in the API, as it is up to the vendor of a JDK to implement them however they...
99
Neal Gafter
neal_gafter
Aug 14, 2003 9:22 pm
I've updated the API to repond to a number of comments. David Flanagan's comments were typical of those I am responding to, so I've included his comments with...
100
Neal Gafter
neal_gafter
Aug 17, 2003 10:41 pm
... That is exactly right: the proposed simple tool API is little more than an abstraction of the entry point to the compiler. The "little more" is that you...
101
Neal M Gafter
neal_gafter
Sep 26, 2003 4:42 pm
Huw- The J2SE 1.5 (Tiger) planning folks have further scaled back how much of something like JSR199 they want in Tiger. Now all that's going in to Tiger is a ...
102
Neal Gafter
neal_gafter
Oct 12, 2004 7:08 pm
I have left Sun and now work at Google. Peter Ahe maintains javac at Sun, and is now the owner of this group. Peter will probably take on spec leadership for...
Hello, I know some of you have been waiting a long time for access to javac sources. They can be downloaded here: http://java.sun.com/j2se/jrl_download.html ...