Michael Bayne
d5b06f23e2
Fixed javadoc classpath, samskivert apidocs URL.
2011-06-27 21:07:51 +00:00
Charlie Groves
d5eb7cf3ff
Bump to ooo-build 2.5 since the maven-ant-tasks jar 2.1 uses is no longer available
2011-06-24 20:11:48 +00:00
Charlie Groves
8d56a93538
Meh, I was wrong in r841. Because the target version is 1.6, anything that tries to build against
...
depot with a 1.5 compiler is going to blow up with a mismatched version. Go back to 1.5 in build.xml
and pom.xml, but leave Eclipse using a 1.6 JVM. This means if anyone regenerates the m2eclipse
configuration, this will break in Eclipse again. Lame.
2011-03-23 22:09:29 +00:00
Charlie Groves
1a2967b31f
yohoho no longer cares if depot is built with 1.6, so build with that since we're using 1.6's Connection.createArrayOf in PostgreSQL4Builder. Sneak a ooo-buildification in with the compiler version bump.
2011-03-23 20:42:00 +00:00
Charlie Groves
80a34a035f
Deploy a sources jar along with the code jar for IDE-happiness
2011-01-20 00:42:33 +00:00
Michael Bayne
0040e18536
DRY: lib.name -> ant.project.name.
2011-01-07 22:15:17 +00:00
Michael Bayne
15cab8a6e2
Exclude impl packages and document only public members.
2010-12-14 17:16:14 +00:00
Michael Bayne
4bb926c238
Compile the tests on every compilation.
2010-12-09 00:02:18 +00:00
Michael Bayne
5f937fae61
Omit ant runtime classes.
2010-12-01 19:41:32 +00:00
Michael Bayne
6365f290d9
Put our templates in src/main/resources.
2010-11-20 02:50:38 +00:00
Michael Bayne
ec03ede58a
Go ahead and make maven-deploy publish locally unless otherwise directed.
2010-11-18 23:06:24 +00:00
Michael Bayne
c2cd1e6d9f
Require that a Maven repository be specified. If you want to install locally,
...
use "mvn install".
2010-11-15 19:38:14 +00:00
Michael Bayne
969aea38fe
Reference platform docs at their new location, add link to samskivert docs.
2010-11-15 18:03:05 +00:00
Michael Bayne
d1f3ed9ed9
Added a Maven Deploy target, generate XML test output.
2010-11-12 23:07:15 +00:00
Michael Bayne
adb3d643b9
Clean the test classes on a basic clean.
2010-10-25 20:15:43 +00:00
Michael Bayne
f9619f0dc8
We don't have a rsrc/ directory any more, so that can go.
2010-10-19 00:28:10 +00:00
Charlie Groves
9d9c4e3e5e
Get the genrecord and tests targets running again
2010-10-19 00:22:05 +00:00
Michael Bayne
590cf991d7
No exclusions, we've always got all of our dependencies.
2010-10-15 16:48:27 +00:00
Michael Bayne
8181c409f9
Switched to obtaining dependencies via Maven Ant tasks.
2010-10-15 16:27:06 +00:00
Michael Bayne
07e4bdec4a
Move overview.html to a place where Maven's javadoc plugin will find it.
2010-09-09 20:31:51 +00:00
Michael Bayne
28f9439b5f
More layout standardizing.
2010-08-27 17:49:18 +00:00
Michael Bayne
6778ada227
Moving toward more standard project layout.
2010-08-27 17:47:07 +00:00
Michael Bayne
a4e7f3fb47
Make "ant -Ddebug=true tests" run the tests with SQL debugging on.
2010-06-18 23:49:32 +00:00
Michael Bayne
6fd404587f
Allow a specific test to be run with "ant -Dtest=Foo tests".
2010-06-18 23:12:27 +00:00
Michael Bayne
95e4e2d7da
Javadoc cleanup and improvements.
2009-09-13 03:05:37 +00:00
Michael Bayne
b43ca1e203
We no longer need to export a GWT jar file.
2009-08-18 22:07:07 +00:00
Michael Bayne
4839512173
Trim long line.
2009-07-13 06:58:52 +00:00
Michael Bayne
f44f49aa49
We no longer care about Velocity.
2009-07-13 06:58:33 +00:00
Michael Bayne
9fd87441ac
Added ByteEnumUtil for all your fromByte() needs, included it in the GWT jar in
...
case you need to do it in the land of gwit.
2009-07-10 20:37:57 +00:00
Michael Bayne
ae2f7316f6
Oops. Can't do that.
2009-04-17 22:58:39 +00:00
Michael Bayne
02d782e7e5
Allow 1.6 source but continue to target 1.5 bytecode.
2009-04-17 22:50:54 +00:00
Par Winzell
bbcf7c8607
Don't try to build the old EHCacheAdapter either, if we don't have ehcache.
2009-01-24 23:26:46 +00:00
Michael Bayne
8fec576663
Moved things that are not part of the Depot public API into an impl package.
...
Also moved WhereClause into depot.clause since it really wanted to be there.
2008-11-25 20:44:22 +00:00
Michael Bayne
22a3c138b7
We need our template files as well.
2008-11-20 00:13:21 +00:00
Michael Bayne
c4eb78e0b8
Use the correct variable name.
2008-11-20 00:10:15 +00:00
Michael Bayne
42aa622551
Added README and build target descriptions.
2008-11-17 19:10:33 +00:00
Michael Bayne
c60181a484
We need a GWT module.
2008-11-16 07:53:22 +00:00
Michael Bayne
50053f5282
Oh boy, we have to build a GWT source jar file.
2008-11-16 07:34:30 +00:00
Michael Bayne
601a15c00f
Added snapshot target.
2008-11-16 06:49:09 +00:00
Michael Bayne
40c1480039
More tidying, added Javadoc overview.
2008-11-16 06:08:56 +00:00
Michael Bayne
745c380e8d
Repackage Depot as com.samskivert.depot as it is now a standalone library.
...
We're also going to allow ourselves the luxury of a Google Collections
dependency.
2008-11-16 05:59:28 +00:00