The reason I ask is because of my maven branch. I was going to start
converting this versioning part over to maven but it sounds like I
should wait. Unfortunately the maven work is hard, as everything is a
moving target.
--steve
On Oct 17, 2006, at 1:43 PM, Kim van der Riet wrote:
Java Properties would indeed make a much more elegant mechanism for
achieving this...
However, the version generation utility on the Java side is nearly
ready
for public comment, and at that point, it will be posted for comment,
and the strategy for integrating with the existing codebase will be
re-examined. I would recommend that we wait until that time (within
this
week) before making any changes. The idea of separating the
versions by
namespace is no longer being entertained, and this file may not
survive
that reversal.
Kim
On Tue, 2006-10-17 at 13:20 -0400, Steve Vinoski wrote:
The handling of multiple versions of the AMQP spec XML file is done
by copying a Java file and then regexp-replacing some placeholder
text in it. Is there any reason why this version handling wasn't done
via properties instead?
--steve