Hi, add encoding="utf-8" to your wocompile statement in build.xml. Possibly also to copy statements and other javac statements.
Maik Am 19.09.2012 um 15:16 schrieb Antoine Berry <[email protected]>: > Hello everybody, > > I built my project with Jenkins and everything went well, except that I have > some problems with the encoding (Yes I'm french). At first I had some problem > with my localizable.string files, but I solved that problem by adding " > Dfile.encoding=UTF-8" in my application settings. But there's still an issue > : the special characters which are in my code aren't displayed properly. So I > think that comes from the build. I thought maybe I have to add something to > my build.xml file, but I don't know what. > > Does anybody know how to solve that? > > Thank you > > -- > Antoine Berry > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/maik%40selbstdenker.ag > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
