Re: Pure Scala webobjects app

Marius Soutier <[email protected]> Sun, 14 Nov 2010 16:24:46 +0100
Newsgroups gmane.comp.web.webobjects.woproject.devel
Message-ID <[email protected]>
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