Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62125 - jconfig-2.7 (new version)
Summary: jconfig-2.7 (new version)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-29 11:06 UTC by Hendrik Sticher
Modified: 2004-08-30 09:59 UTC (History)
0 users

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


Attachments
new ebuild (jconfig-2.7.ebuild,1.13 KB, text/plain)
2004-08-29 11:07 UTC, Hendrik Sticher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik Sticher 2004-08-29 11:06:39 UTC
New Version of JConfig is available. 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Hendrik Sticher 2004-08-29 11:07:55 UTC
Created attachment 38445 [details]
new ebuild
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-08-30 02:00:11 UTC
Can't check right now, but previous version don't have that gui/JConfig class.
i removed it when i bumped the package a few days ago
now i see it again in the ebuild you supplied, am i missing something?
Comment 3 Hendrik Sticher 2004-08-30 08:28:42 UTC
Ups, seems a bit strange. To be exactly I never used that GUI. I only need it
as JMX component within my JBoss J2EE Applications, but giving your comment a closer look I found out that the class "org/jconfig/gui/JConfig" does not exist
at all in the Versions 2.5, 2.5.1, 2.6 and 2.7.

The changelist tells about a gui that was added in version 2.3, but as it seems 
it is not available any longer. 

How to continue with this? I could submit a changed Version of the ebuild
where the lines 

        echo "#!/bin/sh" > ${PN}
        echo "cd /usr/share/${PN}" >> ${PN}
        echo '${JAVA_HOME}'/bin/java -cp libb/crimson.jar:lib/jaxp.jar:lib/${PN}.jar:.  org/jconfig/gui/JConfig '$*' >> ${PN}
        dobin ${PN}

are commented out. 

Please leave a short note on this.

Sorry for that mistake.



Best regards


Hendrik




 
Comment 4 Thomas Matthijs (RETIRED) gentoo-dev 2004-08-30 09:59:56 UTC
np, anyway its in the tree :)