samskivert
53effafe58
Got a little too excited here. We can only nix commons-io. We still need
...
collections and logging. Sigh.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2588 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2009-07-12 21:02:19 +00:00
samskivert
5c46986b00
I grow tired of having a commons-io dependency (and all the crap that comes
...
along with it just to have essentially two methods:
copy(InputStream,OutputStream) and toString(InputStream)
We'll just duplicate those ten lines of code and save a dozen of our libraries
some trouble. This is a precursor to a possible Velocity jihad because Velocity
is pissing me off by not working because of some bullshit classloader
tomfoolery that is the sort of thing that makes Java programmers want to jump
butt first off the building.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2586 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2009-07-12 20:52:39 +00:00
par.winzell
48f79b9a26
In the interest of freedom from dependencies, we shall do away with the comforts of Google.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2502 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-12-09 23:30:11 +00:00
par.winzell
d6c62dde74
We love Google Collections, yes we do.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2499 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-12-09 23:08:05 +00:00
samskivert
7f76e4f876
Depot now lives in its own project.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2480 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-11-16 07:49:17 +00:00
samskivert
dd28c6bf09
Use the version number free ehcache.jar.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2474 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-11-10 19:50:17 +00:00
mdb
84597c3b99
Added log4j support to the log wrapper. It is enabled if the log4j
...
configuration system property is set (and a particular logger is not
specifically configured).
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2315 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-05-28 18:02:37 +00:00
mdb
ec0069f802
Fixed typo.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2310 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-05-27 17:56:52 +00:00
mdb
8f7d134526
Don't build tests unless we have JUnit, don't build FileUtil unless we have
...
commons-io (I should probably move that into com.samskivert.io but there are
various dependers that I don't feel like breaking).
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2301 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-05-07 06:39:09 +00:00
landonf
1a2cd499ba
Need both junit4 and junit-3.7
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2219 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-08-29 21:50:11 +00:00
mdb
dc2ba271cf
Updated the README for external users of the library. Switched to junit4 and a
...
version agnostic servlet-api.jar.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2218 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-08-28 20:18:12 +00:00
mdb
3f6a9520fe
Tidy up Depot build depends; reinstate build.depot.tools depend.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2145 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-07-26 20:09:06 +00:00
mdb
023384ead1
Info-ize various build feedback messages.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2137 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-07-25 21:46:51 +00:00
mdb
4ccc1e96bf
Use whatever servlet library is available. We're switching to Jetty 6 and
...
Servlet 2.5 on Whirled and we want samskivert to remain happy.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2117 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-06-28 20:36:14 +00:00
mdb
29e45ddf96
Move supporting build xml files into etc/ to avoid clutter.
...
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2099 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-05-03 20:26:23 +00:00