SDM Codeserver error in SNAPSHOT

2016-04-20 Thread apanizo
Hi all,

I have seen a couple of mails reporting SDM errors in this group but I do 
not think they are related.

I am using GWT's  latest snapshots and specifically maven 
'gwt:run-codeserver' for running my SDM. And since this commit

https://github.com/gwtproject/gwt/commit/525676500a5c876139fa0aaa2d349cdc94942e28

SDM is not running anymore.

Yes, the commit works. now instead of seeing my 'hostname:9876' I see 
'myip:9876', but when I open the browser... woops! Nothing there...

What am I missing?

Note: in my pom.xml I use the bindAdress 0.0.0.0

Thanks in advance,

Adolfo.


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


GWT and Spring Boot with gwt-maven-plugin

2015-09-14 Thread apanizo
Hi all,

I am trying to integrate GWT in a given spring boot project (Kurento Room 
). Everything looks good until I 
launch SpringBoot. The error that I see is:

*Caused by: java.lang.IncompatibleClassChangeError: Implementing class*


*over some server classes*. After googling a bit, normally that is because 
I have two versions of the same library/classes in my Tomcat. So far so 
good.

The thing is if I comment in my *pom.xml *everything related gwt 
(*gwt-maven-plugin, 
gwt's dependencies...*) *the problem disappears*.  The gwt classes are 
minimal, just an empty EntryPoint with an:
 

*Window.alert("Hello World"); *

 
So, I imagine is something related with *gwt-maven-plugin*. What am I 
missing? Can you give me some ideas?

Some notes:

I have searched inside the final jar and using "find" command only shows 
one class.
I have run the duplicate-maven-plugin 
 and there 
is no strange things related with the classes.

I am running in GWT 2.8-SNAPSHOT with 2.7.0 maven plugin. Java 1.8 

I have attached *pom.xml* and *exception stack strace( *
https://docs.google.com/document/d/1LuJ5oJ4rwbMl9Wbx881XyN5GwI2mCdhKk6L_RdIIoCM/edit?usp=sharing
 
*)* just in case I am missing something. 


Thanks in advance,

Adolfo. 

-- 
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 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.


pom.xml
Description: XML document


Re: GWT 2.7.0 is here

2014-11-20 Thread apanizo
Fantástico!

On Thursday, 20 November 2014 11:59:06 UTC+1, Daniel Kurka wrote:

 Today we are excited to announce the GWT 2.7.0 release.  Thanks to 
 everyone who contributed to this release, especially our non-Google open 
 source contributors.

 One major feature of this release is a new super fast compilation path in 
 Super Dev mode that replaces the old dev mode.
 For a run-down of all changes since GWT 2.6.1, read the release notes 
 http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0.

 The release is available for download here 
 http://www.gwtproject.org/download.html or on maven central.

 If you find any issues with this release, please file a bug in our issue 
 tracker.

 Daniel,
 on behalf of the GWT team at Google



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@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.


send gwt-user.jar with validation projects

2011-05-22 Thread apanizo
Someone could send a compilation of gwt-user to include all validation
projects?  (i.e org.hibernate.Validator)

I'm working with this api and I am not able to compile the project in
eclipse (problems with ant)

A greeting and thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Problemas compilation ANT Validation

2011-05-21 Thread apanizo
Hi everybody,

Resort to this because I do not know where to do.
I'm working on the validation of gwt api, I have studied the standard
JSR-303, I looked at the hibernate-validator classes and also I've
looked at the draft gwt-ent  andgwt-validation to see how
adaptation of this api.

Now what I need is to import the different modules to a very simple
project of mine as an example to make it operate.

But (although I may seem incredible) failed to compile the gwt code
[http://google-web-toolkit.googlecode.com/svn/trunk/].
The steps I followed are:
I make the check out the repository into a folder on the desktop.
Import the project into eclipse using Import Existing Projects Into
Workspace
Buil.xml to run the ant  and failure:

BUILD FAILED
C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:103: The following error
occurred while executing this line:
C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:27: The following error
occurred while executing this line:
C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:54: The following error
occurred while executing this line:
C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:27: The following error
occurred while executing this line:
C:\Users\apanizo\Desktop\wk_PFC\GWT\build.xml:99: The following error
occurred while executing this line:
C:\Users\apanizo\Desktop\wk_PFC\GWT\build-tools\build.xml:24: The
following error occurred while executing this line:
C:\Users\apanizo\Desktop\wk_PFC\GWT\build-tools\build.xml:10: The
following error occurred while executing this line:
C:\Users\apanizo\Desktop\wk_PFC\GWT\build-tools\ant-gwt\build.xml:11:
Error running javac.exe compiler

If I press on the last line appears:

 target name=compile description=Compiles this project
mkdir dir=${javac.out} /
gwt.javac
  classpath
pathelement location=${gwt.tools.lib}/apache/ant-1.6.5.jar /

  /classpath
/gwt.javac
  /target

I searched google and it appeared that was to put as the java compiler
instead of jrejdk. I've done and still is the same problem.
I found other sites saying that not a GWT_HOME environment variable or
something.¿?

Previously I've only downloaded the apache-ant-1.7.1 and I put it in
C: \ ProgramFiles \ apache-ant-1.7.1.

Anybody can lend a hand? I'll be very grateful.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.