[
https://issues.jboss.org/browse/JBIDE-7978?page=com.atlassian.jira.plugin...
]
Rob Stryker resolved JBIDE-7978.
--------------------------------
Resolution: Cannot Reproduce Bug
I have tried this with 4 different versions of seam (using a deploy-only server as the
publishing logic is the same for all)
In all cases, the file count in {deployroot}/{projectName}.war/WEB-INF/lib is equal to the
file count in {workspaceProject}/WebContent/WEB-INF/lib.
For Seam 2.0: 23
For Seam 2.1: 26
For Seam 2.2: 27
The numbers match 100%. I also see no misplaced jars or jars placed in an unexpected
location.
In a folder with all 3 deployments I execute the following:
[rob@localhost b]$ du -a | grep "jar" | wc -l
76
[rob@localhost b]$ du -a | grep "jar" | grep -v "lib" | wc -l
0
As you can see, there are no misplaced jars, and no jars that are missing.
Regression on seam deployment for war app
-----------------------------------------
Key: JBIDE-7978
URL:
https://issues.jboss.org/browse/JBIDE-7978
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Reporter: Max Andersen
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.2.0.CR1
From jbds user:
"JBoss Developer Studio 4 Beta and Helios in general with JBossTools 3.2 a seam war
project does not get built correctly it treats the jboss-seam-2.2.1.CR1.jar,
bsh-2.0b4.jar, mvel2-2.0.10.jar and itext-2.1.2.jar as modules and consequently does not
but the libs in the WEB-INF/lib directory. This issue is not appearing when building an
EAR but then we don't get hot deployment."
Needs to confirm if this is still happening or not.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira