Repository Location
https://svn.jboss.org/repos/jbossnative/trunk/
Anonymous SVN: http://anonsvn.jboss.org/repos/jbossnative/trunk/
Build Scripts
Unix Platforms: build/daemon/unixbuild.sh
Windows Platforms: build/daemon/windowsbuild.bat
The above scripts invoke build/buildprep.sh which checks out the tomcat-native source from the apache repository, downloads the apache portable runtime (APR) and openssl.
build/buildworld.sh builds the native libraries.
OS/Platforms Built
Operating System | Platform | QA Lab Machine | Additional Software |
---|---|---|---|
Linux | i686 | dev03 | GNU gcc 3.2.3+ GNU m4 GNU make GNU autoconf GNU libtool |
Linux | ia64 | dev09 | |
Linux | x86_64 | dev22 | |
Solaris | sparc | dev12 | Sun Studio 11 GNU gcc 3.4.6+ GNU m4 GNU make GNU autoconf GNU libtool |
Solaris | x86_64 | dev13 | |
HP-UX | 9000/800 | dev24 | HP CC GNU gcc 4.1.1+ GNU m4 GNU make GNU autoconf GNU libtool |
HP-UX | ia64 | dev25 | |
Windows | i686 | dev16 | Microsoft Visual Studio 6.0 Service Pack 6 for Microsoft Visual Studio 6.0 Microsoft Assembler 11 Latest Platform SDK Gnuwin32 utilities |
Windows | amd64 | dev16 | Microsoft Visual Studio 2005 |
Windows | ia64 | dev16 | Visual Studio 2005 Native IA64 Tools |
All | - | - | JDK 1.5.0+ JAVA_HOME environment variable Apache Ant 1.6.5 Subversion Client 1.4 Perl 5.8 |
Automatic startup
Set in rc.local on unix hosts.
HP-UX use `su - cruisecontrol -l -c "cd work; ./startProperScript"'
Linux and Solaris work fine without -l - `su - cruisecontrol -c "cd work; ./startProperScript"'
Task Scheduler for windows hosts.
Comments