AdamBien / lightfish

Payara / GlassFish Monitoring Utility
121 stars 41 forks source link

installation guide requires an update #25

Closed simonjenga closed 8 years ago

simonjenga commented 10 years ago

I checked out the project and when i was trying to build it from the multi-light folder, it fails. This is because some modules require JDK 1.7 while other modules require JDK 1.8. However this has not been mentioned in the Installation: guide/ which only mentions steps 1) , 2) and 3)

./multilight>mvn clean install

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile)
on project lightview: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] javac: invalid target release: 1.8
AdamBien commented 8 years ago

Installation description fixed