[
https://issues.jboss.org/browse/FORGE-518?page=com.atlassian.jira.plugin....
]
Guillaume Gustin commented on FORGE-518:
----------------------------------------
An other thing that may help figuring out the error,
Once we encountered the error with our plugin. If you try just after to make a
"new-project" or,
to go (via cd ...) on an exisiting project, you have the following :
***ERROR*** [cd] Could not create Maven project building request
It seems that once the error have been thrown once, you have to exit the forge and start
it again.
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
Priority: Blocker
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