Hi, Since you seem to be restructuring the build system anyway, I'd like to suggest breaking out fedora, fop, imagemanip, and saxon into separate "top-level" projects. This would make it much easier to build and deploy / debug them from Eclipse (WTP).
Cheers, Carsten -----Original Message----- From: Andrew Woods [mailto:[email protected]] Sent: Tuesday, 30 June 2009 2:12 To: Steve Bayliss Cc: [email protected] Subject: Re: [Fedora-commons-developers] Trunk (r8097) won't do a "quick" install Hello Steve, We are currently migrating the build framework from ANT to Maven2. Until this process is complete, the ANT build should continue to work as usual. The issue you raise is a result of changes in the ANT build.xml file. The update that fixes it will make it into trunk by Tuesday (6/30). But in the meantime, you may try swapping the following line in the 'compile-installer' target of the build.xml: - <md-compile srcdir="${repo.java.dir}" destdir="${install.build.dir}" includes="fedora/utilities/install/**" /> + <md-compile srcdir="${repo.java.dir}" destdir="${install.build.dir}" includes="fedora/utilities/**,fedora/server/config/**" /> Please let me know how it goes. Andrew On Mon, Jun 29, 2009 at 11:54 AM, Steve Bayliss<[email protected]> wrote: > I can successfully build the current trunk revision ("installer" target), > but when I try to do a quick install, I'm getting the following: > > Preparing FEDORA_HOME... > Configuring fedora.fcfg > Exception in thread "main" java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.simontuffs.onejar.Boot.run(Boot.java:306) > at com.simontuffs.onejar.Boot.main(Boot.java:159) > Caused by: java.lang.NoClassDefFoundError: > fedora/server/config/ServerConfigurationParser > at > fedora.utilities.install.FedoraHome.configureFCFG(FedoraHome.java:216) > at > fedora.utilities.install.FedoraHome.configure(FedoraHome.java:102) > at fedora.utilities.install.FedoraHome.install(FedoraHome.java:60) > at fedora.utilities.install.Installer.install(Installer.java:81) > at fedora.utilities.install.Installer.main(Installer.java:277) > ... 6 more > > > ------------------------------------------------------------------------------ > _______________________________________________ > Fedora-commons-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers > ------------------------------------------------------------------------------ _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers ------------------------------------------------------------------------------ _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
