CreatingDrawing.js Failing from Command Line

I’m running the CreatingDrawing.js from the command line and it’s throwing an error.

Call - ./qcad -autostart scripts/Examples/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.js

Error -
Warning: RScriptHandlerEcma::eval: script engine exception: “ReferenceError: Can’t find variable: RDxfExporterFactory”
Warning: “()@scripts/Examples/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.js:27”
Warning: At least one uncaught exception:
Warning: “()@scripts/Examples/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.js:27”

Running on Mac OSX V 10.8.4
3.49 GHz Intel Core i7
16GB RAM
QCAD Pro 3.1.4.0

I didn’t mess with the javascript, ran it stock from the QCAD install. Have I done something incorrectly or is there a problem with the script? Thanks for any help.

Thanks for the report.

Line 27:
RDxfExporterFactory.registerFileExporter();is no longer necessary. Please delete that line and run the script the same way again.

That did the trick! I’ve got a triangle.

Thank you Andrew.