its working via the "put my own version to the classpath". we have
On 20 Jul., 17:58, pansen <
andi.ba...@googlemail.com> wrote:
> hi all,
>
> i try to bring in our project a slightliy modified version of the
> class ``com.google.gwt.place.impl.AbstractPlaceHistoryMapper<F>``.
> unfortunately without success.
>
> it seems like deferred binding does not work here as this is not a
> client class. or it does not work cause its an abstract class - i
> couldn't manage it.
>
> now my trivial solution (/try) was to have the same file in the same
> package in my project and hope this would be chosen before the
> gwt*.jar file. unfortunately this is not the case and not working...
>
> has anyone a hint for me how to bring in my minimal modified version
> of this file?
>
> btw. this problem belongs to this threadhttp://