-
Notifications
You must be signed in to change notification settings - Fork 251
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
outFolder does not allow publishing/debugging when configured #7676
Comments
I am using latest Prerelease (14) and at the moment the behaviour is: Few days ago this still worked fine. Commenting out the outFolder setting and debug session starts but .app is put in root. |
Just connecting to #7536 - it was closed as solved but it has never worked correctly. |
We've fixed a bug related to this recently, so I think this will be addressed in the next pre-release. It should be in version 14.0.965742 or later. |
No this is not fixed. I am still getting "Error: File .....app does not exist." When |
Hi, I do get similar issue but with another relative path. the folder structure looks like this.
Workspace file:
Everything compiles and I can download the symbols to this relative build path, but I cant publish the apps :-( all I get is Error: File ..\builds\App1.app does not exists. |
yes I have a similar projectstructure within a workspace |
Hi, I have just tried to reproduce the issue with the same setup as thellMa wrote, and the command "Publish with debugging" worked just fine. Can you try again with the latest preview version? |
This is sort of old and the current state is that it works - mostly. But, for example, there is a weird issue I entered in #7940. |
Seems to work fine now with pre-release version, @thpeder @RadoArvay release version. 14.2.1249978 does not work, get the below error message when building an app in the same workspace as another, with workspace config:
|
@thellMa strange, because we build apps with released AL version regularly and there is no error (except that mentioned one) |
@RadoArvay think I found my issue here.
Common App + Common App2 do have thier own GIT repos, and because of that we want to have the Test-App together, so each Customer project (solution) do contains one or several git submodules. together with the normal Customer's app. The Solution is then combined with folders and children folders.
The situation will occure with the apps where we have pointed out an path to a child folder. In eg. Common App and Common App2. I never tested this out this behavior with the pre-release version, because it "worked" with the customer App. Strange thing is that the compiler is doing a correct job and placing the app files in the "correct" build folder, however the publish and debug process does not find them. |
I'll close this issue, and let the discussion continue on the other issue. |
@thpeder Why close it down?, it is still a bug and now easier to get fixed when the issue is found why. |
Please include the following with each issue:
1. Describe the bug
The following setting stops working from time to time and the app file is put in root again:
2. To Reproduce
Steps to reproduce the behavior:
Cant reproduce it happens suddenly.
5. Versions:
Internal work item: AB#548299
The text was updated successfully, but these errors were encountered: