You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2023/01/17 19:49:50 UTC

[GitHub] [camel-karavan] hguerrero opened a new issue, #619: Karavan: Generate REST API fails for OpenAPI specs with spaces in the file name

hguerrero opened a new issue, #619:
URL: https://github.com/apache/camel-karavan/issues/619

   Considering the file `Product API.json` (notice the space between the words), when trying to generate an Integration using the specification on that file, there is an error:
   
   ```
   Unmatched arguments from index 4: 'Catalog', 'API.json' Usage: camel generate rest [-hr] -i=<input> [-o=<output>] [-t=<type>] Generate REST DSL source code from OpenApi specification -h, --help Display the help and sub-commands -i, --input=<input> OpenApi specification file name -o, --output=<output> Output REST DSL file name -r, --routes Generate routes (YAML) -t, --type=<type> REST DSL type (YAML or XML)
   ```
   
   If the file name gets the spaces removed it works correctly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin closed issue #619: Karavan: Generate REST API fails for OpenAPI specs with spaces in the file name

Posted by GitBox <gi...@apache.org>.
mgubaidullin closed issue #619: Karavan: Generate REST API fails for OpenAPI specs with spaces in the file name
URL: https://github.com/apache/camel-karavan/issues/619


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org