... and I may have broken a few things.  

The nature of the change was to normalize all Maven properties to start 
with the prefix "maven." to ensure our properties don't collide with an 
existing project's property names.  The obvious drawback to this strategy 
is that I had to swing through the entire application, touching many 
things.

If everyone who uses the HEAD of Maven could try to build their projects
we can catch anything I've missed early on. In particular, I haven't 
tested any of the build-iutest.xml targets.

NOTE:  There are a couple of properties whos names have changed more 
       significantly than just prepending "maven.".

       Old Property/Reference Name             New Name
       ---------------------------             -----------------------
       classpath                               maven.dependency.classpath
       changelog.days                          maven.changelog.range

The "classpath" reference is used internally in all of the build-*.xml 
files; this change shouldn't affect most people.

The "changelog.days" property was used by the cvs-change-log target.  The 
name of the propery changed to reflect the new name of the <change-log> 
task attribute (days to range).

Glenn McAllister
SOMA Networks, Inc.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to