fedorahome.zip and
fedora-installer.jar
These are created with the command
mvn clean install -P fedora-installer
With this update all of the following work
mixing and matching ANT & Maven2
with both java5 and java6.
ant clean installer
ant junit
ant junit Dtest=fedora.test.AllSystemTestsConfigQ
ant junit Dtest=fedora.test.AllSystemTestsConfigA
ant junit Dtest=fedora.test.AllSystemTestsConfigB
mvn clean install
mvn install -P fedora-installer
mvn integration-test -P configQ
mvn integration-test -P configA
mvn integration-test -P configB