Re: [gwt-contrib] Re: Compiling gwt on Mac ?

2023-03-22 Thread David Nouls
I managed to find a jdk 8 for my system and the build works. Thanks for the 
quick response.
On 22 Mar 2023 at 13:23 +0100, Colin Alworth , wrote:
> That patch is delayed since it turns out there are some tests that rely on 
> specific behavior from the JVM - a few JPMS violations in legacy dev mode, 
> and apparently Annotation.toString() changed slightly breaking a few other 
> tests. I think it is just about ready, but each round of testing takes a few 
> hours, so it is hard to get it done in one sitting.
>
> But it will produce working output, including docs, if you want to use it to 
> build a GWT SDK locally.
>
> > On Wednesday, March 22, 2023 at 4:25:48 AM UTC-5 Jens wrote:
> > > Doctool hasn't been updated yet, see: 
> > > https://github.com/gwtproject/gwt/pull/9780
> > >
> > > You can install Java 8 for Mac x86 using 
> > > https://adoptium.net/de/temurin/releases/?version=8
> > >
> > > If you use a Mac with Apple Silicon and don't want to install Rosetta 2 
> > > you would need to install Java 8 from a different vendor, e.g. Azul Zulu 
> > > or Amazon Corretto 8 (also available via brew.sh). Or you make/use a 
> > > Docker image with Java 8 + ANT (+ Maven if you want to push the build to 
> > > a corporate repository), mount the GWT SDK + Tools repositories and 
> > > compile inside the container.
> > >
> > > -- J.
> > >
> > > > stuckagain schrieb am Mittwoch, 22. März 2023 um 09:21:42 UTC+1:
> > > > > Is it possible to compile GWT on a Mac ? Is it mandatory to use Java 
> > > > > 8, that version is no longer available.
> > > > >
> > > > > I have Java 11 installed, but I get the following error:
> > > > >
> > > > >
> > > > > compile:
> > > > >     [mkdir] Created dir: 
> > > > > /Users/me/Projects/gwt/build/out/build_tools/doctool/bin
> > > > >     [javac] Compiling 10 source files to 
> > > > > /Users/me/Projects/gwt/build/out/build_tools/doctool/bin
> > > > >     [javac] -Xbootclasspath/p is no longer a supported option.
> > > > >     [javac] Error: Could not create the Java Virtual Machine.
> > > > >     [javac] Error: A fatal exception has occurred. Program will exit.
> > > > >
> > > > >
> --
> You received this message because you are subscribed to the Google Groups 
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/a72e40cb-8dd4-4e20-be09-5739020c8c55n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/2592d5d2-2c3b-4e6b-b42c-f9c72846ed06%40Spark.


[gwt-contrib] Re: Compiling gwt on Mac ?

2023-03-22 Thread Colin Alworth
That patch is delayed since it turns out there are some tests that rely on 
specific behavior from the JVM - a few JPMS violations in legacy dev mode, 
and apparently Annotation.toString() changed slightly breaking a few other 
tests. I think it is just about ready, but each round of testing takes a 
few hours, so it is hard to get it done in one sitting.

But it will produce working output, including docs, if you want to use it 
to build a GWT SDK locally.

On Wednesday, March 22, 2023 at 4:25:48 AM UTC-5 Jens wrote:

> Doctool hasn't been updated yet, see: 
> https://github.com/gwtproject/gwt/pull/9780
>
> You can install Java 8 for Mac x86 using 
> https://adoptium.net/de/temurin/releases/?version=8 
>
> If you use a Mac with Apple Silicon and don't want to install Rosetta 2 
> you would need to install Java 8 from a different vendor, e.g. Azul Zulu or 
> Amazon Corretto 8 (also available via brew.sh). Or you make/use a Docker 
> image with Java 8 + ANT (+ Maven if you want to push the build to a 
> corporate repository), mount the GWT SDK + Tools repositories and compile 
> inside the container.
>
> -- J.
>
> stuckagain schrieb am Mittwoch, 22. März 2023 um 09:21:42 UTC+1:
>
>> Is it possible to compile GWT on a Mac ? Is it mandatory to use Java 8, 
>> that version is no longer available.
>>
>> I have Java 11 installed, but I get the following error:
>>
>>
>>
>> compile:
>>
>> [mkdir] Created dir: 
>> /Users/me/Projects/gwt/build/out/build_tools/doctool/bin
>>
>> [javac] Compiling 10 source files to 
>> /Users/me/Projects/gwt/build/out/build_tools/doctool/bin
>>
>> [javac] -Xbootclasspath/p is no longer a supported option.
>>
>> [javac] Error: Could not create the Java Virtual Machine.
>>
>> [javac] Error: A fatal exception has occurred. Program will exit.
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/a72e40cb-8dd4-4e20-be09-5739020c8c55n%40googlegroups.com.


[gwt-contrib] Re: Compiling gwt on Mac ?

2023-03-22 Thread Jens
Doctool hasn't been updated yet, 
see: https://github.com/gwtproject/gwt/pull/9780

You can install Java 8 for Mac x86 
using https://adoptium.net/de/temurin/releases/?version=8 

If you use a Mac with Apple Silicon and don't want to install Rosetta 2 you 
would need to install Java 8 from a different vendor, e.g. Azul Zulu or 
Amazon Corretto 8 (also available via brew.sh). Or you make/use a Docker 
image with Java 8 + ANT (+ Maven if you want to push the build to a 
corporate repository), mount the GWT SDK + Tools repositories and compile 
inside the container.

-- J.

stuckagain schrieb am Mittwoch, 22. März 2023 um 09:21:42 UTC+1:

> Is it possible to compile GWT on a Mac ? Is it mandatory to use Java 8, 
> that version is no longer available.
>
> I have Java 11 installed, but I get the following error:
>
>
>
> compile:
>
> [mkdir] Created dir: 
> /Users/me/Projects/gwt/build/out/build_tools/doctool/bin
>
> [javac] Compiling 10 source files to 
> /Users/me/Projects/gwt/build/out/build_tools/doctool/bin
>
> [javac] -Xbootclasspath/p is no longer a supported option.
>
> [javac] Error: Could not create the Java Virtual Machine.
>
> [javac] Error: A fatal exception has occurred. Program will exit.
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/970b7bd7-a88f-41a4-8295-373a4118f083n%40googlegroups.com.


[gwt-contrib] Compiling gwt on Mac ?

2023-03-22 Thread stuckagain
Is it possible to compile GWT on a Mac ? Is it mandatory to use Java 8, 
that version is no longer available.

I have Java 11 installed, but I get the following error:



compile:

[mkdir] Created dir: 
/Users/me/Projects/gwt/build/out/build_tools/doctool/bin

[javac] Compiling 10 source files to 
/Users/me/Projects/gwt/build/out/build_tools/doctool/bin

[javac] -Xbootclasspath/p is no longer a supported option.

[javac] Error: Could not create the Java Virtual Machine.

[javac] Error: A fatal exception has occurred. Program will exit.



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/ff9ba0b1-4d3f-4271-aa46-a7d2fe9ad1f9n%40googlegroups.com.