Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46351 Details for
Bug 73319
dev-java/bcel-5.1 fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bcel-5.1-gentoo-buildxml.diff
bcel-5.1-gentoo-buildxml.diff (text/plain), 1.26 KB, created by
Jan Brinkmann (RETIRED)
on 2004-12-19 09:44:55 UTC
(
hide
)
Description:
bcel-5.1-gentoo-buildxml.diff
Filename:
MIME Type:
Creator:
Jan Brinkmann (RETIRED)
Created:
2004-12-19 09:44:55 UTC
Size:
1.26 KB
patch
obsolete
>--- build.xml.orig 2004-12-19 18:15:47.840287952 +0100 >+++ build.xml 2004-12-19 18:19:13.831972456 +0100 >@@ -58,24 +58,32 @@ > <!-- Compile the sources --> > <target name="compile" depends="init"> > <mkdir dir="${build.dest}"/> >- <javac srcdir="${src.dir}" destdir="${build.dest}" classpath="${class.path}" debug="true"/> >+ <javac srcdir="${src.dir}" >+ destdir="${build.dest}" >+ classpath="${class.path}" >+ debug="off" >+ target="1.4" >+ source="1.4"> >+ <classpath> >+ <pathelement path="${regexp.jar}"/> >+ </classpath> >+ </javac> > </target> > > <!-- Just an alias --> > <target name="build" depends="compile"/> > > <!-- Jar the library --> >- <target name="jar" depends="examples"> >+ <target name="jar" depends="compile"> > <jar jarfile="${build.dir}/${name}.jar" > basedir="${build.dest}" >- manifest="${basedir}/manifest.txt" > includes="org/**,listclass.class" > /> > </target> > > <!-- Compile the examples --> > <target name="examples" depends="compile"> >- <javac srcdir="${examples.dir}" destdir="${build.dest}" classpath="${class.path}" /> >+ <javac srcdir="${examples.dir}" destdir="${build.dest}" classpath="${class.path}" target="1.4" source="1.4"/> > </target> > > <!-- Creates the API documentation -->
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 73319
:
46350
| 46351 |
46352
|
46354