-
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
Version 3.32-02 candidate #998
Conversation
ARM Translator
…atting restored.
…gList method renamed
Solved conflicts: - src/lu/fisch/structorizer/gui/Diagram.java - src/lu/fisch/structorizer/gui/changelog.txt
… export options
Solved conflicts in src/lu/fisch/structorizer/generators/ArmGenerator.java
(Solved conflicts in src/lu/fisch/structorizer/gui/changelog.txt)
Resolved conflicts: - buildapp.xml - src/lu/fisch/structorizer/elements/Element.java - src/lu/fisch/structorizer/gui/Diagram.java - src/lu/fisch/structorizer/gui/Menu.java - src/lu/fisch/structorizer/gui/changelog.txt - src/lu/fisch/structorizer/gui/generators.xml
Resolved conflicts: - src/lu/fisch/structorizer/elements/Jump.java - src/lu/fisch/structorizer/generators/Generator.java - src/lu/fisch/structorizer/gui/changelog.txt
Compiling does no longer copy dependent libs ... so everything is broken. I need to fix my build-script ... |
Okay, seams to work for now at least on Windows. |
I think I see where the problem was: Two configuration changes by Alessandro Simonetta in the private.* files of the netbeans configuration slipped through unnoticed, because I don't use netbeans. I am really sorry. This prevented the copying of the build.xml and bildapp.xml and modified lib path references... |
Also have a look to the .gitignore file and the project.properties. It might e.g. be wrong and dangerous that the /dist path was added to .gitignore - at least if it contains your distribution code. |
The dist folder only contains the files generated by NetBeans. My files reside in some other secret place ;-) |
A wise decision, obviously 😁 |
Some unwanted changes in the private netbeans configuration as inadvertently merged in with pull request fesch#998 reverted.
Enhancements
Bugfixes
Important: Please rebuild the Structorizer.exe wrapper for Windows to be delivered in the zip download (for Windows and Linux) with the newest version of Launch4J (3.14) and the updated configuration windows_wrapper.xml here in the project. It will overcome the hassle reported in #988.