[
https://issues.jboss.org/browse/FORGE-518?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III updated FORGE-518:
-------------------------------------
Priority: Major (was: Blocker)
Changing priority to Major, since this does not affect the majority of plugins, however, I
believe this is tied to the shell bootstrap ordering, and also the issue where Forge
leaves an orphan unsubmitted "\n" on the command prompt when booting up for the
first time. This is also related to the setting of the Plugin classloader as thread
context classloader during plugin execution, and will likely require some changes to the
modular plugin loading configuration.
projectFactory.createProjet doesn't work out of embeded plugins
---------------------------------------------------------------
Key: FORGE-518
URL:
https://issues.jboss.org/browse/FORGE-518
Project: Forge
Issue Type: Bug
Components: Builtin Plugins, Forge Build
Affects Versions: 1.0.0.Final
Environment: Windows XP Professional Service Pack 3 - 32 bits
Reporter: Guillaume Gustin
Labels: projectFactory.createProject
Attachments: ajf-forge.zip, aTest-compacted.zip, forge-screenshot.png
I want to create a new plugin which allow to create a solution (set of projects) based on
a specific solution model. But when the forge execute the project building code
"projectFactory.createProject(targetProjectDir, DependencyFacet.class,
MetadataFacet.class, JavaSourceFacet.class, ResourceFacet.class)" i receive the
exception "org.jboss.forge.project.ProjectModelException" with the message
"Could not create Maven project building request"
When i fire my new plugin, my forge promps is "[no project] myTempdir $ ", I
have the same exception when I copy the "new-project plugin" as
"new-new-project plugin".
--
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