[
https://jira.jboss.org/jira/browse/JBIDE-2796?page=com.atlassian.jira.plu...
]
Rob Stryker commented on JBIDE-2796:
------------------------------------
They are not, and have not been, enabled for all projects for many many months. If they
are ever enabled automatically it is a bug.
If you checked the commit here, it is because the test project template also included the
archives nature / builder for some unknown reason.
Admittedly I removed it from the seam test project but not the test-seam2 folder where the
same error still exists. I'll be committing the following patch to trunk and branch:
### Eclipse Workspace Patch 1.0
#P org.jboss.tools.seam.core
Index: templates/test-seam2/.project
===================================================================
--- templates/test-seam2/.project (revision 11226)
+++ templates/test-seam2/.project (working copy)
@@ -11,18 +11,12 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.jboss.ide.eclipse.archives.core.archivesBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.jboss.tools.seam.core.seambuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
- <nature>org.jboss.ide.eclipse.archives.core.archivesNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.jboss.tools.seam.core.seamnature</nature>
</natures>
Seam Test project should not have archives nature / builder
------------------------------------------------------------
Key: JBIDE-2796
URL:
https://jira.jboss.org/jira/browse/JBIDE-2796
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.alpha
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.0.0.beta1
The seam test project does not require nor does it benefit from having the archives
nature / builder.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira