cancel
Showing results for 
Search instead for 
Did you mean: 

Generating .Net code rather than java code from the package in SUP

Former Member
0 Kudos

Hi,

Is it possible to generate .net code from the package.

1. We have done a model in DOE.

2. We have created a ESDMA with default projection.

3. We have download ESDMA Bundel then we have sucessfully deployed in DOE connector. Now we are able see the deployed package in SCC

4.Is it possible to ganerate the .net code rather than the java code.

Can someone help me regarding this

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What is the mobile application platform that you are planning to develop?

Former Member
0 Kudos

It is for windows mobile

sivasatyaprasad_yerra
Active Contributor
0 Kudos

How are you using command line?

Is it:

codegen <ESDMA directory>\META-INF\sup-db.xml u2013cs -sqlite -mbs -client -log:co -output <ESDMA directory>

Regards,

Siva.

Edited by: Siva Satya Prasad Yerra on Jul 28, 2011 9:44 AM

Former Member
0 Kudos

Hi swetha,

If you are following the application modelling process document, do not copy paste the codegen command in command prompt:

-cs -sqlite -mbs -client -log:co -output

as here there is a minus sign before cs instead of a hyphen. Instead, manually type the command. This command -cs with a minus is not read by codegen and therefore it generates the default java files.

Regards,

Sankeerthana