Closed GoogleCodeExporter closed 9 years ago
Original comment by nicolas....@gmail.com
on 27 Feb 2009 at 2:38
We grabbed the svn as this bug is 'fixed' this afternoon and tried to
incorporate it
into a maven build
[ERROR] Errors in
jar:file:/Users/pmac/.m2/repository/com/code/gwtx/gwtx/1.5.3-SNAPSHOT/gwtx-1.5.3
-SNAPSHOT.jar!/com/googlecode/gwtx/java/util/emul/java/util/regex/Pattern.java
[ERROR] Line 138: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 147: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 181: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 192: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Cannot proceed due to previous errors
[ERROR] Build failed
Any ideas?
Ta
Tom
Original comment by TomBarbe...@googlemail.com
on 3 Mar 2009 at 9:07
This issue was marked as fixed in version 1.5.2, so I just downloaded it and
get the
same problems as others.
[ERROR] Errors in
jar:file:/D:/repo/com/googlecode/gwtx/1.5.2/gwtx-1.5.2-sources.jar!/com/googleco
de/gwtx/java/util/emul/java/util/regex/Pattern.java
[ERROR] Line 138: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 147: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 181: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 192: Unresolvable native reference to type
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Cannot proceed due to previous errors
Thanks in advance,
Paul
Original comment by pmw...@gmail.com
on 20 Mar 2009 at 4:43
[ERROR] Errors in jar:file:/E:/javalearn/gwt/mosaic/widgets/WebContent/WEB-
INF/lib/gwtx-
1.5.2.jar!/com/googlecode/gwtx/java/util/emul/java/util/regex/Pattern.java
[ERROR] Line 138: Unresolvable native reference to
type 'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 147: Unresolvable native reference to
type 'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
[ERROR] Line 181: Unresolvable native reference to
type 'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern'
Original comment by changshihu
on 21 Mar 2009 at 6:49
[deleted comment]
I am having the same issue even though i am not using Pattern class.
Any older version i can use where this issue is not there. Or is there any way
to
suppress this.
Thanks
Original comment by paul.alok
on 29 Apr 2009 at 3:16
Hi,
I think the gwt compiler has changed and the JSNI calls are incorrect now.
I modified the Pattern class to be new JSNI compatible.
All you have to do is to replace update the Pattern.java file in the
gwtx-1.5.2.jar
with the attached one.
File location:
gwtx-1.5.2.jar:/com/googlecode/gwtx/java/util/emul/java/util/regex/Pattern.java
Best,
Derek
Original comment by darek.ko...@gmail.com
on 7 Nov 2009 at 12:37
Attachments:
The fix of this issue just documented and not included in the gwtx-1.5.2.jar.
Every
time gwtx-1.5.2.jar is downloaded it needs to be updated with attached
Pattern.java.
Can we have a release that produces gwtx-1.5.x.jar containing attached
Pattern.java ?
Original comment by Jayesh...@gmail.com
on 30 Mar 2010 at 5:21
Original issue reported on code.google.com by
fengyel
on 19 Feb 2009 at 6:32