You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "trickMin (via GitHub)" <gi...@apache.org> on 2023/04/24 06:53:10 UTC

[GitHub] [camel-karavan] trickMin opened a new issue, #745: Run or export integration failed on VS code (windows)

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

   I have create a integration on VS code, and I want to run(JBang run) or export integration but failed. Did I configure anything the wrong way? How can I solve this problem?
   
   - I operated from these buttons
   ![image](https://user-images.githubusercontent.com/59214333/233920512-db0e74ca-8360-4dff-8ab6-b95f549b7d8e.png)
   - JBANG run
   ![image](https://user-images.githubusercontent.com/59214333/233920143-09882d09-68ad-4dde-b1df-28ca8d6bdad9.png)
   - export
   ![image](https://user-images.githubusercontent.com/59214333/233920079-e636a634-547f-41e0-a0c5-3f3ed776d8d4.png)
   


-- 
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] davsclaus commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1519526968

   And what version of jbang do you use
   
       jbang -V


-- 
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


[GitHub] [camel-karavan] trickMin commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "trickMin (via GitHub)" <gi...@apache.org>.
trickMin commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1519541341

   
   
       
   
   
   
       
           
           Thanks! It works well by using following command!  I think it's a bug of windows VS code karavan plugin executing using no "" or '' .jbang -D'camel.jbang.version=3.20.3' ***@***.***/camel run *Orjbang -D"camel.jbang.version=3.20.3" ***@***.***/camel run *
           
           
               
           
       
            
           
               
                           ***@***.***
               
           
        
       
     
       ---- Replied Message ----
     
     
       
         
           
            From 
           
           
               Claus ***@***.***>
               
           
         
         
           
            Date 
           
           
           4/24/2023 15:23
           
         
         
           
            To 
           
           
            
             
               ***@***.***>
               
             
           
         
         
           
            Cc 
           
           
             
               ***@***.***>
               ,
             
             
               ***@***.***>
               
             
           
         
         
           
            Subject 
           
           
                 Re: [apache/camel-karavan] Run or export integration failed on VS code (windows) (Issue #745)
           
         
       
     
   
   Can you try to manually type in the terminal the -D with single quotes or double quotes
   jbang -D'camel.jbang.version=3.20.3' ***@***.***/camel run *
   
   Or
   jbang -D"camel.jbang.version=3.20.3" ***@***.***/camel run *
   
   
   —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>


-- 
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


[GitHub] [camel-karavan] trickMin commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "trickMin (via GitHub)" <gi...@apache.org>.
trickMin commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1519527431

   
   
       
   
   
   
       
           Actually I cannot remember, but I use command 'jbang version' and it's normally show '0.106.3' version, and also I can use jbang to run other Java class.
           
           
               
           
       
            
           
               
                           ***@***.***
               
           
        
       
     
       ---- Replied Message ----
     
     
       
         
           
            From 
           
           
               Claus ***@***.***>
               
           
         
         
           
            Date 
           
           
           4/24/2023 15:19
           
         
         
           
            To 
           
           
            
             
               ***@***.***>
               
             
           
         
         
           
            Cc 
           
           
             
               ***@***.***>
               ,
             
             
               ***@***.***>
               
             
           
         
         
           
            Subject 
           
           
                 Re: [apache/camel-karavan] Run or export integration failed on VS code (windows) (Issue #745)
           
         
       
     
   
   Have you installed jbang first?
   https://www.jbang.dev/
   
   —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>


-- 
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


[GitHub] [camel-karavan] davsclaus commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1519520520

   Have you installed jbang first?
   
   https://www.jbang.dev/


-- 
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


[GitHub] [camel-karavan] davsclaus commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1519523730

   Hmm that is weird as `-D` is an option. Wonder if there is some clunky on windows when the key has dots.


-- 
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


[GitHub] [camel-karavan] trickMin commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "trickMin (via GitHub)" <gi...@apache.org>.
trickMin commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1521082016

   Thanks! It works well by using following command!  
   
   `jbang -D'camel.jbang.version=3.20.3' camel@apache/camel run *` or `jbang -D"camel.jbang.version=3.20.3" camel@apache/camel run *`
   
   I think it's a bug of windows VS code Karavan plugin (powershell) executing using no "" or '' after `-D` option.


-- 
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


[GitHub] [camel-karavan] trickMin closed issue #745: Run or export integration failed on VS code (windows)

Posted by "trickMin (via GitHub)" <gi...@apache.org>.
trickMin closed issue #745: Run or export integration failed on VS code (windows)
URL: https://github.com/apache/camel-karavan/issues/745


-- 
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


[GitHub] [camel-karavan] davsclaus commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1520446895

   @trickMin its hard to read your responses via email.
   
   Do you mind typing/pasting the working command here on github as a comment


-- 
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


[GitHub] [camel-karavan] davsclaus commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1521130478

   Okay but I think @mgubaidullin should make karavan use single quotes on the command to make it work out of the box on windows. Or in general.


-- 
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


[GitHub] [camel-karavan] davsclaus commented on issue #745: Run or export integration failed on VS code (windows)

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on issue #745:
URL: https://github.com/apache/camel-karavan/issues/745#issuecomment-1519526314

   Can you try to manually type in the terminal the -D with single quotes or double quotes
   
       jbang -D'camel.jbang.version=3.20.3' camel@apache/camel run *
   
   Or
   
       jbang -D"camel.jbang.version=3.20.3" camel@apache/camel run *
   
   


-- 
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