[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Using Rose2GenModel command

I am trying to use Rose2GenModel command to generate ECore models out of Rose models.

The command I am using is as follows:

java -cp C:\eclipse31\startup.jar; org.eclipse.core.launcher.Main -application org.eclipse.emf.importer.rose.Rose2GenModel ....

This command requires eclipse to be installed on the machine as it requires 'plugins' folder and 'configuration' folder of eclipse installation.

Is there a way to have the required eclipse dependencies (of the command Rose2GenModel) packaged in a Jar file?

Basically, I want to use Rose2GenModel command without having eclipse installed and instead have the required dependencies in a jar file.

Thanks a lot.

Regards,
Naresh