-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sync DIS2012.xml and DIS7.xml #21
Comments
To avoid this, there should be only one source for these files. |
Is it possible to make xmlpg generate some kind of time stamp with the git commit for the file used to generate the code? |
@kurtsansom it probably could, that would help identify what was used to generate the code. If this would be useful to you feel free to submit a pull request. |
I would be happy to make some changes. I am not sure where to start. I was able to build, and generate c++, but beyond that my java skills are mediocre. |
@kurtsansom ok, I'd recommend installing Apache Netbeans for your IDE, file open the root folder with the pom.xml. Accessing the Git sha1 in Java looks like it could be done by adding the maven git commit id plugin to the project and then reading in the properties file it generates. |
The file in this repo,
xmlpg/DIS2012.xml
and the one over inDISDescription/DIS7.xml
differ slightly. They should be the same.https://github.com/open-dis/xmlpg/blob/master/DIS2012.xml
https://github.com/open-dis/DISDescription/blob/master/DIS7.xml
It looks to me like different fixes have gone into both so a careful merge of the two should be considered.
The text was updated successfully, but these errors were encountered: