PaMini » History » Version 5

S. Wrede, 06/11/2011 09:03 PM

1 1 S. Wrede
h1. Curent state of the PaMini Wrapper
2 1 S. Wrede
3 5 S. Wrede
h2. Dependency changes if run in an RSB system
4 1 S. Wrede
5 5 S. Wrede
* xcf4j.jar needs to be *replaced* by xcf4j-rsb.jar (the wrapper library)
6 5 S. Wrede
* RSB4Java.jar needs to *added* to the classpath to connect to RSB components
7 1 S. Wrede
8 5 S. Wrede
*Important*: No xcf4j.jar should be in the classpath, otherwise you will run into trouble.
9 5 S. Wrede
10 1 S. Wrede
h2. Availability
11 1 S. Wrede
12 4 S. Wrede
* Currently, the changes for RSB are in a branch (branched from trunk at 10.06.2011), see:
13 4 S. Wrede
<pre>
14 4 S. Wrede
https://code.ai.techfak.uni-bielefeld.de/scm/ai/software/PaMini/branches/rsb-enabled
15 4 S. Wrede
</pre>
16 4 S. Wrede
17 1 S. Wrede
All libraries except the PaMini rsb-enabled branch itself are openly available at: https://ci.cor-lab.org
18 1 S. Wrede
19 2 S. Wrede
h2. Testing
20 2 S. Wrede
21 2 S. Wrede
h3. Changes compared to PaMini trunk
22 2 S. Wrede
23 2 S. Wrede
* Code-Level: Except the additional support for RSBInputSources no further changes were so far needed
24 2 S. Wrede
* Dependencies: 
25 1 S. Wrede
26 1 S. Wrede
See MinimalDialog example in the PaMini source.