revaultch / gwtx

Automatically exported from code.google.com/p/gwtx
0 stars 0 forks source link

Warnings when including java beans emulation module #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Include the java beans module in your module config:
<inherits name="com.googlecode.gwtx.java.Beans"/>

What is the expected output? What do you see instead?
I get several warnings:
15:18:30.556 [WARN] [MyModule] Line 140: Referencing class
'com.googlecode.gwtx.java.util.emul.java.util.regex.Pattern': unable to
resolve class, expect subsequent failures

What version of the product are you using? On what operating system?
1.5.2

Please provide any additional information below.

All I need is really only the java beans PropertyChangeListener and Event,
that's why I did not include the whole lib.

Original issue reported on code.google.com by googelyb...@gmail.com on 10 Mar 2010 at 2:24