|
@@ -276,9 +276,9 @@ public:
|
|
{
|
|
{
|
|
puts("Usage:");
|
|
puts("Usage:");
|
|
puts("esdl xsd sourcePath serviceName [options]\n" );
|
|
puts("esdl xsd sourcePath serviceName [options]\n" );
|
|
- puts("\nsourcePath must be absolute path to the ESDL Definition file containing the" );
|
|
|
|
- puts("EsdlService definition for the service you want to work with.\n" );
|
|
|
|
- puts("serviceName EsdlService definition for the service you want to work with.\n" );
|
|
|
|
|
|
+ puts("\nsourcePath - Absolute path to the EXSDL Definition file ( XML generated from ECM )" );
|
|
|
|
+ puts(" which contains ESDL Service definition.\n" );
|
|
|
|
+ puts("serviceName - Name of ESDL Service defined in the given EXSDL file.\n" );
|
|
|
|
|
|
printOptions();
|
|
printOptions();
|
|
EsdlConvertCmd::usage();
|
|
EsdlConvertCmd::usage();
|
|
@@ -574,9 +574,9 @@ public:
|
|
{
|
|
{
|
|
puts("Usage:");
|
|
puts("Usage:");
|
|
puts("esdl wsdl sourcePath serviceName [options]\n" );
|
|
puts("esdl wsdl sourcePath serviceName [options]\n" );
|
|
- puts("\nsourcePath must be absolute path to the ESDL Definition file containing the" );
|
|
|
|
- puts("EsdlService definition for the service you want to work with.\n" );
|
|
|
|
- puts("serviceName EsdlService definition for the service you want to work with.\n" );
|
|
|
|
|
|
+ puts("\nsourcePath - Absolute path to the EXSDL Definition file ( XML generated from ECM )" );
|
|
|
|
+ puts(" which contains ESDL Service definition.\n" );
|
|
|
|
+ puts("serviceName - Name of ESDL Service defined in the given EXSDL file.\n" );
|
|
|
|
|
|
printOptions();
|
|
printOptions();
|
|
puts(" --wsdladdress Defines the output WSDL's location address\n");
|
|
puts(" --wsdladdress Defines the output WSDL's location address\n");
|
|
@@ -778,10 +778,11 @@ public:
|
|
virtual void usage()
|
|
virtual void usage()
|
|
{
|
|
{
|
|
puts("Usage:");
|
|
puts("Usage:");
|
|
- puts("esdl java sourcePath serviceName [options]" );
|
|
|
|
- puts("\nsourcePath must be absolute path to the ESDL Definition file containing the" );
|
|
|
|
- puts("EsdlService definition for the service you want to work with." );
|
|
|
|
- puts("serviceName EsdlService definition for the service you want to work with." );
|
|
|
|
|
|
+
|
|
|
|
+ puts("esdl java sourcePath serviceName [options]\n" );
|
|
|
|
+ puts("\nsourcePath - Absolute path to the EXSDL Definition file ( XML generated from ECM )" );
|
|
|
|
+ puts(" which contains ESDL Service definition.\n" );
|
|
|
|
+ puts("serviceName - Name of ESDL Service defined in the given EXSDL file.\n" );
|
|
|
|
|
|
printOptions();
|
|
printOptions();
|
|
EsdlConvertCmd::usage();
|
|
EsdlConvertCmd::usage();
|