Re: javac and hdk

2006-10-26 Thread Alexei Zakharov
Hi, You may also create a javac batch file by yourself. Something like --- set JAVAC_CLASS=org.eclipse.jdt.internal.compiler.batch.Main harmony dir\java -cp ecj_3.2.jar %JAVAC_CLASS% %* --- on Windows. Thanks, 2006/10/26, Matthias Wessendorf [EMAIL PROTECTED]: thx, looks like maven2 has

Re: javac and hdk

2006-10-25 Thread Geir Magnusson Jr.
LOL. Soon. Maybe tomorrow :) Until then, use javac from Sun. Or IBM. Or BEA. :) geir Matthias Wessendorf wrote: ok, so when will there be an executable javac ? :) On 10/24/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Matthias Wessendorf wrote: hey, I think I read somewhere

Re: javac and hdk

2006-10-25 Thread Matthias Wessendorf
:) I wanna run the Trinidad build against javac from harmony! :) On 10/24/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: LOL. Soon. Maybe tomorrow :) Until then, use javac from Sun. Or IBM. Or BEA. :) geir Matthias Wessendorf wrote: ok, so when will there be an executable javac ? :)

Re: javac and hdk

2006-10-25 Thread Geir Magnusson Jr.
It will be just a repackaging of the Eclipse Compiler, so just use that for now :) geir Matthias Wessendorf wrote: :) I wanna run the Trinidad build against javac from harmony! :) On 10/24/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: LOL. Soon. Maybe tomorrow :) Until then, use

Re: javac and hdk

2006-10-25 Thread Gregory Shimansky
On Thursday 26 October 2006 02:07 Matthias Wessendorf wrote: :) I wanna run the Trinidad build against javac from harmony! :) I think you can do it already and it should probably work. If Trinidad build uses ant, just using JAVA_HOME to point to Harmony would make it the JRE which ant

Re: javac and hdk

2006-10-25 Thread Matthias Wessendorf
thx, looks like maven2 has not an option like that http://maven.apache.org/plugins/maven-compiler-plugin/howto.html -M On 10/25/06, Gregory Shimansky [EMAIL PROTECTED] wrote: On Thursday 26 October 2006 02:07 Matthias Wessendorf wrote: :) I wanna run the Trinidad build against javac from

Re: javac and hdk

2006-10-25 Thread Nathan Beyer
It's possible, it's just not well documented and probably not well supported. Note - you'll have to manually setup the bootclasspath arguments. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.4/source

Re: javac and hdk

2006-10-24 Thread Geir Magnusson Jr.
Matthias Wessendorf wrote: hey, I think I read somewhere something about javac now in tools or so. I am currently not able to download the HDK, but is there (or in next snap) a javac executable? There will be in an upcoming snapshot, but not in the HDK. The HDK is not a JDK, but rather a

Re: javac and hdk

2006-10-24 Thread Matthias Wessendorf
ok, so when will there be an executable javac ? :) On 10/24/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Matthias Wessendorf wrote: hey, I think I read somewhere something about javac now in tools or so. I am currently not able to download the HDK, but is there (or in next snap) a