Eric Lenio wrote:
All -

Apologies in advance if this should go to tomcat-users but I'm
suspecting a problem with the way the source code is being distributed
so I'm starting here.

I downloaded the source file for 5.5.15 and built it.  After installing
it I ran bin/version.sh which said I had version 5.5.0.0.  Not what I
was expecting.


You will need to edit the build/build.properties.default
and adjust the version numbers to preferred version.

It's up to RM to adjust them before releasing or building.
We don't have actual version number inside the SVN, although
we might add some sort of

<property file="version.current"/>
in the build.xml that would contain only version flags:

# ----- Vesion Control Flags -----
version.major=5
version.minor=5
version.build=1
version.patch=16
#Set the pretty version name
version=5.5.16-dev


Since that still implies that RM will still have to
edit that file before releasing, you might as well create
a build.properties file with the upper content.

The easiest thing would be to have a separate version
property file updated regularly upon releases.

Regards,
Mladen.

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

Reply via email to