Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » automate the Progress Corticon Deployment console process(automate the Progress Corticon Deployment console process)
automate the Progress Corticon Deployment console process [message #1707577] Mon, 07 September 2015 13:47
Jigesh Shah is currently offline Jigesh ShahFriend
Messages: 1
Registered: September 2015
Junior Member
I am trying to automate the Progress Corticon Deployment console process. Below is what I am trying to achieve

Open Progress Corticon Deployment Console
Add Vocabulary file and then
Angel select type as xml schema
Beer select xml messaging style as Heir
Coffee Click Generate Service Contracts.
It will generate a .xsd file



I have written the below C# code to invoke the Deployment Console.

static void Main(string[] args)
{
ProcessStartInfo startInfo = new ProcessStartInfo(@"C:\Program Files (x86)\Progress\Corticon 5.4\Server .NET\samples\bin\DeploymentConsole.exe");
Process.Start(startInfo);
}


However I want to pass the arguments i.e. the ecore file, type as xml schema and Messaging style as Heir which will generate the .xsd file.

Please let me know what code should I write so that corticon will receive the arguments and generate the .xsd file or some better where i can convert the .ecore to xsd.

Plz help this will solve my prob as we normal convert at 15 files daily which is a tedious process
Previous Topic:FileNotFoundException
Next Topic:EMF Validation ?Bug? in EGenericTypeImpl
Goto Forum:
  


Current Time: Fri Apr 19 04:46:07 GMT 2024

Powered by FUDForum. Page generated in 0.02492 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top