Hi all,<div><br></div><div>we have developped a new actor following the tutorial:</div><div><a href="https://kepler-project.org/developers/teams/build/documentation/developing-a-hello-world-actor-using-the-kepler-build-system-and-eclipse">https://kepler-project.org/developers/teams/build/documentation/developing-a-hello-world-actor-using-the-kepler-build-system-and-eclipse</a></div>
<div><br></div><div>But when we make:</div><div>ant change-to -Dsuite=newActor or hello-world</div><div>ant run</div><div><br></div><div>Kepler is ok, we can instantiate our new component and it runs, but</div><div>we loose our provenance and reporting configuration.</div>
<div>How can we execute the workflow that contains the newActor with -Dsuite=reporting ?</div><div><br></div><div><br></div><div>Now we have this error:</div><div><br></div><div><div>    [null] Kepler Initializing...</div>
<div>     [null] MC 17:56:08,533: [ERROR]: XML element "entity" triggers exception. in <a href="http://ptolemy.eecs.berkeley.edu/xml/dtd/MoML_1.dtd">http://ptolemy.eecs.berkeley.edu/xml/dtd/MoML_1.dtd</a> at line 76 and column 50</div>
<div>     [null] Caused by:</div><div>     [null]  ptolemy.kernel.util.IllegalActionException: Cannot find class: org.customActors.NewActor</div><div>     [null] Because:</div><div>     [null] -- no protocol: org/perlscript/NewActor.xml</div>
<div>     [null] -- XML file not found relative to classpath.</div><div>     [null] -- /Users/albert/KeplerData/kepler.modules/org/perlscript/NewActor.xml</div><div>     [null] /Users/albert/KeplerData/kepler.modules/org/perlscript/NewActor.xml (No such file or directory)</div>
<div>     [null]  in <a href="http://ptolemy.eecs.berkeley.edu/xml/dtd/MoML_1.dtd">http://ptolemy.eecs.berkeley.edu/xml/dtd/MoML_1.dtd</a> at line 76 and column 50 [org.kepler.objectmanager.ActorMetadata]</div><div>     [null] Command failed</div>
</div><div><br></div><div>Any idea about how to use our new component with reporting suite or how to execute it by command line?</div><div>Thanks a lot!</div><div><br></div><div>--albert</div>