IVCTool / IVCT_Framework

For IVCT Framework Developers. Core System for the IVCT (Integration, Verification and Certification Tool) for HLA Federates
Apache License 2.0
16 stars 4 forks source link

Building the IEEE1516 module with OpenJDK 8+ provides errors when generating Javadoc #63

Closed PHameete closed 7 years ago

PHameete commented 7 years ago

Building the IEEE1516 module using 'gradlew install' and OpenJDK 8 or higher results in the following errors when generating the Javadoc:

/usr/local/IVCT_Framework/IEEE1516e/src/main/java/hla/rti1516e/encoding/ByteWrapper.java:144: error: unknown tag: noinsp ection

rhzg commented 7 years ago

The IEEE module is contains the API files from the standard. I guess to solve that issue we need to wait for the next iteration of the HLA standard (LHA 4.0 is in preparation)

PHameete commented 7 years ago

Thanks! Do you know if there's a place where I can inform the developers of the standard of this so they may be able to include it in the next release?

Fortuntaly, this does not break the build by the way because you configured Javadoc errors not to cause failure :-). Perhaps we can add a gradle command to build a distribution without src and javadoc as that won't be needed for some environments.

rhzg commented 7 years ago

I guess Tom van den Berg tom.vandenberg@tno.nlmailto:tom.vandenberg@tno.nl would be a good point of contact for you to talk about HLA standard issues.

Von: PHameete [mailto:notifications@github.com] Gesendet: Montag, 12. Juni 2017 11:55 An: MSG134/IVCT_Framework IVCT_Framework@noreply.github.com Cc: Herzog, Reinhard reinhard.herzog@iosb.fraunhofer.de; Comment comment@noreply.github.com Betreff: Re: [MSG134/IVCT_Framework] Building the IEEE1516 module with OpenJDK 8+ provides errors when generating Javadoc (#63)

Thanks! Do you know if there's a place where I can inform the developers of the standard of this so they may be able to include it in the next release?

Fortuntaly, this does not break the build by the way because you configured Javadoc errors not to cause failure :-). Perhaps we can add a gradle command to build a distribution without src and javadoc as that won't be needed for some environments.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MSG134/IVCT_Framework/issues/63#issuecomment-307743760, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AB8GGwOcXV-mN2nD6L3KH5evk62dbE9Rks5sDQsCgaJpZM4N1PYZ.

rhzg commented 7 years ago

This issue will need to be considered along with the next HLA standard release.