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 2022/03/27 17:02:25 UTC

[GitHub] [camel-k] astefanutti opened a new issue #3134: Makefile does not work on Windows

astefanutti opened a new issue #3134:
URL: https://github.com/apache/camel-k/issues/3134


   The documentation on how to build the project does not work on Windows.
   
   The problem is that the symlink at the project root does not work, and calling the Makefile from the `script` directory does not work either, because a lot of paths are not relative to the Makefile location.
   
   The paths must be made relative to the Makefile location, and the documentation should be amended for Windows.


-- 
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-k] astefanutti commented on issue #3134: Makefile does not work on Windows

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #3134:
URL: https://github.com/apache/camel-k/issues/3134#issuecomment-1079978823


   @SubhasmitaSw great, assigned :)


-- 
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-k] SubhasmitaSw edited a comment on issue #3134: Makefile does not work on Windows

Posted by GitBox <gi...@apache.org>.
SubhasmitaSw edited a comment on issue #3134:
URL: https://github.com/apache/camel-k/issues/3134#issuecomment-1079978115


   @astefanutti could you please assign this to me, I'd start working on it. Thanks!


-- 
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-k] SubhasmitaSw commented on issue #3134: Makefile does not work on Windows

Posted by GitBox <gi...@apache.org>.
SubhasmitaSw commented on issue #3134:
URL: https://github.com/apache/camel-k/issues/3134#issuecomment-1079978115


   @astefanutti could you please assign this to me, I'd start working on it. 


-- 
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-k] astefanutti commented on issue #3134: Makefile does not work on Windows

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #3134:
URL: https://github.com/apache/camel-k/issues/3134#issuecomment-1079977703


   @SubhasmitaSw I can see two possible work-around that I'd like to be confirmed:
   * Copy the `script/Makefile` into the project root directory and try to run from there
   * Overwrite the Makefile symlink at the project root directory with one created by `mklink`: https://docs.microsoft.com/fr-fr/windows-server/administration/windows-commands/mklink
   
   Another option would be to run the commands from the `script` directory, but that requires to make all the paths relative to the location of the Makefile, which may not be straightfoward: https://stackoverflow.com/questions/18136918/how-to-get-current-relative-directory-of-your-makefile 


-- 
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-k] SubhasmitaSw commented on issue #3134: Makefile does not work on Windows

Posted by GitBox <gi...@apache.org>.
SubhasmitaSw commented on issue #3134:
URL: https://github.com/apache/camel-k/issues/3134#issuecomment-1079972861


   I was experiencing the same issue and looking for solutions; I'd want to address this because my primary development environment is on a Windows PC. 
   @astefanutti, could you kindly offer a brief description of the prospective solution you want, as well as any references?


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