Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Alexey Petrenko
Can javac be sustituted by Eclipse compiler as we do for Harmony build? SY, Alexey 2006/11/15, Stefano Mazzocchi [EMAIL PROTECTED]: Great news everyone, I've finally managed to get Gump running with Harmony. Find it at (the semipermanent URL of Geir's server) http://67.86.14.213:1/gump

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Tim Ellison
Stefano Mazzocchi wrote: Do we have a solution for that? Yes, it is a modicum of work for a C-hacker. It simply requires extending the tools launcher as described earlier (I'll hunt down the archive if required). Regards, Tim -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre,

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Alexey Petrenko
2006/11/15, Tim Ellison [EMAIL PROTECTED]: Stefano Mazzocchi wrote: Do we have a solution for that? Yes, it is a modicum of work for a C-hacker. It simply requires extending the tools launcher as described earlier (I'll hunt down the archive if required). ant runs java compiler without javac

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Tim Ellison
Alexey Petrenko wrote: 2006/11/15, Tim Ellison [EMAIL PROTECTED]: Stefano Mazzocchi wrote: Do we have a solution for that? Yes, it is a modicum of work for a C-hacker. It simply requires extending the tools launcher as described earlier (I'll hunt down the archive if required). ant runs

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Tim Ellison
Stefano Mazzocchi wrote: The first problem is the lack of javac that bootstrap-ant requires. Can you clarify what 'bootstrap-ant' requires? Is it running an Ant javac task, or compiling Ant source with javac.exe? I was assuming the latter. Thanks for getting this going BTW! Regards, Tim --

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Alexey Petrenko
2006/11/15, Tim Ellison [EMAIL PROTECTED]: Alexey Petrenko wrote: 2006/11/15, Tim Ellison [EMAIL PROTECTED]: Stefano Mazzocchi wrote: Do we have a solution for that? Yes, it is a modicum of work for a C-hacker. It simply requires extending the tools launcher as described earlier (I'll

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Sam Ruby
Tim Ellison wrote: Alexey Petrenko wrote: 2006/11/15, Tim Ellison [EMAIL PROTECTED]: Stefano Mazzocchi wrote: Do we have a solution for that? Yes, it is a modicum of work for a C-hacker. It simply requires extending the tools launcher as described earlier (I'll hunt down the archive if

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Geir Magnusson Jr.
w00t! (the server has been heating my office... I can tell when Gump is running as the fans spin up...) geir Stefano Mazzocchi wrote: Great news everyone, I've finally managed to get Gump running with Harmony. Find it at (the semipermanent URL of Geir's server) http://67.86.14.213:1

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Stefano Mazzocchi
Tim Ellison wrote: Stefano Mazzocchi wrote: The first problem is the lack of javac that bootstrap-ant requires. Can you clarify what 'bootstrap-ant' requires? Is it running an Ant javac task, or compiling Ant source with javac.exe? I was assuming the latter. bootstrap-ant is a script

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Geir Magnusson Jr.
Stefano Mazzocchi wrote: Tim Ellison wrote: Stefano Mazzocchi wrote: The first problem is the lack of javac that bootstrap-ant requires. Can you clarify what 'bootstrap-ant' requires? Is it running an Ant javac task, or compiling Ant source with javac.exe? I was assuming the latter.

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Gregory Shimansky
On Wednesday 15 November 2006 19:27 Stefano Mazzocchi wrote: Great news everyone, I've finally managed to get Gump running with Harmony. Find it at (the semipermanent URL of Geir's server) http://67.86.14.213:1/gump/ and the 'list of todos' with importance priority can be found

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Stefano Mazzocchi
Gregory Shimansky wrote: On Wednesday 15 November 2006 19:27 Stefano Mazzocchi wrote: Great news everyone, I've finally managed to get Gump running with Harmony. Find it at (the semipermanent URL of Geir's server) http://67.86.14.213:1/gump/ and the 'list of todos' with importance

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Tim Ellison
Sam Ruby wrote: Tim Ellison wrote: If Ant depends upon the non-API com.sun packages in tools.jar then I guess we can decide to create an adapter in the suncompat module. The compiler is pluggable in Ant, look for the build.compiler option: Understood, in fact we do that for the Harmony

[gump] Gump running on Harmony!!

2006-11-15 Thread Stefano Mazzocchi
Great news everyone, I've finally managed to get Gump running with Harmony. Find it at (the semipermanent URL of Geir's server) http://67.86.14.213:1/gump/ and the 'list of todos' with importance priority can be found at http://67.86.14.213:1/gump/project_todos.html The first

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Tim Ellison
Geir Magnusson Jr. wrote: Stefano Mazzocchi wrote: So, if you are curious to see what's the next roadblock, I suggest that one of you starts coding a javac wrapper for ecj (or anything else that would do the job, I don't care) ;-) We have one somewhere... See

Re: [gump] Gump running on Harmony!!

2006-11-15 Thread Geir Magnusson Jr.
That's odd. The launcher should figure this out. I'll take a look in a sec... Stefano Mazzocchi wrote: Gregory Shimansky wrote: On Wednesday 15 November 2006 19:27 Stefano Mazzocchi wrote: Great news everyone, I've finally managed to get Gump running with Harmony. Find