Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 63243

Summary: net-nds/jxplorer can be build from source
Product: Gentoo Linux Reporter: Thomas Matthijs (RETIRED) <axxo>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 38899, 76419    
Bug Blocks:    
Attachments: jxplorer-3.1_rc4.ebuild
build.xml
jxplorer-gentoo.patch
jxplorer-log4j.patch
jxplorer.sh

Description Thomas Matthijs (RETIRED) gentoo-dev 2004-09-08 08:16:50 UTC
The ebuild needs to be updated to build the packages from source
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-02 08:44:47 UTC
Created attachment 47378 [details]
jxplorer-3.1_rc4.ebuild

an ebuild for the latest release of jxplorer. this ebuild build jxplorer from
source and makes it possible for users to save connections and options. this
was not possible in the past because the default configuration file wasn't
stored in ${HOME} automagically. this ebuild also removes packed jar issues.
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-02 08:46:01 UTC
Created attachment 47379 [details]
build.xml

an build.xml file used by ant to compile jxplorer. it's not possible atm the
build jxplorer using jikes, will try to patch jxplorer to enable this feature.
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-02 08:47:53 UTC
Created attachment 47380 [details, diff]
jxplorer-gentoo.patch

this patch tells jxplorer to search for a configuration file in '~/.jxplorer'
instead of '~/jxplorer', this is just against the polution of ~
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-02 08:49:16 UTC
Created attachment 47381 [details, diff]
jxplorer-log4j.patch

this patch changes the default logfile location to /tmp, otherwise it would
have been under /usr/share/jxplorer and this is a read only location.
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-02 08:51:47 UTC
Created attachment 47383 [details]
jxplorer.sh

last but not least, a rewritten startup file for jxplorer
Comment 6 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-22 07:35:55 UTC
jxplorer-3.1_rc4 now available for testing in the portage tree.