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

adjusted the pom so that the project: a) compiles with maven, b) compiles with Java8 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

locked-fg
Copy link

Hi,

I just checked out the examples and found, that they were not compiling as they referenced classes that were only presnt in the encog-core 3.4.0-SNAPSHOTS artifacts.

When I built and installed encog-core 3.4.0-SNAPSHOTS artifacts, the javadoc creation failed as java 8 is more strict in parsing as it was in Java 7 ( http://www.locked.de/2015/04/05/how-to-ignore-maven-javadoc-errors-in-java-8/ ). So - in order to just compile and use the code - I also added the param to not check for such errors (yes, the correct way would be to correct all javadocs - but please forgive me that I chose the easy path as I just wanted to get the code up and runngin ;-)).

Well - Maybe someone else runs into the same problems, so I thought to just give back the changes.
Hoping to get merged.

Cheers and thanks for the great lib!

Franz Graf added 2 commits January 10, 2016 21:31
weakened Javadoc checker: Java8's javadoc throws erros otherwise
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant