-
Notifications
You must be signed in to change notification settings - Fork 20
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
Git > Export All does not export updated cls files after importing new project.xml from Studio #30
Comments
Hi aedahh. Do you have "compile classes" checked when importing project.xml? If yes, then automatic export of updated classes should work |
Hello adptun, What is interesting is when do Edit > Search in file for known string in updated project.xml, Studio does show the result in both .cls and .int file, but when double-click on search result .cls file is opened but no update. If open .int file then I do see updated code. Okay: here is what I am seeing when I do Tools > Import Local Output window say file is not newer than on-disk version, skipping export, but this is not true! The content of myclass.CLS inside the project.xml is actually newer and have few characters changed. Very frustrating... any suggestions so that I can get the updated code to show up in the .cls file? Thanks |
Okay, so I was able to get plugin to export new cls files imported from project.xml Still would like to know how is the plugin comparing to decide if file is newer or not? Thanks |
Hello,
I am having this issue with Export All.
My workflow is as follow:
Here is where issue is, only project.xml is listed as changed files, no other cls files that got updated from the project.xml import are listed.
I am using Studio 2015.1
Does anyone have a workaround to force Export All after doing a Import Local?
Thanks!
The text was updated successfully, but these errors were encountered: