Check the Root folder under your home folder contains the file it is complaining to be not found. If not then your ant frameworks command didn't executed successfully. Try ant clean and then ant frameworks.
Or do this ant -Dwonder.build=5.4 frameworks sudo ant -Dwonder.build=5.4 frameworks.install The above works for me perfect. Farrukh Sent from my iPhone On 2010-10-09, at 4:36 PM, Alexander Spohr <[email protected]> wrote: > Hi list, > > just got a fresh WOnder for 5.4.X and tried to install it as instructed here: > http://wiki.objectstyle.org/confluence/display/WONDER/Download+Wonder+Source%2C+Build%2C+Install+and+Upgrade > > The sudo ant frameworks.install fails with this message: > > global.framework.install: > [sync] Copying 2 files to /Library/Frameworks/FrontBasePlugIn.framework > > BUILD FAILED > /Users/atze/Source/XYRALITY/WonderSource/build.xml:17: The following error > occurred while executing this line: > /Users/atze/Source/XYRALITY/WonderSource/Build/build/build.xml:1018: The > following error occurred while executing this line: > /Users/atze/Source/XYRALITY/WonderSource/Build/build/build.xml:907: The > following error occurred while executing this line: > /Users/atze/Source/XYRALITY/WonderSource/Build/build/generic.xml:524: Failed > to copy > /Users/atze/Roots/FrontBasePlugIn.framework/Resources/Java/FrontBasePlugIn.jar > to > /Library/Frameworks/FrontBasePlugIn.framework/Resources/Java/FrontBasePlugIn.jar > due to java.io.FileNotFoundException > /Library/Frameworks/FrontBasePlugIn.framework/Resources/Java/FrontBasePlugIn.jar > (No such file or directory) > > > If I then try to run a fresh WOnder Application I get this Stack: > > Thread [main] (Suspended (exception AbstractMethodError)) > NSNotificationCenter.addObserver(Object, NSSelector, String, Object) line: > 230 > NSProperties.registerForNotifications() line: 322 > NSProperties.setSharedInstance(NSProperties) line: 215 > NSProperties.<clinit>() line: 156 > EOEventCenter.<clinit>() line: 92 > EOEditingContext.<clinit>() line: 582 > EOCustomObject.<clinit>() line: 2012 > Class<T>.forName0(String, boolean, ClassLoader) line: not available > [native method] > Class<T>.forName(String) line: 169 > WOApplication.class$(String) line: 185 > WOApplication.<clinit>() line: 185 > > Any advice? > > atze > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
