Apparenty the solution I tried below did not work. I am getting this error from the GWT compiler:
Tracing compile failure path for type 'com.jme3.math.Vector3f' [INFO] [ERROR] Errors in 'jar:file:/C:/Users/neil/.m2/repository/com/propfinancing/pflib/6.0.0/pfli b-6.0.0-sources.jar!/com/propfinancing/gwt/superSource/com/jme3/math/Vecto r3f.java' [INFO] [ERROR] Line 4: The declared package "com.propfinancing.gwt.superSource.com.jme3.math" does not match the expected package "com.jme3.math" I thought since I declared superSource, it was supposed to remove the prefix from the package. Thank you, Neil -- Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com We offer 30 year loans on single family houses! > -----Original Message----- > From: Neil Aggarwal <[email protected]> > Sent: Monday, December 16, 2024 12:24 AM > To: '[email protected]' <google-web- > [email protected]> > Subject: RE: Possible to have super sources in a common package in a library? > > I think I might have figured it out. > > I created a file com/propfinancing/gwt/GWT.gwt.xml and put this content in it: > > <module> > <source path=""/> > <super-source path="superSource"/> > </module> > > And then I put <inherits name="com.propfinancing.gwt.GWT"/> in > my outer project. > > I have a bunch of other errors to resolve before I can test it, but the compiler is no > longer telling me it can't find the source code for that class. > > Thank you, > Neil > > -- > Neil Aggarwal, (972) 834-1565, http://www.propfinancing.com We offer 30 year > loans on single family houses! -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/dc134bbea5a44f940c3a6a6a00c06b08%40mail.gmail.com.
