Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-06 Thread Mark Hindess
On 5 July 2006 at 10:06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Mark Hindess wrote: Sorry to interrupt your game, Umpire, can you get this streaker off the court, please? :) :-) but is there any reason why the jar must have the version number in the name - it's in the

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-05 Thread Mark Hindess
Sorry to interrupt your game, but is there any reason why the jar must have the version number in the name - it's in the MANIFEST after all. Couldn't we just copy it to deploy/jdk/lib/ecj.jar? After all, we don't put a version number in the names of any other jars? (We'd still want to allow the

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-05 Thread Geir Magnusson Jr
Mark Hindess wrote: Sorry to interrupt your game, Umpire, can you get this streaker off the court, please? :) but is there any reason why the jar must have the version number in the name - it's in the MANIFEST after all. Couldn't we just copy it to deploy/jdk/lib/ecj.jar? After all, we

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-04 Thread Tim Ellison
Geir Magnusson Jr wrote: Can you get your IDE to invoke ant? Of course, but do you really want our implementation code to be closely coupled to Ant? (please answer with a question, I'm getting into the Wimbledon spirit) Regards, Tim Tim Ellison wrote: Geir Magnusson Jr wrote: Indeed not.

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-04 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: Can you get your IDE to invoke ant? Of course, but do you really want our implementation code to be closely coupled to Ant? RIght now it's coupled to a specific version number from eclipse-land that requires the code itself to change when they

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-04 Thread Geir Magnusson Jr
Actually, what about some kind of SPI? Or now that JSR-199 in in public draft form, anything useful in there? (There's two more questions 40-love) geir Geir Magnusson Jr wrote: Tim Ellison wrote: Geir Magnusson Jr wrote: Can you get your IDE to invoke ant? Of course, but do you

[tools] Finding tools helper jars (was: Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java)

2006-07-04 Thread Tim Ellison
Geir Magnusson Jr wrote: Actually, what about some kind of SPI? Or now that JSR-199 in in public draft form, anything useful in there? How would that help? We would still have to name the JAR that contains those providers wouldn't we? What do you think about simply adding all jars in jdk/lib

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-03 Thread Tim Ellison
Geir Magnusson Jr wrote: Indeed not. Should we just use an ant filter and a property to set this? Does your IDE cope with this? It will require testing exclusively via Ant I think. Regards, Tim geir [EMAIL PROTECTED] wrote: Author: tellison Date: Fri Jun 30 00:49:45 2006 New

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-03 Thread Geir Magnusson Jr
Can you get your IDE to invoke ant? Tim Ellison wrote: Geir Magnusson Jr wrote: Indeed not. Should we just use an ant filter and a property to set this? Does your IDE cope with this? It will require testing exclusively via Ant I think. Regards, Tim geir [EMAIL PROTECTED] wrote:

Re: svn commit: r418195 - /incubator/harmony/enhanced/classlib/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javac/Compiler.java

2006-07-02 Thread Geir Magnusson Jr
Indeed not. Should we just use an ant filter and a property to set this? geir [EMAIL PROTECTED] wrote: Author: tellison Date: Fri Jun 30 00:49:45 2006 New Revision: 418195 URL: http://svn.apache.org/viewvc?rev=418195view=rev Log: Update compiler impl reference (should not be hardcoded