Forge fails to start
--------------------
Key: SEAMFORGE-135
URL: https://issues.jboss.org/browse/SEAMFORGE-135
Project: Seam Forge
Issue Type: Bug
Components: Forge Build
Affects Versions: 1.0.0.Alpha3
Reporter: Yarco Hayduk
C:\Windows\system32>forge
Error: Could not find or load main class %MY_FORGE_HOME_PATH%\forge-1.0.0.Alpha3\lib\aether-api.jar
I double checked the PATH variables.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Method API should have the ability to add throws declarations
-------------------------------------------------------------
Key: SEAMFORGE-104
URL: https://issues.jboss.org/browse/SEAMFORGE-104
Project: Seam Forge
Issue Type: Enhancement
Reporter: Paul Bakker
There is no way to add throws declarations to methods using the builder interface now. The following demonstrates how this should work.
{code}
.addMethod()
.setName("main")
.setStatic()
.setPublic()
.setReturnTypeVoid()
.addThrows(MyException.class)
.addThrows(MyOtherException.class)
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
local maven repository should be configurable
---------------------------------------------
Key: SEAMFORGE-73
URL: https://issues.jboss.org/browse/SEAMFORGE-73
Project: Seam Forge
Issue Type: Feature Request
Components: Builtin Plugins
Reporter: Lincoln Baxter III
The local reositor is currenty hardcoded in MavenCoreFacetImpl, it should be configurable.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Plugin constraints should apply to commands (at a more granular level)
----------------------------------------------------------------------
Key: SEAMFORGE-37
URL: https://issues.jboss.org/browse/SEAMFORGE-37
Project: Seam Forge
Issue Type: Feature Request
Components: Plugin API
Affects Versions: 1.0.0.Alpha1
Reporter: Lincoln Baxter III
Assignee: Lincoln Baxter III
@RequiresFacet
@RequiresProject
@RequiresPackagingType
... etc
Should all be able to apply to individual commands, not just Plugins at the class level.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reverse engineering of database tables into JPA entities
--------------------------------------------------------
Key: SEAMFORGE-46
URL: https://issues.jboss.org/browse/SEAMFORGE-46
Project: Seam Forge
Issue Type: Feature Request
Components: Brainstorming, Builtin Plugins
Affects Versions: 1.0.0.Alpha2
Reporter: Lincoln Baxter III
Forge needs a plugin to reverse-engineer a database (using Hibernate tools) and generate a schema of JPA entities. Work has started on this issue here: https://github.com/maxandersen/forge/tree/htools, but requires hibernate-tools-core be deployed to nexus.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Persistence plugin should optionally add maven configuration for a meta-model generator
---------------------------------------------------------------------------------------
Key: SEAMFORGE-101
URL: https://issues.jboss.org/browse/SEAMFORGE-101
Project: Seam Forge
Issue Type: Enhancement
Reporter: Paul Bakker
If JPA 2.0 is used, and the provider supports a meta-model generator it should be added to the pom file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Ability to add a managed dependency to a project
------------------------------------------------
Key: SEAMFORGE-116
URL: https://issues.jboss.org/browse/SEAMFORGE-116
Project: Seam Forge
Issue Type: Enhancement
Components: Builtin Plugins
Affects Versions: 1.0.0.Alpha2
Reporter: Ken Finnigan
Would be great to be able to add a dependency to a project into the dependencyManagement section.
The first use case I can think of is ability to import seam-bom as managed dependency.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Test harness does not function consistently with actual terminal behavior
-------------------------------------------------------------------------
Key: SEAMFORGE-77
URL: https://issues.jboss.org/browse/SEAMFORGE-77
Project: Seam Forge
Issue Type: Bug
Components: Shell, Test Harness
Affects Versions: 1.0.0.Alpha2
Reporter: Lincoln Baxter III
Fix For: 1.0.0.Alpha3
Because JLine returns "" empty string instead of null when UnsupportedTerminals receive EOF, the Shell has no way to determine when EOF has been pressed. This manifests when the Test Harness is used to test EOFs and command prompt handling.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Arquillian plugin does not conform to Arquillian Container project naming standards
-----------------------------------------------------------------------------------
Key: SEAMFORGE-153
URL: https://issues.jboss.org/browse/SEAMFORGE-153
Project: Seam Forge
Issue Type: Enhancement
Reporter: Lincoln Baxter III
Assignee: Paul Bakker
We will update this with more details asap.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Repository plugin should handle plugin repositories
---------------------------------------------------
Key: SEAMFORGE-112
URL: https://issues.jboss.org/browse/SEAMFORGE-112
Project: Seam Forge
Issue Type: Enhancement
Reporter: Dan Allen
Currently the Maven repository plugin is only reading and writing the primary repositories. Parallel support should be provided for working with the plugin repository stanza. Perhaps this is just a different mode (or flag) for the repository plugin.
{code}
project list-repositories --repository-type plugin
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira