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

build.xml copy-generated-source-to-opendis7-java target adds to scr-generated folder files that are not generated by JavaGenerator #7

Closed
mimmi-matalamaki-insta-fi opened this issue Sep 26, 2023 · 1 comment
Assignees

Comments

@mimmi-matalamaki-insta-fi
Copy link
Contributor

target name="copy-generated-source-to-opendis7-java" copies files to dir="${opendis7-java}/src-generated" that are not generated by JavaGenerator.java and are not found on opendis7-source-generator project src-generated folder. (opendis7-source-generator projects' src-generated folder contains only files generated by JavaGenerator.java.)
-> Confusing moments for developers.

Solutions idea: a new ant target to opendis7-source-generator projects' build.xml for copying files from src-specialcase folder to folder that has the same name in opendis7-java project.

@brutzman
Copy link
Contributor

brutzman commented Sep 26, 2023

Thanks for comment. In general, sources that exist in the src-specialcase directory are those that otherwise are not correctly autogenerated. Over time, hopefully, this set of files will get produced correctly and then special cases will no longer be necessary.

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

3 participants