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

Hi Naresh,

Unfortunately no. As it is now, you need to run this command using Eclipse (which cannot be executed from a single jar).

Bwt, this will change when we implement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=162445

Cheers,
Marcelo

Naresh wrote:
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