-
I have also been out to the eclipse forums, http://www.eclipse.org/forums/index.php?t=msg&goto=505580. Some feedback but haven't had time to follow up with it yet.
2010-01-05 08:01:38 UTC by trevorcampbell
-
Getting closer, I now get an executable! It won't run however... during the splash screen, I get a dialog box pointing me to this file...
http://riemens.org/fs/fgfp_log.log
I'm also taking this to the fedora-devel-java mailing list. I'm new to java packaging, and it appears to become the first eclipse-rcp package in fedora. I could sure use some advice from experienced packagers!
Thanks,
2010-01-04 21:09:28 UTC by stefanriemens
-
The directory with all the launchers is in the Delta pack, http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/download.php?dropFile=eclipse-3.5.1-delta-pack.zip
which contains all the extra bits for each platform.
I understand what you mean by "just use the system jars" but I really have no idea how to do that. Because I built this using the Eclipse RCP platform the...
2010-01-02 07:49:43 UTC by trevorcampbell
-
Thanks for working on this! I've just tried it: the good news is that the build itself went just fine. However, I get this error after a while:
BUILD FAILED
/home/stefan/flightgear/native/fgfp/build.xml:79: Cannot perform operation from directory to file.
It tries to do this here:
2010-01-01 12:47:26 UTC by stefanriemens
-
Hi Stefan,
Also be aware of this bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=293720, that is currently effecting all Eclipse based application in Fedora 12.
I am also using the free ATI driver, which is barely working with OpenGL at the moment. I need to se the kernel pareamenter radeon.modeset=0 to get the application to run. See https://bugs.freedesktop.org/show_bug.cgi?id=25838.
2009-12-31 09:04:50 UTC by trevorcampbell
-
Hi Stefan,
I have just committed a set of ant build scripts and also a file BUILD.TXT that explains what is needed to run them. I am not sure how well that will fit with the Fedora way of building Java applications. Let me know if you would like things organised differently, or if you would like to change things about, please join the project here and add any modifications you think are...
2009-12-31 09:00:03 UTC by trevorcampbell
-
trevorcampbell committed patchset 93 of module fgfp to the Kelpie Flight Planner for Flightgear CVS repository, changing 39 files.
2009-12-31 08:54:25 UTC by trevorcampbell
-
That would be great! Thanks...
Let me know if I can help testing stuff...
Stefan.
2009-12-07 14:07:44 UTC by stefanriemens
-
You are correct. There is no ANT script to build from source. I have always just used the eclipse GUI tooling, although I know it is possible to create an ANT script to build.. I will look into this and see if I can make one for you.
2009-12-07 09:45:54 UTC by trevorcampbell
-
Hi all,
I'd like to package kelpie for fedora (I'm a packager already). However I don't have java experience. What I'd like to know is: how can I build kelpie entirely from source using only command line tools? I couldn't find any documentation on building kelpie from source. Google wasn't of help either (it looks to me like ant is not used, is that correct?)
Thanks,
Stefan.
2009-11-30 18:42:47 UTC by stefanriemens