We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have an automated grading script that is working on Linux and Mac OSX. I thought it worked under windows. But on one grader's machine, for the command:
processing-java --sketch=a --output=test --build
We get the following error: a does not exist
In fact, a does exist, and inside a is a.pde, and this works everwhere else.
We tested this by hand outside the script. In the command line, with the path including processing-java as well as the jdk, the above command fails.