2012/5/25 Jody Garnett <jody.garn...@gmail.com>:
> On Friday, 25 May 2012 at 5:10 PM, Ben Caradoc-Davies wrote:
>
> Jody,
>
> did your note in the developer guide survive the migration to sphinx?
>
> I have seen another evil U+FEFF byte order mark in a text file.
> http://en.wikipedia.org/wiki/Byte_order_mark
>
> Kind regards,
> Ben.
>
> Yep.
>
> http://docs.geotools.org/latest/userguide/advanced/build/maven/index.html#use-of-notepad
>
> You are welcome to add that to the developers guide source code section if
> you like; right now it is just mentioned as part of the maven introduction.
>
> I also note the following warning:
>
> Mac:
>
> [WARNING] Using platform encoding (MacRoman actually) to read mojo metadata,
> i.e. build is platform dependent!
>
> Linux:
>
> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
> resources, i.e. build is platform dependent!
>
> Can we lock this down somehow in our parent pom?

add the following to the properties section of the pom.xml

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

see: http://maven.apache.org/general.html#encoding-warning


-- 
Disclaimer;
This message is just a reflection of what I thought at the time of
sending. The message may contain information that is not intended for
you or that you don't understand.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to