Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68134 - triplea java run commands and ant dependency
Summary: triplea java run commands and ant dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 04:57 UTC by George .H
Modified: 2004-12-09 19:17 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 George .H 2004-10-19 04:57:56 UTC
For TripleA 0.4.8 the java run command was listed as "java -mx96M -cp \\"  you need to remove the -mx96M  since TripleA no longer uses it and the JVM on Macs don't support it.

For TripleA to compile you don't need to depend on ant-1.4.1 that will try to install ALL of dev-java apps.. just need  to depend on Junit and ant-core.

Also TripleA experiances problems with java 1.5.0, though we added a warning message for TripleA Unstable v0.5.0, though I don't know if you want to specificaly make it for 1.4.x only and dissallow installing 1.5.x of Java.

I don't know who maintains the TripleA ebuild.. but adding TripleA unstable v0.4.9 would be a wise choice as it under went a lot of testing and has numerous bug fixes. We expect another stable release soon within this year.

Reproducible: Always
Steps to Reproduce:
1. Open the TripleA ebuild file
2. Look for ant dependency
3. Look for the -mx96M segment in the java run command

Actual Results:  
using -mx96M will not work on Macs
depending on ant-1.4.1 and not ant-core will yeild an installation of unnecesary
dev-java files that a user may not ever use with triplea.

Expected Results:  
Remove -mx96M
change ant dependency to ant-core
Comment 1 Saleem Abdulrasool (RETIRED) gentoo-dev 2004-12-04 13:05:03 UTC
The games herd maintains this package.  They have been added to the CC list for this bug.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-12-09 19:17:33 UTC
fixed in CVS.  Thanks for the bug report.