I'll try a reply. Please elaborate more, if it doesn't solve your doubt.
If you are using Maven 2, for using the persistence part, you only need
the parancoe-core module. So add this dependency to your project:
<dependency>
<groupId>org.parancoe</groupId>
<artifactId>parancoe-core</artifactId>
<version>0.3.4</version>
<scope>compile</scope>
</dependency>
If you aren't using Maven 2, you can download one of the following files:
http://parancoe.googlecode.com/files/parancoe-core-0.3.4-bin-with-dependencies.zip
http://parancoe.googlecode.com/files/parancoe-core-0.3.4-bin-with-dependencies.tar.gz
Unfortunately at present Parancoe is using Spring 2.0.x.
If you need Spring 2.5, You have two possibilities:
1. checkout from the svn repository the Parancoe projects, change the
dependencies, and rebuild yourself. It should work, as Spring 2.5 is
fully compatible with the older versions. But be careful with the
dependencies, or you'll experience strange errors.
2. There is an experimental Parancoe 2 branch in the svn repository that
is using Spring 2.5. You can checkout and build it. Unfortunately there
isn't a release of that branch yet.
Let me know if this solve your problem.
Kind regards,
Lucio
--
Lucio Benfante
JUG Padova http://www.parancoe.org ...have a look at it!
www.jugpadova.it http://www.jugevents.org
Hi Darryl,
at present it's just a conservative choice to have the largest possible
compatibility.
In fact, one of the Parancoe developers (Enrico Giurin) some weeks ago
did successfully try to move the main branch of Parancoe to Spring 2.5.
So, You can simply get the parancoe-core-x.y.z.jar and use it with all
the dependencies from Spring 2.5 (but it is a little difficult to say
which is the minimum set of dependencies without running a maven build
with that dependencies).
But we are fast (I hope) moving to the Parancoe 2 branch...so be
confident! :)
Kind regards,
Lucio
--
Lucio Benfante
Get the most recent versions of the jars. It should work.
Lucio
--
Lucio Benfante