[
https://issues.jboss.org/browse/JBIDE-7333?page=com.atlassian.jira.plugin...
]
Remmelt van der Werff commented on JBIDE-7333:
----------------------------------------------
It's nice to see that this issue gets some attention again. For me it is a show
stopper for using jboss-tools.
I'm now using plain eclipse-EE with the old archive builder called from an ant build
script (64-bit linux).
This set of archives is working fast (10 seconds)
dc6cbdc45125413f6a2607f2ccb27353 archivescore_3.2.0.v20101016-0359-H111-Beta1.jar
068d787276cea1ce7317cd894a89ca18 concurrent-1.3.4.jar
e8c2cbd082bfddaef51dc0a8b0eba9c1 jboss-common-core-2.2.1.GA.jar
a0c935d9d2847af58d35b468adbdde75 jboss-common-logging-log4j-2.0.4.GA.jar
afa0090966f45134d8176d7f424e0bb1 jboss-common-logging-spi-2.0.4.GA.jar
40ab420b1e1a428ccacd1b9aa0295e99 jboss-xml-binding.jar
05221fb9acc9d170281fcc09120c29e9
org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar
d2615bb560115db0c81d507d13dade8a org.eclipse.osgi_3.5.2.R35x_v20100126.jar
7d64b16746f66f6923c54cfed14a5939 truezip-6.6.jar
3bbc0aaf33eba5c113086b3fcffe8b3b xercesImpl-2.9.1.jar
This one takes almosts two minutes:
bd8bae85cbeae194cbfa1d13d785fbae archivescore_3.2.0.v20101206-2100-H28-Beta2.jar
068d787276cea1ce7317cd894a89ca18 concurrent-1.3.4.jar
e8c2cbd082bfddaef51dc0a8b0eba9c1 jboss-common-core-2.2.1.GA.jar
a0c935d9d2847af58d35b468adbdde75 jboss-common-logging-log4j-2.0.4.GA.jar
afa0090966f45134d8176d7f424e0bb1 jboss-common-logging-spi-2.0.4.GA.jar
40ab420b1e1a428ccacd1b9aa0295e99 jboss-xml-binding.jar
05221fb9acc9d170281fcc09120c29e9
org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar
d2615bb560115db0c81d507d13dade8a org.eclipse.osgi_3.5.2.R35x_v20100126.jar
7d64b16746f66f6923c54cfed14a5939 truezip-6.6.jar
3bbc0aaf33eba5c113086b3fcffe8b3b xercesImpl-2.9.1.jar
ant fragment:
<path id="generate-archives-classpath">
<fileset dir="archivebuilder">
<include name="*.jar"/>
</fileset>
</path>
<taskdef name="generate-archives"
classpathref="generate-archives-classpath"
classname="org.jboss.ide.eclipse.archives.core.ant.GenerateArchivesTask"/>
<target name="run-packaging">
<property name="ServiceCenter.dir"
value="/opt/workspace/ServiceCenter"/>
<property name="ServiceCenterWeb.dir"
value="/opt/workspace/ServiceCenterWeb"/>
<property name="WebGenerator.dir"
value="/opt/workspace/WebGenerator"/>
<generate-archives projectPath="/opt/workspace/ServiceCenter"/>
</target>
Build project archive is slow
-----------------------------
Key: JBIDE-7333
URL:
https://issues.jboss.org/browse/JBIDE-7333
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Environment: Windows 2003 x64
Helios SR1
Java 1.6
JBoss Archives Tools 3.2.0.v20101013-0144-H81-Beta2
Reporter: Krasimir Goutcev
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.x
Attachments: diffout
This operation takes me more than 7 min .
WAR is 7MB
--
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