Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 184267 Details for
Bug 261307
[java-experimental] dev-java/jaranalyzer-1.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The patch exceeded the size of the build.xml
build.xml (text/plain), 1.73 KB, created by
Ralph Sennhauser (RETIRED)
on 2009-03-07 20:13:37 UTC
(
hide
)
Description:
The patch exceeded the size of the build.xml
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2009-03-07 20:13:37 UTC
Size:
1.73 KB
patch
obsolete
><project name="JarAnalyzer" default="jar" basedir="."> > > <path id="project.class.path"> > <pathelement path="src"/> > <pathelement location="lib/ant.jar"/> > <pathelement location="lib/bcel.jar"/> > </path> > > <target name="compile"> > <mkdir dir="build"/> > <javac srcdir="src" destdir="build" source="1.4" target="1.4"> > <classpath refid="project.class.path"/> > </javac> > </target> > > <target name="compiletest" depends="compile"> > <mkdir dir="buildtest"/> > <javac srcdir="test" destdir="buildtest"> > <classpath> > <pathelement location="test"/> > <pathelement location="build"/> > <pathelement location="lib/junit.jar"/> > <pathelement location="lib/bcel.jar"/> > </classpath> > </javac> > </target> > > <target name="test" depends="compiletest"> > <junit haltonfailure="yes" printsummary="yes"> > <classpath> > <pathelement location="buildtest"/> > <pathelement location="jaranalyzer.jar"/> > <pathelement location="lib/bcel.jar"/> > </classpath> > <test name="com.kirkk.analyzer.test.AllTests" > haltonfailure="yes" outfile="result"> > <formatter type="xml"/> > </test> > </junit> > </target> > > <target name="javadoc" depends="compile"> > <mkdir dir="javadocs"/> > <javadoc packagenames="com.kirkk.analyzer.*" > sourcepath="src" > destdir="javadocs" > author="true" > windowtitle="JarAnalyzer API" > doctitle="JarAnalyzer API" > bottom="Copyright © 2006 Kirk Knoernschild"> > <classpath refid="project.class.path"/> > </javadoc> > </target> > > <target name="jar" depends="compile"> > <jar jarfile="jaranalyzer.jar" basedir="build"/> > </target> > ></project>
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 261307
:
184006
|
184007
|
184024
|
184025
|
184266
|
184267
|
185552