Hello, Did you run 'ant ptolemy' before running 'ant run-dev'? You might try this:
ant full-clean ant ptolemy ant buildkarlib ant run-dev Make sure both your kepler and ptII repositories are up to date. Let me know if you're still getting the error. chad Siddeswara Guru wrote: > Hello All, > I am trying to run a new actor and following the tutorial from > http://www.kepler-project.org/Wiki.jsp?page=KeplerDevelopersTutorial. > When I try to run by "ant run-dev" I am getting an error > ptolemy.kernel.util.IllegalActionException: Cannot find class: > ptolemy.kernal.ComponentEntity > Because: > -- no protocol: ptolemy/kernal/ComponentEntity.moml > -- XML file not found relative to classpath. > -- /home/gur028/kepler/ptolemy/kernal/ComponentEntity.moml > /home/gur028/kepler/ptolemy/kernal/ComponentEntity.moml (No such file or > directory) > > How to create protocol ptolemy/kernal/ComponentEntity.moml. ptolemy directory > is missing from the kepler directory. > I compiled kepler from source. ptolemy is located in another directory. Any > help is greatly appreciated. > > regards > S.M.Guru >

