1

eclipse error I was trying to do eclipse headless build (build rule app) from the command prompt with the below code.

plugin- (ilog.rules.studio.automation.builder)

Plugin came with odm instalation files.

I am seeing an error in cmd that -perspectiv is not a valid option. Importing a list of projects into a workspace applies an extension model and builds them to generate ruleset archives.

eclipsec -application ilog.rules.studio.automation.builder -noSplash -nl en_US -importPath "C:\Ashaspace\tutorial\Miniloan\miniloan-xom;C:\Ashaspace\tutorial\Miniloan\MiniloanService" MiniloanService?MiniloanServiceOperation -cleanBuild -buildOptions BUILD_CHECK_IRL MiniloanService

I am following steps from ibm-odm knowledge center

Can anyone help me what is this error and how to fix it?

4

1 回答 1

1
-perspective
ilog.rules.studio.ui.perspectives.RuleEditingPerspective

从 eclipse.ini 文件中删除这一行将有助于解决问题。

于 2019-08-01T12:53:56.563 回答