[Dev] Build dependencies
Brett Wooldridge
bwooldridge at alterpoint.com
Mon Feb 11 23:26:14 CST 2008
I am dissatisfied with the current build dependencies. The other day somehow my client and server builds got out of sync (not source wise) and the client couldn't connect to the server. Even an 'ant clean dist' didn't fix it. Running 'clean.client' also seemed to (sometimes?) result in a client.dist that ran too quickly to actually be a clean build of the client. The 'client.dist' target also depends on the server.dist target, which while convenient, is annoying. With that dependency what is the difference between a 'dist' and a 'client.dist'. As far as I can tell nothing, except for AdapterTool.
Anyway, without objection I'd like to simplify the build dependencies as much as possible. Meaning there shouldn't be any, except a dependency on EclipseBuild and one or three others. It will possibly be less convenient, but we'll never get into the situation where we don't know what's going to happen. Any objections?
-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ziptie.org/pipermail/dev/attachments/20080211/fffb2226/attachment.html
More information about the Dev
mailing list