On 13/08/09 6:01 PM, Galder Zamarreno wrote:
On 08/13/2009 05:25 PM, Galder Zamarreno wrote:
> Vladimir,
>
> If validation is turned off, it shouldn't even bother looking up the
> xsd. Currently, for some unknown reason, mvn install does not seem to
> include the xsd in schema/ folder within infinispan-core.jar and even
> disabling validation does not work cos the xsd is still looked up.
>
> Could you have a look to this?
>
> I'm redoing mvn install to verify whether the xsd is included.
>
Not sure about the exact problem but when I run 'mvn install' from root,
the xsd is not generated and it's not added to the *-core.jar. However,
if I cd into core/ and run install from there, it is generated and included.
Should be done now. Please do verify!
Thanks Galder!