Hi everybody, What do you think about making the build process even more foolproof (e.g. by using the JDK under JAVA_HOME/bin?) Most of the build process uses the JDK under JAVA_HOME/bin, but later on (after some minutes of compilation on a not so fast machine) the javacc-stuf uses the JDK from the PATH.
In my case this once was another (older) JDK and the compilation failed. It took a lot of time for me to notice that my setup was wrong, because before thousands of files got compiled. Today a co-worker ran the run.bat from Branch_3_2 and did NOT set the JAVA_HOME variable. JBoss started fine, he could use the Port 8082 JMX management, but when using 8080/jmx-console it broke (no java compiler for the jsp was found). I consider this a incorrect setup, but many users would not expect JBoss starting up all mbeans without an exception and fail later on. Dont get me wrong: all of this were our own mistakes, I could only imagine JBoss giving a more precise message (or simply break earlier ;-) Comments anyone? Enjoy, Michael ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
