Jstub can't find its pod
brian
31 Jan 2010
Just jstub <podName>:
C:\dev\fan\src>jstub gfx Java Stub [gfx]
KevinKelley
31 Jan 2010
(ignore)
mike
31 Jan 2010
ah, there's a jstub.exe, but no bash equivalent. So I made one:
#!/bin/bash
. "${0%/*}/fanlaunch"
fanlaunch Jstub "$@"
but now it appears to not actually be generating a jar file:
/apps$ jstub fwt.pod Java Stub [fwt.pod]
and no jar file appears. I'll get my fantom-hg environment bootstrapped and figure it out.
msl
1 Feb 2010
Is there any reason this isn't included in the standard non-windows distribution?
mike
31 Jan 2010
I've tried various ways to get Jstub to find its pod, but I'm stumped. E.g.: