Re: [gwt-contrib] CI / Jenkins configuration issue

2020-05-03 Thread Colin Alworth
The build is failing again, two days in a row, and since this is shortly 
after the jsinterop-annotation change, there is concern that this failure 
is a result of that change. Can a googler look into this, or grant us the 
ability to do so?

Thanks,
Colin

On Monday, July 22, 2019 at 12:48:34 PM UTC-5, Roberto Lublinerman wrote:
>
> The issue is still not completely resolved and build.gwtproject.org is 
> still unreachable. However continuous builds and presubmits should be 
> working now.
>
> On Sun, Jul 7, 2019 at 4:39 AM Roberto Lublinerman  > wrote:
>
>> I am currently on vacation. The issue is that because of security 
>> concerns new policies are in place regarding use of compute engine by 
>> Google teams. Http and https have been blocked by an enforcer bot. I will 
>> sort this out when I get back. There might be a need to transition out of 
>> this configuration.
>>
>> So for now build.gwtproject.org will remain inaccessible, the server 
>> though it's still running, pulls the changes, does the fast check but is 
>> unable to start the presubmit since it does so through an http post on 
>> build.gwtproject.org.
>>
>> I'll let you know how it goes.
>>
>>
>>
>> On Sat, Jul 6, 2019, 12:58 Jens > 
>> wrote:
>>
>>>
>>> fixed

>>>  
>>> Hmm, build.gwtproject.org still isn't accessible for me and Jenkins 
>>> still does an endless check as soon as +1 or +2 is given.
>>>
>>> -- J.
>>>
>>> -- 
>>> 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/fc58ea21-f502-4a85-9571-81b43f564630%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>

-- 
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/c520c1f1-2b2f-4b7e-95f7-b3fba534dfa0%40googlegroups.com.


Re: [gwt-contrib] CI / Jenkins configuration issue

2020-05-03 Thread Thomas Broyer


On Sunday, May 3, 2020 at 3:37:30 PM UTC+2, Colin Alworth wrote:
>
> The build is failing again, two days in a row, and since this is shortly 
> after the jsinterop-annotation change, there is concern that this failure 
> is a result of that change. Can a googler look into this, or grant us the 
> ability to do so?
>

>From https://groups.google.com/d/topic/gwt-maintainers/cFtUrCzbTd4/discussion,

compile.tests:

[mkdir] Created dir: 
> 

[gwt.javac] Compiling 1427 source files to 
> 

[gwt.javac] Note: Some input files use or override a deprecated API.

[gwt.javac] Note: Recompile with -Xlint:deprecation for details.

[gwt.javac] Note: Some input files use unchecked or unsafe operations.

[gwt.javac] Note: Recompile with -Xlint:unchecked for details.

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Creating empty 
> 

[gwt.javac] Compiling 3792 source files to 
> 

[gwt.javac] 
> :18:
>  
> error: package jsinterop.annotations does not exist

[gwt.javac] import jsinterop.annotations.JsPackage;

[gwt.javac] ^

[gwt.javac] 
> :19:
>  
> error: package jsinterop.annotations does not exist

[gwt.javac] import jsinterop.annotations.JsProperty;

[gwt.javac] ^

[gwt.javac] 
> :20:
>  
> error: package jsinterop.annotations does not exist

[gwt.javac] import jsinterop.annotations.JsType;

[gwt.javac] ^

[gwt.javac] 
> :95:
>  
> error: cannot find symbol

[gwt.javac]   @JsType(isNative = true, name = "Function", namespace = 
> JsPackage.GLOBAL)

[gwt.javac]^

[gwt.javac]   symbol:   class JsType

[gwt.javac]   location: class ArrayHelper

[gwt.javac] 
> :19:
>  
> error: package jsinterop.annotations does not exist

[gwt.javac] import jsinterop.annotations.JsFunction;

[gwt.javac] ^

[gwt.javac] 
> :20:
>  
> error: package jsinterop.annotations does not exist

[gwt.javac] import jsinterop.annotations.JsType;

[gwt.javac] ^

[gwt.javac] 
> :25:
>  
> error: cannot find symbol

[gwt.javac] @JsType(isNative = true, name = "Array", namespace = "")

[gwt.javac]  ^

[gwt.javac]   symbol: class JsType

[gwt.javac] 
> :30:
>  
> error: cannot find symbol

[gwt.javac]   @JsFunction

[gwt.javac]^

[gwt.javac]   symbol:   class JsFunction

[gwt.javac]   location: class NativeArray

[gwt.javac] 
> :20:
>  
> error: package jsinterop.annotations does not exist

[gwt.javac] import jsinterop.annotations.JsMethod;

[gwt.java

Re: [gwt-contrib] CI / Jenkins configuration issue

2020-05-03 Thread Colin Alworth
Yes - I've grown accustomed to the emails being too truncated to be helpful, 
but I do have that set of tests fixed, and am slowly running the other tests in 
the build to be sure that I haven't broken anything else. This shouldn't affect 
the gwt distribution artifacts, provided all tests pass, but we can discuss 
cutting yet another release if someone feels strongly about this. My current 
position is that if all tests pass, we can release as-is, does that seem 
reasonable?

-Colin

-- 
 Colin Alworth
 co...@colinalworth.com



On Sun, May 3, 2020, at 10:23 AM, Thomas Broyer wrote:
> 
> 
> On Sunday, May 3, 2020 at 3:37:30 PM UTC+2, Colin Alworth wrote:
>> The build is failing again, two days in a row, and since this is shortly 
>> after the jsinterop-annotation change, there is concern that this failure is 
>> a result of that change. Can a googler look into this, or grant us the 
>> ability to do so?
> 
> From https://groups.google.com/d/topic/gwt-maintainers/cFtUrCzbTd4/discussion,
> 
>> compile.tests:
>>  [mkdir] Created dir: 
>> 
>> [gwt.javac] Compiling 1427 source files to 
>> 
>> [gwt.javac] Note: Some input files use or override a deprecated API.
>> [gwt.javac] Note: Recompile with -Xlint:deprecation for details.
>> [gwt.javac] Note: Some input files use unchecked or unsafe operations.
>> [gwt.javac] Note: Recompile with -Xlint:unchecked for details.
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Creating empty 
>> 
>> [gwt.javac] Compiling 3792 source files to 
>> 
>> [gwt.javac] 
>> :18:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsPackage;
>> [gwt.javac] ^
>> [gwt.javac] 
>> :19:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsProperty;
>> [gwt.javac] ^
>> [gwt.javac] 
>> :20:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsType;
>> [gwt.javac] ^
>> [gwt.javac] 
>> :95:
>>  error: cannot find symbol
>> [gwt.javac] @JsType(isNative = true, name = "Function", namespace = 
>> JsPackage.GLOBAL)
>> [gwt.javac] ^
>> [gwt.javac] symbol: class JsType
>> [gwt.javac] location: class ArrayHelper
>> [gwt.javac] 
>> :19:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsFunction;
>> [gwt.javac] ^
>> [gwt.javac] 
>> :20:
>>  error: package jsinterop.annotations does not exist
>> [gwt.javac] import jsinterop.annotations.JsType;
>> [gwt.javac] ^
>> [gwt.javac] 
>> :25:
>>  error: cannot find symbol
>> [gwt.javac] @JsType(isNative = true, name = "Array", namespace = "")
>> [gwt.javac] ^
>> [gwt.javac] symbol: class Js

Re: [gwt-contrib] Testing GWT 2.9.0 for release

2020-05-03 Thread Manfred Tremmel
Am Montag, 20. April 2020, 03:01:12 CEST schrieb Colin Alworth:
> That said, validation is basically the only thing that _isn't_
> ready for j2cl, and there is a small gwt-validation project that has gotten
> started that is compatible with both gwt2 and j2cl - do you have plans to
> finish https://gitlab.com/ManfredTremmel/gwt-bean-validators/-/issues/3?
> Both topics (further modularizing gwt-user, and apt for validation) are
> probably better discussed in another thread, or in gitter.

I know replacing generators is to long on my todo list and it always was 
postponed because something else was more important. In June I'm three weeks 
on vacation and it's on first place of my todo list for this time.



-- 
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/1772943.97skhhT45E%40thinkpad.


Re: [gwt-contrib] Testing GWT 2.9.0 for release

2020-05-03 Thread Colin Alworth
Excellent - reach out in https://gitter.im/gwtproject/gwt, 
https://gitter.im/gwtproject/gwt-modules, or https://gitter.im/vertispan/j2cl 
for any discussion around this, and people who are eager to help test.

-- 
  Colin Alworth
  co...@colinalworth.com

On Sun, May 3, 2020, at 11:40 AM, Manfred Tremmel wrote:
> Am Montag, 20. April 2020, 03:01:12 CEST schrieb Colin Alworth:
> > That said, validation is basically the only thing that _isn't_
> > ready for j2cl, and there is a small gwt-validation project that has gotten
> > started that is compatible with both gwt2 and j2cl - do you have plans to
> > finish https://gitlab.com/ManfredTremmel/gwt-bean-validators/-/issues/3?
> > Both topics (further modularizing gwt-user, and apt for validation) are
> > probably better discussed in another thread, or in gitter.
> 
> I know replacing generators is to long on my todo list and it always was 
> postponed because something else was more important. In June I'm three weeks 
> on vacation and it's on first place of my todo list for this time.
> 
> 
> 
> -- 
> 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/1772943.97skhhT45E%40thinkpad.
>

-- 
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/8ccd2e92-4388-4407-85c6-be7168b45a31%40www.fastmail.com.


Re: [gwt-contrib] CI / Jenkins configuration issue

2020-05-03 Thread 'Roberto Lublinerman' via GWT Contributors
I'll have a look at the Jenkins configuration tomorrow.

On Sun, May 3, 2020 at 6:37 AM Colin Alworth  wrote:

> The build is failing again, two days in a row, and since this is shortly
> after the jsinterop-annotation change, there is concern that this failure
> is a result of that change. Can a googler look into this, or grant us the
> ability to do so?
>
> Thanks,
> Colin
>
> On Monday, July 22, 2019 at 12:48:34 PM UTC-5, Roberto Lublinerman wrote:
>>
>> The issue is still not completely resolved and build.gwtproject.org is
>> still unreachable. However continuous builds and presubmits should be
>> working now.
>>
>> On Sun, Jul 7, 2019 at 4:39 AM Roberto Lublinerman 
>> wrote:
>>
>>> I am currently on vacation. The issue is that because of security
>>> concerns new policies are in place regarding use of compute engine by
>>> Google teams. Http and https have been blocked by an enforcer bot. I will
>>> sort this out when I get back. There might be a need to transition out of
>>> this configuration.
>>>
>>> So for now build.gwtproject.org will remain inaccessible, the server
>>> though it's still running, pulls the changes, does the fast check but is
>>> unable to start the presubmit since it does so through an http post on
>>> build.gwtproject.org.
>>>
>>> I'll let you know how it goes.
>>>
>>>
>>>
>>> On Sat, Jul 6, 2019, 12:58 Jens  wrote:
>>>

 fixed
>

 Hmm, build.gwtproject.org still isn't accessible for me and Jenkins
 still does an endless check as soon as +1 or +2 is given.

 -- J.

 --
 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/fc58ea21-f502-4a85-9571-81b43f564630%40googlegroups.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>> --
> 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/c520c1f1-2b2f-4b7e-95f7-b3fba534dfa0%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/CAC7T7gn8UvAB4QD%2BAiTRDq9d93CYXLwAbwp2O7%3DrwpFGE%2BfY7A%40mail.gmail.com.