Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69205 - (new ebuild) xp should be in dev-java
Summary: (new ebuild) xp should be in dev-java
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL: http://jclark.com/xml/xp/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 63289
  Show dependency tree
 
Reported: 2004-10-27 18:20 UTC by Jan Brinkmann (RETIRED)
Modified: 2004-11-14 10:52 UTC (History)
0 users

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


Attachments
ebuild for xp.jar and build.xml (xp.tar.gz,837 bytes, application/x-gzip)
2004-10-27 18:22 UTC, Jan Brinkmann (RETIRED)
Details
xp-0.5.ebuild (xp-0.5.ebuild,793 bytes, application/octet-stream)
2004-10-28 07:06 UTC, Jan Brinkmann (RETIRED)
Details
the ant build file (build.xml,261 bytes, text/xml)
2004-10-28 07:07 UTC, Jan Brinkmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Brinkmann (RETIRED) gentoo-dev 2004-10-27 18:20:53 UTC
XP is an XML 1.0 parser written in Java. It is fully conforming: it detects all non well-formed documents. It is currently not a validating XML processor. However it can parse all external entities: external DTD subsets, external parameter entities and external general entities.

this package provides xp.jar. there are some packages in the portage tree which use xp.jar as packad jars and this ebuild is needed to remove those depencies. the jar is generated from the source code with ant.

Reproducible: Always
Steps to Reproduce:
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2004-10-27 18:22:09 UTC
Created attachment 42739 [details]
ebuild for xp.jar and build.xml

this ebuild builds the jar file from source with the help of ant
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2004-10-28 07:06:32 UTC
Created attachment 42770 [details]
xp-0.5.ebuild

this ebuild builds xp.jar from the sources, sorry for the tarball
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2004-10-28 07:07:28 UTC
Created attachment 42772 [details]
the ant build file

the build.xml is needed to compile the xp.jar, it has to be placed into the
filesdir
Comment 4 Thomas Matthijs (RETIRED) gentoo-dev 2004-11-14 10:52:46 UTC
added