[
https://issues.jboss.org/browse/FORGE-463?page=com.atlassian.jira.plugin....
]
Dan Allen commented on FORGE-463:
---------------------------------
Here are the guidelines for creating a Java package in Fedora.
http://fedoraproject.org/wiki/Packaging:Java
You can take a look at the ShrinkWrap package for a very straightforward example of Java
package spec that has no external dependencies (other than Maven):
http://pkgs.fedoraproject.org/gitweb/?p=shrinkwrap.git;a=tree
Note that ShrinkWrap has one extra requirement to run w/ a JAVA5_HOME environment
variable, which you can probably ignore.
Create Fedora package for Forge
-------------------------------
Key: FORGE-463
URL:
https://issues.jboss.org/browse/FORGE-463
Project: Forge
Issue Type: Feature Request
Components: Forge Build
Affects Versions: 1.0.0.Beta5
Reporter: Dan Allen
This is an umbrella issue for creating a Fedora package for Forge. Track steps using
additional issues.
Creating and publishing Forge packages for Fedora would really help boost adoption of
Forge, IMO. Telling someone to download an unzip seems simple enough, but there's just
something even more elegant about:
sudo yum install jboss-forge
(no sudo if you're hip enough, one of those GUIs if your glitzy enough)
I discovered that Fedora is trying to make package development easier than ever for Java
developers. They've created a plugin for Eclipse [1] that walks you through creating a
package, starting from git clone all the way to publish to Bodhi [2] (think of it like
Nexus for Fedora, sort of).
This effort relates to, and my help drive, the JBoss AS 7 on Fedora initiative [3].
[1]
http://fedoraproject.org/wiki/Fedora_Packager_For_Eclipse_User_Guide
[2]
http://fedoraproject.org/wiki/Bodhi
[3]
http://fedoraproject.org/wiki/JBossAS7
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira