Page 1 of 1

CreatingDrawing.js Failing from Command Line

Posted: Wed Aug 28, 2013 4:03 am
by wildspidee
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: "<anonymous>()@scripts/Examples/Tutorials/CommandLineTools/CreatingDrawing/CreatingDrawing.js:27"
Warning: At least one uncaught exception:
Warning: "<anonymous>()@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.

Re: CreatingDrawing.js Failing from Command Line

Posted: Wed Aug 28, 2013 9:00 am
by andrew
Thanks for the report.

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

Re: CreatingDrawing.js Failing from Command Line

Posted: Wed Aug 28, 2013 3:37 pm
by wildspidee
That did the trick! I've got a triangle.

Thank you Andrew.