pclarke91 / rl-viz

Automatically exported from code.google.com/p/rl-viz
Apache License 2.0
0 stars 0 forks source link

Investigate whether we can easily bundle external libraries #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We want to update RL-Viz to do error logging through apache commons logging
and base64 encoding also through the apache libraries.

Should find out if we can easily do this transparently, or if we're going
to need to get people to start downloading all these jars.

The easy thing to do is to bundle them all up in 1 big jar, but that seems
a little sketchy.  The second option would be to bundle them in a libs
directory and have the RL-Viz jar classpath point to them, this might be
elegant but I don't know exactly how to do it.

Original issue reported on code.google.com by brian.ta...@gmail.com on 10 Nov 2008 at 11:36