[Lucee] Building Lucee with different Java Versions

This was meant to go to the list - can Geoff or whoever controls the Google Group please change the default reply to be group not poster like it was for the Railo group?On Feb 2, 2015, at 9:44 AM, Sean Corfield <@Sean_Corfield> wrote:

On Feb 2, 2015, at 2:37 AM, Michael Offner <@Michael_Offner> wrote:

The build process already works with Java 6 (default) and 7, i will now look into the problems with Java 8.

I can verify that with JAVA_HOME pointing to JDK 7 on Mac OS X Yosemite, Lucee builds flawlessly!

It was changed earlier today and is working now.On Mon, Feb 2, 2015 at 6:48 PM, Sean Corfield <@Sean_Corfield> wrote:

This was meant to go to the list - can Geoff or whoever controls the
Google Group please change the default reply to be group not poster
like it was for the Railo group?

On Feb 2, 2015, at 9:44 AM, Sean Corfield <@Sean_Corfield> wrote:

On Feb 2, 2015, at 2:37 AM, Michael Offner <@Michael_Offner> wrote:

The build process already works with Java 6 (default) and 7, i will now
look into the problems with Java 8.

I can verify that with JAVA_HOME pointing to JDK 7 on Mac OS X Yosemite,
Lucee builds flawlessly!


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/78B1BDE6-0713-43D0-8ABA-C19B6124E43F%40corfield.org
.
For more options, visit https://groups.google.com/d/optout.

Yup. Thank you.

Happened between me hitting reply on Micha’s post and hitting reply on the next thing - much appreciated!

Sean Corfield – (904) 302-SEAN
An Architect’s View – http://corfield.org/

“Perfection is the enemy of the good.”
– Gustave Flaubert, French realist novelist (1821-1880)On Feb 2, 2015, at 9:50 AM, Matt Quackenbush <@Matt_Quackenbush> wrote:

That was addressed / fixed earlier this morning.

about “reply to”:
this is already happening, this was an older post made before the setting
changed

about java 8:
we could solve most of the problems with java 8 and the build process,
there is only a single problem left, java 8 has added a new method called
“sort(Comparator c)” to the List interface (
List (Java Platform SE 8 ))
that now conflicts with our Array interface. Problem here is to find a
solution that works for people only update in Admin without changing the
lucee.jar then the interface in question is in the lucee.jar.

MichaOn Mon, Feb 2, 2015 at 6:48 PM, Sean Corfield <@Sean_Corfield> wrote:

This was meant to go to the list - can Geoff or whoever controls the
Google Group please change the default reply to be group not poster
like it was for the Railo group?

On Feb 2, 2015, at 9:44 AM, Sean Corfield <@Sean_Corfield> wrote:

On Feb 2, 2015, at 2:37 AM, Michael Offner <@Michael_Offner> wrote:

The build process already works with Java 6 (default) and 7, i will now
look into the problems with Java 8.

I can verify that with JAVA_HOME pointing to JDK 7 on Mac OS X Yosemite,
Lucee builds flawlessly!


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/78B1BDE6-0713-43D0-8ABA-C19B6124E43F%40corfield.org
.
For more options, visit https://groups.google.com/d/optout.

That was addressed / fixed earlier this morning.On Mon, Feb 2, 2015 at 11:48 AM, Sean Corfield <@Sean_Corfield> wrote:

This was meant to go to the list - can Geoff or whoever controls the
Google Group please change the default reply to be group not poster
like it was for the Railo group?

On Feb 2, 2015, at 9:44 AM, Sean Corfield <@Sean_Corfield> wrote:

On Feb 2, 2015, at 2:37 AM, Michael Offner <@Michael_Offner> wrote:

The build process already works with Java 6 (default) and 7, i will now
look into the problems with Java 8.

I can verify that with JAVA_HOME pointing to JDK 7 on Mac OS X Yosemite,
Lucee builds flawlessly!


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/78B1BDE6-0713-43D0-8ABA-C19B6124E43F%40corfield.org
.
For more options, visit https://groups.google.com/d/optout.

I see Nguyen has made Lucee build with Java 8 now:

Thank you!!

I confirmed that master now builds flawlessly on Java 8 (on Mac OS X).

Very impressed at how slick the build process is now (compared to Railo!).

SeanOn Monday, February 2, 2015 at 10:05:49 AM UTC-8, Micha wrote:

about “reply to”:
this is already happening, this was an older post made before the setting
changed

about java 8:
we could solve most of the problems with java 8 and the build process,
there is only a single problem left, java 8 has added a new method called
“sort(Comparator c)” to the List interface (
List (Java Platform SE 8 ))
that now conflicts with our Array interface. Problem here is to find a
solution that works for people only update in Admin without changing the
lucee.jar then the interface in question is in the lucee.jar.

Micha

On Mon, Feb 2, 2015 at 6:48 PM, Sean Corfield <se...@corfield.org <javascript:>> wrote:

This was meant to go to the list - can Geoff or whoever controls the
Google Group please change the default reply to be group not poster
like it was for the Railo group?

On Feb 2, 2015, at 9:44 AM, Sean Corfield <se...@corfield.org <javascript:>> wrote:

On Feb 2, 2015, at 2:37 AM, Michael Offner <mic...@lucee.org <javascript:>> wrote:

The build process already works with Java 6 (default) and 7, i will
now look into the problems with Java 8.

I can verify that with JAVA_HOME pointing to JDK 7 on Mac OS X
Yosemite, Lucee builds flawlessly!


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+un...@googlegroups.com <javascript:>.
To post to this group, send email to lu...@googlegroups.com <javascript:>
.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/78B1BDE6-0713-43D0-8ABA-C19B6124E43F%40corfield.org
.
For more options, visit https://groups.google.com/d/optout.