Hi,

I am forwarding this to the dev mailing list since I got no answer on the
users list. Any ideas or workarounds highly appreciated.


------------------------ Ursprüngliche Nachricht -------------------------
Betreff: [m2] Howto custom CharsetProvider implementations ?
Von:     "Christian Schulte" <[EMAIL PROTECTED]>
Datum:   Do, Februar 23, 2006 12:04
An:      users@maven.apache.org
--------------------------------------------------------------------------

Hi,

I have a problem with unit testing custom charset provider
implementations. In some module I have a
src/main/resources/META-INF/services/java.nio.charset.spi.CharsetProvider
file defining custom charsets implemented in the same module. The jar file
produced with this module works outside of maven. When I now reference
this module during unit testing as a dependency in some other module the
custom charset providers are not available. What is the correct way of
using the custom charset providers during build time ? Everything works
correctly outside of maven. During the build the custom charset providers
are not available to the classloader loading these charsets. I really need
to use the custom charsets during build time.

-- 
Christian



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to