Re: Pure Scala webobjects app
Marius Soutier <[email protected]> Mon, 15 Nov 2010 09:20:26 +0100
| Newsgroups | gmane.comp.web.webobjects.woproject.devel |
|---|---|
| Message-ID | <[email protected]> |
I think the Scala IDE is experimental in general :) It works ok with 3.6. On 15.11.2010, at 04:31, John Huss wrote: > It is in the right order but still doesn't work. I can't disable bundles because I'm running Eclipse 3.5 since the scala ide is experimental for 3.6. > > Thanks, > John > > On Sun, Nov 14, 2010 at 9:24 AM, Marius Soutier <[email protected]> wrote: > The Scala builder must come before the WOLips builder. Or if you disable bundles, you don't have to worry about the build folder at all. > > On 12.11.2010, at 21:41, John Huss wrote: > > > I created a pure Scala WO app, and I have a couple small problems: > > > > 1) The class files in "bin/" are not being copied to the into the "build/" folder by the WOLips incremental builder. I'm not sure how this is supposed to work in general. But "bin" is getting updated and "build" is not. I have worked around it for now by changing the output path to "build/ScalaExample.woa/Contents/Resources/Java". but I don't know if that will always work. > > > > 2) When I right-click Application.scala I don't get the option to run it as a WOApplication. I'm not sure where the option comes from. I can create the launcher manually or run the java version first to create the launcher, but it would be nice to just have it work. > > > > If these are simple to fix I could submit a patch with a little help. > > > > Thanks, > > John > > >