Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75335 - dev-java/xml-stylebook - XML stylebook
Summary: dev-java/xml-stylebook - XML stylebook
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 63287
  Show dependency tree
 
Reported: 2004-12-22 09:54 UTC by Saleem Abdulrasool (RETIRED)
Modified: 2018-06-07 18:26 UTC (History)
1 user (show)

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


Attachments
xml-stylebook-bin-20041208.ebuild (xml-stylebook-bin-20041208.ebuild,495 bytes, text/plain)
2004-12-29 05:40 UTC, Jan Brinkmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-22 09:54:17 UTC
Needed for xerces to be built from surce completely

Reproducible: Always
Steps to Reproduce:
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2004-12-29 05:40:06 UTC
Created attachment 47110 [details]
xml-stylebook-bin-20041208.ebuild

since we have circular dependencies with xerces and xalan we should add this
package as a binary version to the portage tree. xerces needs xml-stylebook,
xml-stylebook needs xalan and xalan needs xerces. we could break the dependency
chain by adding this package in a binary version. since this project is only
available via cvs atm i've made a snapshot which can be found here:

http://the-luckyduck.de/~lucky/xml-stylebook-20041208.tar.bz2
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-01-10 14:15:57 UTC
Could we rather bootstrap xml-stylebook inside xerces? I.e. compile xerces with the bundled xml-stylebook.jar, then compile xml-stylebook.jar with the freshly compiled xerces?

Both would be dojar'ed into /usr/share/xerces-<slot>
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-15 05:46:01 UTC
i've played around with xerces a lot, i.e. with the build process and on runtime and figured out that we don't need xml-stylebook at all. it was needed to generate some docs but we can still generate javadocs without this package. that makes life for us much easier. because of this i close this one, no other package relies up on xml-stylebook.
Comment 4 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-01-08 10:35:35 UTC
I think stylebook would be useful not just for xerces, but e.g. building docs of batik too. Javadocs aren't everything.
Now, who can find the sources somewhere? :)
Comment 5 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-07-11 04:21:50 UTC
You will need to do a snapshot ebuild for this as there is no official release.  Fortunately, that shouldnt be a big deal as the project is fairly stagnant (the last change being made ~3 years ago).

svn co http://svn.apache.org/repos/asf/xml/stylebook/trunk/ xml-stylebook