Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96905 - freecol version bump
Summary: freecol version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-23 16:45 UTC by Mr. Bones. (RETIRED)
Modified: 2005-06-23 21:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
freecol-0.4.0.ebuild (freecol-0.4.0.ebuild,1.26 KB, text/plain)
2005-06-23 16:48 UTC, Mr. Bones. (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. Bones. (RETIRED) gentoo-dev 2005-06-23 16:45:38 UTC
I was so hoping that just copying freecol-0.3.0.ebuild to freecol-0.4.0.ebuild would work....but no.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2005-06-23 16:48:26 UTC
Created attachment 61811 [details]
freecol-0.4.0.ebuild

So close and yet so far....

Fails like this:

The music files could not be loaded by FreeCol. Disabling music.
java.lang.NoClassDefFoundError: cz/autel/dmi/HIGConstraints
	at
net.sf.freecol.client.gui.panel.FreeColPanel.<clinit>(FreeColPanel.java:24)
	at net.sf.freecol.client.gui.Canvas.<init>(Canvas.java:168)
	at net.sf.freecol.client.FreeColClient.startGUI(FreeColClient.java:221)

	at
net.sf.freecol.client.FreeColClient.access$000(FreeColClient.java:45)	     at
net.sf.freecol.client.FreeColClient$1.run(FreeColClient.java:134)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)

	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)

	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)	     at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)	     at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)


The music thing on the first line is normal...the rest isn't.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2005-06-23 21:23:06 UTC
Ha!  Found that I wasn't installing the jars directory.  Works now.

zx - might want to check it to make sure I didn't make a mess of it.  The
build.xml thing is pretty opaque to me.