Menu

#14 New castor version to be used

release 1.0
open
nobody
5
2010-09-02
2010-09-02
zmicer
No

When working at 3052242 task I was noticed that it is possible to use new castor version which is actually available at maven repo (version we use is not available, and that is a reason we have jpatterns.grammar\libs and jpatterns.grammar\install_jar_*.bat inside jpatterns.grammar\ project).

New maven deps are:
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-xml</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-codegen</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor-anttasks</artifactId>
<version>1.3.1</version>
</dependency>

I was going to apply that in the scope of 3052242 task, but had a problem with unit tests. For some reason tests which are run under maven, were failed as castor was not able to do unmarshalling of resources.

So just change old deps to this one, then run tests and try to understand what is wrong.

Dzmitry

Discussion


Log in to post a comment.