jeff, again - thank you for your answer; this solution looks very clean. i figured out all that stuff too, but i didn't have the correct classnames to apply. your hint, looking at ``Place.gwt.xml`` is very helpful though.
finally i didn't change it to your solution just because i don't have to copy that much files (only one) and there is no need to inherit a custom ``*.gwt.xml`` or write it to any of ours. for the record: our solution will only work flawlessly if you use maven 3.x. we had classpath issues with maven 2.x versions as the classpath was built in a different order on linux than on osx for example. cheers, andi On 20 Jul., 18:28, pansen <[email protected]> wrote: > harrr... > > its working via the "put my own version to the classpath". we have > several subprojects and i did it in the wrong one :) > > thanks, i'm happy ;) > > On 20 Jul., 17:58, pansen <[email protected]> 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://groups.google.com/group/google-web-toolkit/browse_thread/threa..., > > which i will write a blog entry when its done. but this part is the > > very last problem... > > > cheers, andi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
