You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "ammachado (via GitHub)" <gi...@apache.org> on 2024/03/14 21:48:27 UTC

[PR] [CAMEL-20512] Add full path for camel jbang process if using Windows [camel]

ammachado opened a new pull request, #13494:
URL: https://github.com/apache/camel/pull/13494

   # Description
   Add full path of `camel` script when Camel JBang is used on a Windows machine.
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it).
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful subject line and body.
   
   - [x] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes
   


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


Re: [PR] [CAMEL-20512] Add full path for camel jbang process if using Windows [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #13494:
URL: https://github.com/apache/camel/pull/13494#issuecomment-1999034740

   Thanks there may be a few other places where we do this in `Run` and also in `Debug`, and `Log` and `Trace` commands. Can you take a look if you can find those places and do the same windows fix too.


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


Re: [PR] [CAMEL-20512] Add full path for camel jbang process if using Windows [camel]

Posted by "ammachado (via GitHub)" <gi...@apache.org>.
ammachado commented on PR #13494:
URL: https://github.com/apache/camel/pull/13494#issuecomment-1999954808

   `camel log` and `camel trace` are not starting processes, they're reading output files from running processes.


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


Re: [PR] [CAMEL-20512] Add full path for camel jbang process if using Windows [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus merged PR #13494:
URL: https://github.com/apache/camel/pull/13494


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


Re: [PR] [CAMEL-20512] Add full path for camel jbang process if using Windows [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus commented on PR #13494:
URL: https://github.com/apache/camel/pull/13494#issuecomment-2002956722

   @ammachado did you try if this PR fixes `camel log` as well
   https://issues.apache.org/jira/browse/CAMEL-20526
   
   


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