Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211503 - dev-java/jython-2.2.1-r1 breaks dev-java/freemarker
Summary: dev-java/jython-2.2.1-r1 breaks dev-java/freemarker
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 11:08 UTC by Petteri Räty (RETIRED)
Modified: 2008-03-01 02: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.
Comment 1 Alistair Bush (RETIRED) gentoo-dev 2008-02-29 05:37:27 UTC
And neither is it freemarkers only problem

 <target name="fetchlibs" unless="all.libs.present" description="fetch build dependencies and put them in lib directory">
	<mkdir dir="lib"/>
	<echo>Fetching libraries from server.</echo>
	<get src="${libs.location}/README.txt" dest="lib/README.txt" usetimestamp="true"/>
	<get src="${libs.location}/ant.jar" dest="lib/ant.jar" usetimestamp="true"/>
	...
	...
	<get src="${libs.location}/jsp-api-2.0.jar" dest="lib/jsp-api-2.0.jar" usetimestamp="true"/>
	<get src="${libs.location}/jsp-api-2.1.jar" dest="lib/jsp-api-2.1.jar" usetimestamp="true"/>
	<get src="${libs.location}/xalan.jar" dest="lib/xalan.jar" usetimestamp="true"/>
    </target>
Comment 2 Alistair Bush (RETIRED) gentoo-dev 2008-02-29 05:48:42 UTC
Never mind, that is for freemarker-2.3.11 which is currently masked in tree.  sorry for the bug spam.
Comment 3 Alistair Bush (RETIRED) gentoo-dev 2008-03-01 02:47:44 UTC
Bumped freemarker with patch to support jython-2.2, added blocker to jython.