Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132917 - sun-jmx-1.2.1-r1 does not compile with jdk 1.5
Summary: sun-jmx-1.2.1-r1 does not compile with jdk 1.5
Status: RESOLVED DUPLICATE of bug 79206
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-10 09:31 UTC by wolfhead
Modified: 2006-05-10 11:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wolfhead 2006-05-10 09:31:42 UTC
dev-java/sun-jmx does not compile with jdk 1.5
it targets to v1.2 so it aborts
removing the target line from build.xml fixes this. it compiles corretly afterwards on amd64

this way it works:
    <target name="classes"
	    description="Build all JMX RI java files from ${dir.src} to ${dir.build}/classes" >
        <mkdir dir="${dir.build}/classes" />
	<javac 	srcdir="${dir.src}" 
		destdir="${dir.build}/classes" 
		debug="on"
		debuglevel="lines,source"
		optimize="on"
		includeAntRuntime="no"
		includeJavaRuntime="no"		
	/>
    </target>
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-10 11:47:11 UTC

*** This bug has been marked as a duplicate of 79206 ***