Joe,
So here I am in the bright light of the morning
No luck with the software I'm afraid. I got the following message from Maven about the lack of a compiler. I loaded the JDK version of Java, deleted and reloaded the vanilla one but nothing's changed. I read the Maven help file referenced later in the error report (not shown here) but didn't get anything I could see how to action from it.
Unless there's an obvious way forward I'm going to wait until you produce the more easily installed package.
-
This has been a very interesting thread to follow, plenty of new knowledge about the use of lasers and taught wires learned. I need to build a more solid base for my machine than the reinforced office table it sits on at present and that will be the time for some minor mods and reworking aimed at improving the accuracy.
Kit
_
c:\cnc\github\laserlevel>mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< webcam-apps:laserlevel >-----------------------
[INFO] Building laserlevel 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ laserlevel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory c:\cnc\github\laserlevel\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ laserlevel ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to c:\cnc\github\laserlevel\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?