Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on windows: cannot run executable found relative to current directory #1119

Open
i303419 opened this issue Jun 4, 2024 · 0 comments
Open

Comments

@i303419
Copy link

i303419 commented Jun 4, 2024

Do you want to request a feature or report a bug?

Please provide the following info:

  • MBT Version: 3.1
  • OS Version: Windows 11
  • If possible, provide a link to the project.

Steps to Reproduce:

  1. I tried on Build tool version 1.2.18 and this bug doesn't exist. But on the latest versions, when you try to build an MTA on windows with a custom command, it throws an error: "Error on windows: cannot run executable found relative to current directory "
  2. Should be reproducible on any project with a custom command.
  3. Sample below:

`_schema-version: "3.1"
ID: com.sap.bnac.lco.backsync

version: "0.1.0"

modules:

  • name: lco-backsync
    type: java
    path: lco-backsync
    build-parameters:
    builder: custom
    build-result: build/**/*.jar
    commands: [ 'buildMtar.bat' ]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant