Building Fedora 3.0 on Mac OS X

In order to build Fedora 3.0 on Mac OS X, you only need to make one change from the standard ant build process. For some reason, in order to build the WSDL packages you must have the full system path to wsdl4j-1.5.1.jar on your CLASSPATH.

These instructions assume that you are checking out code from the subversion trunk on Sourceforge. You could also download the zipped sources from the [FEDINFO:http__--sourceforge.net-project-showfiles.php?group_id=177054&package_id=219723&release_id=563103 Sourceforge download page]

%> cd /apps/src
%> svn co [https://fedora-commons.svn.sourceforge.net/svnroot/fedora-commons/fedora/trunk/] fedora-trunk
%> cd fedora-trunk
\--confirm that you've got the right system path for the jar file-\-
%> ls /apps/src/fedora-trunk/lib/wsdl4j-1.5.1.jar
%> export CLASSPATH=$CLASSPATH:/apps/src/fedora-trunk/lib/wsdl4j-1.5.1.jar
%> ant
%> ant installer

Labels

install install Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Oct 24

    Daniel Davis says:

    This was a Beta 3.0 and needs to be updated for Fedora 3.1.

    This was a Beta 3.0 and needs to be updated for Fedora 3.1.