Summary: | Jboss-bin-5 ebuild | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Collin L. <collinl> |
Component: | Current packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | RESOLVED OBSOLETE | ||
Severity: | enhancement | CC: | gentoo, java, mandrikov |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Jboss bin 5 ebuild.
Support files for the attachment. |
Description
Collin L.
2009-10-26 21:34:47 UTC
Created attachment 208365 [details]
Jboss bin 5 ebuild.
Comment on attachment 208365 [details]
Jboss bin 5 ebuild.
This adds a new java6 use flag so that the correct code can be fetched from the system in this case fetching the jdk6 version of the zip file.
Created attachment 208366 [details]
Support files for the attachment.
This is the set of support files that need to go in the files directory.
As a general point this ebuild introduces one new use flag, the java6 flag. The binary install used here comes in two forms, one compiled on and for java5 and one for java6. Setting the java6 use flag specifies that you intend to run it on java 6 and thus it will install that. It does NOT link to the appropriate java compiler and thus does not guarantee it will run on that using instead the system vm. It also removes the ejb3 flag as ejb3 support is now part of the distro. I have tested this for 5.1.0 and it works with no change so long as the file names and the ebuild name are changed. |