On Feb 23, 2008, at 3:36 AM, Curt Arnold wrote:
...
Attempting to build the release image from a non-Unix platform
should produce flawed Xcode projects. However, any Unix derived OS
would be expected to product relatively close approximations of the
release candidate. The following steps can be used to prepare local
builds of the release candidate for comparison:
To build and install cpptasks as 1.0b5:
svn co -r 158 https://ant-contrib.svn.sourceforge.net/svnroot/ant-contrib/cpptasks/trunk
cpptasks
cd cpptasks
sed -i .bak s/-SNAPSHOT// pom.xml
mvn install
cd ..
tar -xvzf apr-1.2.11.tar.gz
mv apr-1.2.11 apr
tar -xvzf apr-util-1.2.10.tar.gz
mv apr-util-1.2.10 apr-util
export PATH=~/apache-maven-2.0.8/bin:$PATH
svn co http://svn.apache.org/repos/asf/logging/log4cxx/tags/v0_10_0-rc2
log4cxx
cd log4cxx
mvn site assembly:assembly