[JBoss JIRA] (FORGE-1382) MavenPluginFacet does not get plugin dependencies
by Max Barkley (JIRA)
Max Barkley created FORGE-1382:
----------------------------------
Summary: MavenPluginFacet does not get plugin dependencies
Key: FORGE-1382
URL: https://issues.jboss.org/browse/FORGE-1382
Project: Forge
Issue Type: Bug
Components: Plugin API
Affects Versions: 1.4.3.Final
Reporter: Max Barkley
Priority: Minor
The constructor {{MavenPluginAdapter(org.apache.maven.model.Plugin)}} does not copy dependencies from its argument. Consequently, calling {{MavenPluginFacet.getPlugin(org.jboss.forge.project.dependencies.Dependency)}} retrieves a plugin with no dependencies regardless of the actual pom configuration.
--
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-1373) Native Aesh commands do not properly receive/resolve file paths
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1373?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1373:
-----------------------------------
Fix Version/s: 2.0.0.Final
(was: 2.0.0.Beta4)
> Native Aesh commands do not properly receive/resolve file paths
> ---------------------------------------------------------------
>
> Key: FORGE-1373
> URL: https://issues.jboss.org/browse/FORGE-1373
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.Beta3
> Reporter: Lincoln Baxter III
> Fix For: 2.0.0.Final
>
>
> {code}
> [Desktop]$ cd ~
> [lb3]$ cd projects/
> [projects]$ less
> .DS_Store jboss/ lincoln_javascript_code_style.xml runtime-EclipseApplication(1)/ talks/
> jboss-eclipse-formatting-rules.xml lb3_eclipse_preferences.epf ocpsoft/ runtime-EclipseApplication/
> [projects]$ ls
> .DS_Store jboss/ lincoln_javascript_code_style.xml runtime-EclipseApplication(1)/ talks/
> jboss-eclipse-formatting-rules.xml lb3_eclipse_preferences.epf ocpsoft/ runtime-EclipseApplication/
> [projects]$ less lincoln_javascript_code_style.xml
> /Users/lb3/Desktop/lincoln_javascript_code_style.xml: No such file or directory
> {code}
--
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-1381) Being able to clear a project
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1381:
----------------------------------------
Summary: Being able to clear a project
Key: FORGE-1381
URL: https://issues.jboss.org/browse/FORGE-1381
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.0.0.Beta3
Reporter: Antonio Goncalves
When prototyping using a Forge script, sometimes I would like to have a command that would delete everything (pom.xml, src directory....). Something like :
{code}
project-clear
{code}
And then I would be able to start again from scratch without leaving the CLI.
--
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-1380) Introduce a ValueChangeListener for InputComponents
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1380:
--------------------------------------
Summary: Introduce a ValueChangeListener for InputComponents
Key: FORGE-1380
URL: https://issues.jboss.org/browse/FORGE-1380
Project: Forge
Issue Type: Feature Request
Components: UI - API
Affects Versions: 2.0.0.Beta4
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 2.0.0.Final
It should be possible to listen for InputComponent value change events, allowing binding to domain entities, avoiding storing information in UIContext between steps
--
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