Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-29 Thread 'Jim Douglas' via GWT Users
Update: I found a classpath entry that does use Gradle, and the GWT Compile 
runs when I remove that Gradle-related entry. Now that I've isolated the 
source of the problem, I'm trying (with no success yet) to work around it. 
It looks like this is the main bug report:

https://github.com/eclipse/buildship/issues/936

On Tuesday, January 28, 2020 at 9:25:55 AM UTC-8, Jim Douglas wrote:
>
> Still feeling my way around this. It seems clear that there was a bug 
> introduced in Eclipse 2019-09 that still exists in Eclipse 2019-12. This 
> Eclipse bug report shows the same basic error from a different context:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=550966
>
> The challenge here is that the package in question doesn't use Gradle at 
> all.
>
> On Monday, January 27, 2020 at 10:39:54 AM UTC-8, Jim Douglas wrote:
>>
>> Gradle is used in another package in this project, but not in the package 
>> where I'm trying to do a GWT Compile; this package doesn't use gradle at 
>> all.
>>
>> I do see reports of this same internal gradle exception in recent Eclipse 
>> distributions:
>>
>> https://github.com/eclipse/buildship/issues/943
>>
>> https://github.com/microsoft/vscode-java-debug/issues/681
>>
>> On Saturday, January 25, 2020 at 9:51:32 AM UTC-8, Jens wrote:
>>>
>>> Looks like Eclipse wants to resolve classpath entries using Gradle 
>>> (through Eclipse Buildship Plugin bundled with Eclipse to support project 
>>> configuration based on Gradle).
>>>
>>> Maybe Gradle is enabled in your project for any reason, even though you 
>>> are using Maven?
>>>
>>> -- J.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/30c500e9-51a0-48f8-994a-251722ab6446%40googlegroups.com.


Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-28 Thread 'Jim Douglas' via GWT Users
Still feeling my way around this. It seems clear that there was a bug 
introduced in Eclipse 2019-09 that still exists in Eclipse 2019-12. This 
Eclipse bug report shows the same basic error from a different context:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=550966

The challenge here is that the package in question doesn't use Gradle at 
all.

On Monday, January 27, 2020 at 10:39:54 AM UTC-8, Jim Douglas wrote:
>
> Gradle is used in another package in this project, but not in the package 
> where I'm trying to do a GWT Compile; this package doesn't use gradle at 
> all.
>
> I do see reports of this same internal gradle exception in recent Eclipse 
> distributions:
>
> https://github.com/eclipse/buildship/issues/943
>
> https://github.com/microsoft/vscode-java-debug/issues/681
>
> On Saturday, January 25, 2020 at 9:51:32 AM UTC-8, Jens wrote:
>>
>> Looks like Eclipse wants to resolve classpath entries using Gradle 
>> (through Eclipse Buildship Plugin bundled with Eclipse to support project 
>> configuration based on Gradle).
>>
>> Maybe Gradle is enabled in your project for any reason, even though you 
>> are using Maven?
>>
>> -- J.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/4bdf1ddb-01a7-43ee-834f-5ee2978046bd%40googlegroups.com.


Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-27 Thread 'Jim Douglas' via GWT Users
Gradle is used in another package in this project, but not in the package 
where I'm trying to do a GWT Compile; this package doesn't use gradle at 
all.

I do see reports of this same internal gradle exception in recent Eclipse 
distributions:

https://github.com/eclipse/buildship/issues/943

https://github.com/microsoft/vscode-java-debug/issues/681

On Saturday, January 25, 2020 at 9:51:32 AM UTC-8, Jens wrote:
>
> Looks like Eclipse wants to resolve classpath entries using Gradle 
> (through Eclipse Buildship Plugin bundled with Eclipse to support project 
> configuration based on Gradle).
>
> Maybe Gradle is enabled in your project for any reason, even though you 
> are using Maven?
>
> -- J.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/145e3e40-82da-454b-9696-7d2278e82f89%40googlegroups.com.


Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-25 Thread Jens
Looks like Eclipse wants to resolve classpath entries using Gradle (through 
Eclipse Buildship Plugin bundled with Eclipse to support project 
configuration based on Gradle).

Maybe Gradle is enabled in your project for any reason, even though you are 
using Maven?

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/11ba0097-08a0-4b03-8285-53e17956f134%40googlegroups.com.


Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2020-01-25 Thread Jens
What does the Eclipse error log show? Sounds like an Eclipse / some plugin 
issue and the error log should show some stack trace.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/c0c5f6c5-5241-4f8b-9a19-45c4a0f252ee%40googlegroups.com.


Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-10-03 Thread 'Jim Douglas' via GWT Users
Any suggestions?

On Wednesday, September 18, 2019 at 11:26:57 AM UTC-7, Jim Douglas wrote:
>
> (That should have said " after updating to Eclipse 2019-09 today.")
>
> On Wednesday, September 18, 2019 at 11:22:07 AM UTC-7, Jim Douglas wrote:
>>
>> I was able to get a Java 11 / Eclipse 2019-06 development environment 
>> building my GWT project with Maven Plugin for GWT 
>>  a few months 
>> ago, but the GWT compile stopped working after updating to Eclipse 2019-06 
>> today, and the error message doesn't give me much to work with. Any idea 
>> what this is trying to tell me?
>>
>> An internal error occurred during: "BBj - GWT Compile".
>>
>> Model not available for BBj
>>
>> [image: GWT-compile.png]
>>
>>
>> Here's the pom.xml file for my BBj package:
>>
>> http://maven.apache.org/POM/4.0.0 
>> "*
>>
>> xmlns:xsi=*"http://www.w3.org/2001/XMLSchema-instance 
>> "*
>>
>> xsi:schemaLocation=*"http://maven.apache.org/POM/4.0.0 
>>  
>> http://maven.apache.org/xsd/maven-4.0.0.xsd 
>> "*>
>>
>> 4.0.0
>>
>> BBj
>>
>> BBj
>>
>> 19.20-SNAPSHOT
>>
>> gwt-app
>>
>> 
>>
>> 
>>
>> 
>>
>> com.google.gwt 
>>
>> gwt
>>
>> 2.8.2
>>
>> pom
>>
>> import
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> com.google.gwt
>>
>> gwt-user
>>
>> 
>>
>> 
>>
>> com.google.gwt
>>
>> gwt-dev
>>
>> 
>>
>> 
>>
>> xml-apis
>>
>> xml-apis
>>
>> 
>>
>> 
>>
>> net.sourceforge.htmlunit
>>
>> htmlunit
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> src
>>
>> 
>>
>> 
>>
>> src
>>
>> 
>>
>> **/*.java
>>
>> 
>>
>> 
>>
>> 
>>
>> .apt_generated
>>
>> 
>>
>> **/*.java
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> maven-compiler-plugin
>>
>> 3.8.0
>>
>> 
>>
>> 11
>>
>> 
>>
>> 
>>
>> 
>>
>> net.ltgt.gwt.maven
>>
>> gwt-maven-plugin
>>
>> 1.0-rc-10
>>
>> true
>>
>> 
>>
>> com.basis.bbj.web.gwt.GWTWebClient
>>
>> war/WEB-INF/classes> >
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>> 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/99ba9575-75ac-4df9-ba3b-7f2595bc35c9%40googlegroups.com.


Re: Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-09-18 Thread 'Jim Douglas' via GWT Users
(That should have said " after updating to Eclipse 2019-09 today.")

On Wednesday, September 18, 2019 at 11:22:07 AM UTC-7, Jim Douglas wrote:
>
> I was able to get a Java 11 / Eclipse 2019-06 development environment 
> building my GWT project with Maven Plugin for GWT 
>  a few months ago, 
> but the GWT compile stopped working after updating to Eclipse 2019-06 
> today, and the error message doesn't give me much to work with. Any idea 
> what this is trying to tell me?
>
> An internal error occurred during: "BBj - GWT Compile".
>
> Model not available for BBj
>
> [image: GWT-compile.png]
>
>
> Here's the pom.xml file for my BBj package:
>
> http://maven.apache.org/POM/4.0.0 
> "*
>
> xmlns:xsi=*"http://www.w3.org/2001/XMLSchema-instance 
> "*
>
> xsi:schemaLocation=*"http://maven.apache.org/POM/4.0.0 
>  
> http://maven.apache.org/xsd/maven-4.0.0.xsd 
> "*>
>
> 4.0.0
>
> BBj
>
> BBj
>
> 19.20-SNAPSHOT
>
> gwt-app
>
> 
>
> 
>
> 
>
> com.google.gwt 
>
> gwt
>
> 2.8.2
>
> pom
>
> import
>
> 
>
> 
>
> 
>
> 
>
> 
>
> com.google.gwt
>
> gwt-user
>
> 
>
> 
>
> com.google.gwt
>
> gwt-dev
>
> 
>
> 
>
> xml-apis
>
> xml-apis
>
> 
>
> 
>
> net.sourceforge.htmlunit
>
> htmlunit
>
> 
>
> 
>
> 
>
> 
>
> 
>
> src
>
> 
>
> 
>
> src
>
> 
>
> **/*.java
>
> 
>
> 
>
> 
>
> .apt_generated
>
> 
>
> **/*.java
>
> 
>
> 
>
> 
>
> 
>
> 
>
> maven-compiler-plugin
>
> 3.8.0
>
> 
>
> 11
>
> 
>
> 
>
> 
>
> net.ltgt.gwt.maven
>
> gwt-maven-plugin
>
> 1.0-rc-10
>
> true
>
> 
>
> com.basis.bbj.web.gwt.GWTWebClient
>
> war/WEB-INF/classes
>
> 
>
> 
>
> 
>
> 
>
> 
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/49e18b35-cbaf-419e-861b-b451ffa7c55b%40googlegroups.com.


Maven Plugin for GWT: "An internal error occurred during: "BBj - GWT Compile". Model not available for BBj"

2019-09-18 Thread 'Jim Douglas' via GWT Users
I was able to get a Java 11 / Eclipse 2019-06 development environment 
building my GWT project with Maven Plugin for GWT 
 a few months ago, 
but the GWT compile stopped working after updating to Eclipse 2019-06 
today, and the error message doesn't give me much to work with. Any idea 
what this is trying to tell me?

An internal error occurred during: "BBj - GWT Compile".

Model not available for BBj

[image: GWT-compile.png]


Here's the pom.xml file for my BBj package:

http://maven.apache.org/POM/4.0.0"*

xmlns:xsi=*"http://www.w3.org/2001/XMLSchema-instance"*

xsi:schemaLocation=*"http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"*>

4.0.0

BBj

BBj

19.20-SNAPSHOT

gwt-app







com.google.gwt 

gwt

2.8.2

pom

import











com.google.gwt

gwt-user





com.google.gwt

gwt-dev





xml-apis

xml-apis





net.sourceforge.htmlunit

htmlunit











src





src



**/*.java







.apt_generated



**/*.java











maven-compiler-plugin

3.8.0



11







net.ltgt.gwt.maven

gwt-maven-plugin

1.0-rc-10

true



com.basis.bbj.web.gwt.GWTWebClient

war/WEB-INF/classes











-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/5c1b6b87-3fce-4d89-a982-4a88a34cfa12%40googlegroups.com.