Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17585 - [NEW] jmbus-1.0.7.ebuild
Summary: [NEW] jmbus-1.0.7.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Todd Berman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-15 17:32 UTC by Stefan Prelle
Modified: 2003-05-23 19:24 UTC (History)
0 users

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


Attachments
ebuild file for new package (jmbus-1.0.7.ebuild,5.55 KB, text/plain)
2003-03-15 17:34 UTC, Stefan Prelle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Prelle 2003-03-15 17:32:34 UTC
Hi!

This is an ebuild for a JAVA implementation of the IETF Message Bus Protocol
(RFC 3259) - a light-weight protocol for distributed applications and ad-hoc
group communication. For more information concerning Message Bus (Mbus) see
http://www.mbus.org/

The ebuild file is attached to this report.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




jmbus-1.0.7.ebuild (New Package)
Comment 1 Stefan Prelle 2003-03-15 17:34:44 UTC
Created attachment 9422 [details]
ebuild file for new package

I suggest moving it to either dev-java or dev-libs.
Comment 2 Stefan Prelle 2003-03-15 17:35:54 UTC
I suggest moving the package to dev-java or dev-libs.
Comment 3 Todd Berman (RETIRED) gentoo-dev 2003-05-23 00:25:05 UTC
added to the tree
Comment 4 Stefan Prelle 2003-05-23 18:23:40 UTC
The ebuild isn't the ebuild I originally sent when uploading this package.
The new ebuild uses java-pkg-dojar and installs the jar in $datadir/jmbus/lib/jmbus.jar but the shell scripts (jcetest.sh, ...) included in the package try to locate them at $datadir/jmbus.jar (where a . As a result all bundled applications don't work.

What now? Do I have to create a new tar.gz with changes adopting to the use of java-pkg-dojar or shall the ebuild be changed?
Comment 5 Todd Berman (RETIRED) gentoo-dev 2003-05-23 19:24:22 UTC
your shell scripts should be using the java-config application to gain information about the installed location of the .jar files. This is how gentoo works. Do you package these scripts? If so, you can contine to package your scripts the normal way, and supply me with diff's and I will patch the .tar.gz for gentoo only.