Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9524 Details for
Bug 17695
ebuild for jswat-2.16 java debugger front-end, the better version ;)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for jswat-2.14
jswat-2.14.ebuild (text/plain), 1.54 KB, created by
Jyrki Muukkonen
on 2003-03-17 12:12:57 UTC
(
hide
)
Description:
ebuild for jswat-2.14
Filename:
MIME Type:
Creator:
Jyrki Muukkonen
Created:
2003-03-17 12:12:57 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 > >IUSE="jikes junit" >DESCRIPTION="Graphical Java debugger front-end for Java 2 platform" >HOMEPAGE="http://www.bluemarsh.com/java/jswat" >SRC_URI="mirror://sourceforge/${PN}/jswat-src-${PV}.tar.gz" >LICENSE="GPL-2" >SLOT="0" ># only x86 tested, so no other keywords >KEYWORDS="x86" > ># build depends on ant, optionally on jikes and junit >DEPEND=">=dev-java/ant-1.4.1 > jikes? ( >=dev-java/jikes-1.15 ) > junit? ( >=dev-java/junit-3.7 ) >" ># should work with different jdk's. tested mainly with sun jdk. >RDEPEND=">=virtual/jdk-1.4" > >src_compile() { > # options for ant. jswat and optionally jikes. > antopts="-Dversion=${PV}" > use jikes && antopts="${antopts} -Dbuild.compiler=jikes" > > # use ant to build it. binjar target does all the work we need. > ant ${antopts} binjar || die "Compile failed" > > # run junit tests. NOTE: this may take a while. > use junit && (ant ${antopts} test || die "JUnit test failed") >} > >src_install () { > # install jswat.jar > cd ${S}/build/dist/${P} > dojar jswat.jar > > # install needed 3rd party tools > cd ${S}/classes/ext > dojar parser.jar jclasslib.jar > > # make & install jswat executable > cd ${S} > echo -e >jswat '#!/bin/sh\njava -classpath /usr/share/jswat/lib/jswat.jar:$JDK_HOME/lib/tools.jar com.bluemarsh.jswat.Main $@' > chmod 755 jswat > dobin jswat > > # install documents > dodoc AUTHORS.txt BUGS.txt HISTORY.txt LICENSE.txt OLD_HISTORY.txt TODO.txt > dohtml README.html > dohtml -r docs >}
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 17695
:
9524
|
10726
|
11335