[JBoss JIRA] (FORGE-1326) Furnace proxies should attempt to honor Thread interrupted state.
by Lincoln Baxter III (JIRA)
Lincoln Baxter III created FORGE-1326:
-----------------------------------------
Summary: Furnace proxies should attempt to honor Thread interrupted state.
Key: FORGE-1326
URL: https://issues.jboss.org/browse/FORGE-1326
Project: Forge
Issue Type: Feature Request
Components: Furnace (Container)
Affects Versions: 2.0.0.Beta3
Reporter: Lincoln Baxter III
Fix For: 2.x Future
Currently, there is no real way to force executed commands or methods to halt. Forge proxies should attempt to make this possible by checking Thread.interrupted() and throwing InterruptedException when appropriate.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGEPLUGINS-150) Dependency of plugin hibernate-tools cannot be found (maven repo issue)
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-150?page=com.atlassian.jira.... ]
Koen Aers resolved FORGEPLUGINS-150.
------------------------------------
Resolution: Done
> Dependency of plugin hibernate-tools cannot be found (maven repo issue)
> -----------------------------------------------------------------------
>
> Key: FORGEPLUGINS-150
> URL: https://issues.jboss.org/browse/FORGEPLUGINS-150
> Project: Forge Plugins
> Issue Type: Bug
> Components: Hibernate Tools Plugin
> Environment: Ubuntu 13.04 x64, jdk1.7.0_45
> Reporter: Thomas Reimer
> Assignee: Koen Aers
>
> Trying to install "hibernate-tools" plugin in forge I get the following error message:
> {code}
> ***INFO*** Preparing to install plugin: hibernate-tools
> ***INFO*** Checking out plugin source files to [/tmp/forgetemp6676292349174691559] via 'git'
> ***INFO*** Switching to branch/tag [refs/heads/master]
> ***WARNING*** Failed to resolve dependency [ org.eclipse.equinox:common:jar:3.2.0-v20060603 (compile) ] , due to error(s) : [org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.eclipse.equinox:common:jar:3.2.0-v20060603 in JBOSS_NEXUS (http://repository.jboss.org/nexus/content/groups/public)]
> ***INFO*** Invoking build with underlying build system.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building hibernate-tools-plugin 1.2.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.619s
> [INFO] Finished at: Fri Nov 15 09:46:22 CET 2013
> [INFO] Final Memory: 43M/438M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project hibernate-tools-plugin: Could not resolve dependencies for project org.jboss.hibernate.forge:hibernate-tools-plugin:jar:1.2.0-SNAPSHOT: Failure to find org.eclipse.equinox:common:jar:3.2.0-v20060603 in http://repository.jboss.org/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of JBOSS_NEXUS has elapsed or updates are forced -> [Help 1]
> {code}
> Obviously the maven repository is not the correct one - the dependency org.eclipse.equinox indeed is not located at http://repository.jboss.org/nexus/content/groups/public - but at https://repository.jboss.org/nexus/content/groups/{color:red}public-jboss....
> So at the moment it is not possible to install the hibernate-tools plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-463) Create Fedora package for Forge
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-463?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-463:
-------------------------------------
Fix Version/s: 2.x Future
(was: 1.x Future)
> 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.1.0.Final
> Reporter: Dan Allen
> Priority: Optional
> Fix For: 2.x Future
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-464) Create Debian/Ubuntu package for Forge
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-464?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-464:
-------------------------------------
Fix Version/s: 2.x Future
(was: 1.x Future)
> Create Debian/Ubuntu package for Forge
> --------------------------------------
>
> Key: FORGE-464
> URL: https://issues.jboss.org/browse/FORGE-464
> Project: Forge
> Issue Type: Feature Request
> Components: Forge Build
> Affects Versions: 1.0.6.Final
> Reporter: Dan Allen
> Priority: Optional
> Fix For: 2.x Future
>
>
> This issue should act as an umbrella for this project. Use related issues to track the steps.
> Creating and publishing Forge packages for Debian & Ubuntu 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 apt-get install jboss-forge
> (no sudo if you're hip enough, one of those GUIs if your glitzy enough)
> Debian provides guidelines for new package maintainers [1].
> [1] http://www.debian.org/doc/manuals/maint-guide/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-868) Support use of code formatting styles during JavaSource creation/modification
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-868?page=com.atlassian.jira.plugin.... ]
Lincoln Baxter III updated FORGE-868:
-------------------------------------
Fix Version/s: 2.x Future
(was: 1.x Future)
> Support use of code formatting styles during JavaSource creation/modification
> -----------------------------------------------------------------------------
>
> Key: FORGE-868
> URL: https://issues.jboss.org/browse/FORGE-868
> Project: Forge
> Issue Type: Feature Request
> Components: Parsers / File Manipulation
> Reporter: Vineet Reynolds
> Priority: Optional
> Fix For: 2.x Future
>
>
> We have a Forge formatter plugin, but it would be better if we could incorporate support for formatted code itself to be generated, to save us the trouble of running the formatter plugin (possibly) after every time a Forge command is used.
> The code formatter associated with a project should preferably (provided we can access it in some form) be used to perform the formatting.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years