[gwt-contrib] Re: GWT 2.8 SnapShot "Unexpected internal compiler error" in SDM after switching to GSS

2015-03-19 Thread Kay-Uwe Janssen
Hey Guys,

sorry for being off-topic but where can i find current 2.8.0 snapshot jars?

i found this 
repository 
https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/
 
but it does not contain any jars.


thanks! :)


Am Samstag, 31. Januar 2015 00:09:30 UTC+1 schrieb confile:
>
> I use GWT 2.8 SnapShot with an app that runs with CSS only no GSS. Then I 
> switched to GSS using: 
>
> 
>
>  
>
>  "lenient" />
>
>
> When I compile with option -strict there are no errors. When I run my 
> server in SDM and try to connect I get the following errors: 
>
>
>  Compiling 1 permutation
>
> Compiling permutation 0...
>
> [ERROR] Unexpected internal compiler error
>
> java.lang.NullPointerException
>
> at com.google.gwt.dev.jjs.ast.HasName$1.compare(HasName.java:33)
>
> at com.google.gwt.dev.jjs.ast.HasName$1.compare(HasName.java:30)
>
> at java.util.TimSort.countRunAndMakeAscending(TimSort.java:324)
>
> at java.util.TimSort.sort(TimSort.java:189)
>
> at java.util.TimSort.sort(TimSort.java:173)
>
> at java.util.Arrays.sort(Arrays.java:659)
>
> at java.util.Collections.sort(Collections.java:217)
>
> at 
> com.google.gwt.dev.jjs.ast.JTypeOracle.getCastableDestinationTypes(JTypeOracle.java:1019)
>
> at 
> com.google.gwt.dev.jjs.impl.ComputeExhaustiveCastabilityInformation.createCompleteCastMap(ComputeExhaustiveCastabilityInformation.java:44)
>
> at 
> com.google.gwt.dev.jjs.impl.ComputeExhaustiveCastabilityInformation.execImpl(ComputeExhaustiveCastabilityInformation.java:50)
>
> at 
> com.google.gwt.dev.jjs.impl.ComputeExhaustiveCastabilityInformation.exec(ComputeExhaustiveCastabilityInformation.java:32)
>
> at 
> com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler$MonolithicPermutationCompiler.normalizeSemantics(MonolithicJavaToJavaScriptCompiler.java:102)
>
> at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$PermutationCompiler.compilePermutation(JavaToJavaScriptCompiler.java:286)
>
> at 
> com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler.compilePermutation(MonolithicJavaToJavaScriptCompiler.java:292)
>
> at 
> com.google.gwt.dev.jjs.UnifiedAst.compilePermutation(UnifiedAst.java:130)
>
> at com.google.gwt.dev.CompilePerms.compile(CompilePerms.java:197)
>
> at 
> com.google.gwt.dev.ThreadedPermutationWorkerFactory$ThreadedPermutationWorker.compile(ThreadedPermutationWorkerFactory.java:50)
>
> at 
> com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
>
> at java.lang.Thread.run(Thread.java:745)
>
> [ERROR] Unrecoverable exception, shutting down
>
> com.google.gwt.core.ext.UnableToCompleteException: (see previous log 
> entries)
>
> at 
> com.google.gwt.dev.javac.CompilationProblemReporter.logAndTranslateException(CompilationProblemReporter.java:112)
>
> at 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$PermutationCompiler.compilePermutation(JavaToJavaScriptCompiler.java:363)
>
> at 
> com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler.compilePermutation(MonolithicJavaToJavaScriptCompiler.java:292)
>
> at 
> com.google.gwt.dev.jjs.UnifiedAst.compilePermutation(UnifiedAst.java:130)
>
> at com.google.gwt.dev.CompilePerms.compile(CompilePerms.java:197)
>
> at 
> com.google.gwt.dev.ThreadedPermutationWorkerFactory$ThreadedPermutationWorker.compile(ThreadedPermutationWorkerFactory.java:50)
>
> at 
> com.google.gwt.dev.PermutationWorkerFactory$Manager$WorkerThread.run(PermutationWorkerFactory.java:74)
>
> at java.lang.Thread.run(Thread.java:745)
>
> [ERROR] Not all permutation were compiled , completed (0/1)
>
>   [WARN] recompile failed
>
>   [WARN] continuing to serve previous version
>
>
>

-- 
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/87d434ff-405b-4e3e-a7ff-1a50abc220af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8 SnapShot "Unexpected internal compiler error" in SDM after switching to GSS

2015-03-19 Thread Jens


> sorry for being off-topic but where can i find current 2.8.0 snapshot jars?
>
> i found this repository 
> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/
>  
> but it does not contain any jars.
>

The repository is correct but http://build.gwtproject.org/job/gwt/ hasn't 
produced a successful build the last days and I think old jars are removed 
automatically by sonatype.

-- 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/1189a76e-1c2b-42f5-b851-2512a77c507b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: GWT 2.8 SnapShot "Unexpected internal compiler error" in SDM after switching to GSS

2015-03-19 Thread Kay-Uwe Janssen
Hello Jens,

Thank you for your fast reply.


Am Donnerstag, 19. März 2015 10:14:58 UTC+1 schrieb Jens:
>
>
> sorry for being off-topic but where can i find current 2.8.0 snapshot jars?
>>
>> i found this repository 
>> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/
>>  
>> but it does not contain any jars.
>>
>
> The repository is correct but http://build.gwtproject.org/job/gwt/ hasn't 
> produced a successful build the last days and I think old jars are removed 
> automatically by sonatype.
>
> -- 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/221a14a7-30a8-44da-9645-4696427a7438%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Snapshot repo?

2015-03-19 Thread Ali Akhtar
Hey guys,

Is there a maven repo to use for getting snapshot builds? Sonatype doesn't 
contain .jars,

https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/

And https://github.com/manolo/gwt-snapshot/ doesn't appear to have been 
updated for 28 days.

Thanks.

-- 
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/d6a53973-85d8-49db-ac75-4f7805669974%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Snapshot repo?

2015-03-19 Thread Colin Alworth
It looks like the build is failing, and has been for some 
days: http://build.gwtproject.org/job/gwt/49/#showFailuresLink

Test Result (26 failures / -6)
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_bridgeMethodOverrideChain
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_invalidatedGeneratorOutputRerunsCascadedGenerators
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_dateStampChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_invalidatePreamble
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_superClassOrder
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_superFromStaleInner
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_deterministicUiBinder
com.google.gwt.dev.CompilerTest.testDeterministicBuild_Draft_StackModeStrip
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_uiBinderCssChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_unstableGeneratorReferencesModifiedType
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_functionSignatureChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_compileTimeConstantChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_transitivelyFoldableConstant
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_packagePrivateDispatch
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_regularClassMadeIntoJsoClass
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_unreachableIncompatibleChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_typeHierarchyChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_defaultMethod
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_devirtualizeUnchangedJso
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_devirtualizeString
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_multipleClassGenerator
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_singleJsoIntfDispatchChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_dualJsoIntfDispatchChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_generatorInputResourceChange
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_invalidatedGeneratorOutputRerunsGenerator
com.google.gwt.dev.CompilerTest.testIncrementalRecompile_carriesOverGeneratorArtifacts


On Thursday, March 19, 2015 at 8:04:34 AM UTC-5, Ali Akhtar wrote:
>
> Hey guys,
>
> Is there a maven repo to use for getting snapshot builds? Sonatype doesn't 
> contain .jars,
>
>
> https://oss.sonatype.org/content/repositories/google-snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/
>
> And https://github.com/manolo/gwt-snapshot/ doesn't appear to have been 
> updated for 28 days.
>
> Thanks.
>

-- 
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/ad62891f-a1f0-4c59-ac18-7c6b877f2088%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: Snapshot repo?

2015-03-19 Thread 'Roberto Lublinerman' via GWT Contributors
We are looking into it and will be hopefully resolved soon.

On Thu, Mar 19, 2015 at 8:15 AM, Colin Alworth  wrote:

> It looks like the build is failing, and has been for some days:
> http://build.gwtproject.org/job/gwt/49/#showFailuresLink
>
> Test Result (26 failures / -6)
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_bridgeMethodOverrideChain
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_invalidatedGeneratorOutputRerunsCascadedGenerators
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_dateStampChange
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_invalidatePreamble
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_superClassOrder
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_superFromStaleInner
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_deterministicUiBinder
> com.google.gwt.dev.CompilerTest.testDeterministicBuild_Draft_StackModeStrip
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_uiBinderCssChange
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_unstableGeneratorReferencesModifiedType
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_functionSignatureChange
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_compileTimeConstantChange
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_transitivelyFoldableConstant
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_packagePrivateDispatch
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_regularClassMadeIntoJsoClass
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_unreachableIncompatibleChange
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_typeHierarchyChange
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_defaultMethod
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_devirtualizeUnchangedJso
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_devirtualizeString
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_multipleClassGenerator
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_singleJsoIntfDispatchChange
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_dualJsoIntfDispatchChange
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_generatorInputResourceChange
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_invalidatedGeneratorOutputRerunsGenerator
>
> com.google.gwt.dev.CompilerTest.testIncrementalRecompile_carriesOverGeneratorArtifacts
>
>
> On Thursday, March 19, 2015 at 8:04:34 AM UTC-5, Ali Akhtar wrote:
>>
>> Hey guys,
>>
>> Is there a maven repo to use for getting snapshot builds? Sonatype
>> doesn't contain .jars,
>>
>> https://oss.sonatype.org/content/repositories/google-
>> snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/
>>
>> And https://github.com/manolo/gwt-snapshot/ doesn't appear to have been
>> updated for 28 days.
>>
>> Thanks.
>>
>  --
> 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/ad62891f-a1f0-4c59-ac18-7c6b877f2088%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/CAC7T7gk%3DDo5V1vK0wcEZX0Gu2386NiGcax-XTTFDtMWgR5z93g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.