Monday, November 23, 2015

Re: JsInterop Maven fail



On Monday, November 23, 2015 at 5:57:58 PM UTC+1, Michael Joyner wrote:
ok,

this is not working out

ALL the POM's point to '2.8.0-SNAPSHOT as dependencies. Result: I depend on a module, the module references latest snapshot, latest snapshot references missing jsinterop, compile failure because of dependency failure.

As the POM's are currently written it does not appear possible to "point to a specific version'.

Have you tried something along those lines:

configurations.all*.resolutionStrategy {
  force 'com.google.gwt:gwt-user:…'
  force 'com.google.gwt:gwt-dev:…'
}

 
Anyone have a fix yet?

We have a fix for our build (still in review though), but we're currently waiting for Daniel and/or Sonatype to allow us to publish the com.google.jsinterop artifacts.
I just proposed on Gerrit to rollback the change before the next nightly build to fix our snapshots.
 

On 11/23/2015 10:48 AM, Michael Joyner wrote:

I can't seem to set GWT version to a different version other than snapshot because each module has a different version number based on seconds.

I don't think this would be such an issue if the POM version numbers were truncated to DAY so that all POM version numbers MATCHED.

I've tried setting all each components version# manually, but this is turning into a total fubar for me and my front-end guy.

We can't get anything to compile this morning at all.

-Mike



On 11/23/2015 10:28 AM, EMan wrote:
I can't get it to work either.  I have changed gwt-user to various version, but it still wants to get jsinterop snapshot.

Failed to read artifact descriptor for com.google.gwt:gwt-user:jar:2.8.0-20151118.055323-98: Could not find artifact com.google.jsinterop:jsinterop:pom:1.0.0-SNAPSHOT in google-snapshots (https://oss.sonatype.org/content/repositories/google-snapshots/) -

Not sure what combination I need to get this to work.  RC1 is a great idea.  I don't love working out of snapshot. 
--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


--
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment