Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28589 Details for
Bug 46629
new TagUnit 1.0.1 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new tagunit ebuild
tagunit-1.0.1.ebuild (text/plain), 870 bytes, created by
Pavel
on 2004-04-02 12:11:56 UTC
(
hide
)
Description:
new tagunit ebuild
Filename:
MIME Type:
Creator:
Pavel
Created:
2004-04-02 12:11:56 UTC
Size:
870 bytes
patch
obsolete
>inherit jakarta-commons > >DESCRIPTION="TagUnit is a tag library for testing custom tags within JSP pages." >SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}-src.zip" >HOMEPAGE="http://www.tagunit.org" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >DEPEND=">=virtual/jdk-1.3 > >=dev-java/ant-1.4 > jikes? ( >=dev-java/jikes-1.17 ) > >=servletapi-2.4" >RDEPEND=">=virtual/jdk-1.3" >IUSE="jikes doc" >S="${WORKDIR}/${P}-src/tagunit-core" > >src_compile() { > addpredict /dev/random > > echo ${PV} > ../version.txt > mkdir ../lib > export CLASSPATH="`java-config --classpath=servletapi-2.4`" > > local antflags="build" > antflags="${antflags} -Dbuild.sysclasspath=last" > use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > use doc && antflags="${antflags} javadoc" > ant ${antflags} || die "compilation failed" >} > >src_install() { > java-pkg_dojar lib/${PN}.jar > use doc && dohtml -r doc/api/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 46629
: 28589