On Sun, Jun 6, 2010 at 11:28 AM, Jacob Beard <[email protected]> wrote: > Hi Rahul, > > build.bat is maintained. > > I just tested against HEAD and it's still working on my Win XP SP3 > virtual machine. I can't replicate your error, but please make sure > you've run "ant -f getDeps.xml" first. If it's still not working for > you after that, please let me know. > <snip/>
Yup, build.bat works (ran the default) and generates a number of JavaScript files for the 4 backends in the build/ directory. As to run.bat, I was following this README: http://svn.apache.org/repos/asf/commons/sandbox/gsoc/2010/scxml-js/trunk/README.txt After the get deps step, there is a "Running the Compiler" section which I came to next (which mentions run.sh so I tried run.bat and got the results mentioned below). I presume run.bat should work as mentioned in the README? -Rahul > Thanks, > > Jake > > On Sun, Jun 6, 2010 at 11:08 AM, Rahul Akolkar <[email protected]> > wrote: >> >> Trying out whats in SVN, only have access to the ThinkPad (running XP) >> this weekend. Starting with kitchen sink compilation as indicated in >> the README, got the following first: >> >> Exception in thread "main" java.lang.NoClassDefFoundError: >> org/mozilla/javascript/tools/shell/Main >> >> There is a missing "/java" path fragment in the cp entry for js.jar, >> fixing that gives: >> >> js: Couldn't read source file "src/scxml/cgf/main: >> src\scxml\cgf\main (The system cannot find the file specified)". >> >> Before I dig deeper, is run.bat maintained? Any other steps beyond >> what is in the README? >> >> -Rahul >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
