[jira] Updated: (GERONIMO-1613) Eliminate unncessary dependencies to reduce assemnbly footprint size

2006-03-03 Thread Joe Bohn (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1613?page=all ]

Joe Bohn updated GERONIMO-1613:
---

Attachment: 1613_RemoveDeps3.patch

This patch includes the previous patches and removes the uber-spec jar as well. 
   This should have resulted in an additional savings of nearly 1.2 meg 
additional ... but unfortunately it doesn't.  I had to add in several 
individual spec jars that were not included earlier.  In addition to this there 
was a change (hopefully temporary) to add the corba spec as a dependency in 
rmi-naming which increased the image size by 640K.The net result is that we 
only reduce the image from 16.4 to 16.3 at the moment (but without this change 
it actually has grown).

 Eliminate unncessary dependencies to reduce assemnbly footprint size
 

  Key: GERONIMO-1613
  URL: http://issues.apache.org/jira/browse/GERONIMO-1613
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.1
  Environment: all
 Reporter: Joe Bohn
 Assignee: David Jencks
  Fix For: 1.1
  Attachments: 1613_RemoveDeps3.patch, RemoveDeps.patch, RemoveDeps2.1.patch, 
 RemoveDeps2.2.patch, RemoveDeps2.3.patch, RemoveDeps2.patch

 Clean up assembly project.xml and eliminate some unnecessary dependencies in 
 various modules and configs.  This will reduce the footprint size (with 
 special attention to the minimal-tomcat-assembly.
 The patch contains the following:
 - clean up minimal-tomcat-server\project.xml to remove commented out sections
 - clean up web-jms-tomcat-server\project.xml to remove commented out sections
 - remove dependencies from config\j2ee_server on xstream, jaxr-api, and 
 geronimo-derby
 - remove dependencies from config\j2ee_deployer on geronimo-client-builder
 - remove dependencies from module\tomcat on activecluster, wadi-core, and 
 wadi-tomcat55
 There are still more dependencies that should be removed but this is a start.
 These changes reduce the disk footprint of minimal-tomcat-server from 27 meg 
 to about 21 meg.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1613) Eliminate unncessary dependencies to reduce assemnbly footprint size

2006-03-03 Thread Joe Bohn (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1613?page=all ]

Joe Bohn updated GERONIMO-1613:
---

Attachment: 1613_RemoveDeps4.patch

Added new patch with corba spec dependency removed from configs/rmi-naming.  
This gets the minimal image down to around 15.7 meg.

 Eliminate unncessary dependencies to reduce assemnbly footprint size
 

  Key: GERONIMO-1613
  URL: http://issues.apache.org/jira/browse/GERONIMO-1613
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.2
  Environment: all
 Reporter: Joe Bohn
 Assignee: David Jencks
  Fix For: 1.2
  Attachments: 1613_RemoveDeps3.patch, 1613_RemoveDeps4.patch, 
 RemoveDeps.patch, RemoveDeps2.1.patch, RemoveDeps2.2.patch, 
 RemoveDeps2.3.patch, RemoveDeps2.patch

 Clean up assembly project.xml and eliminate some unnecessary dependencies in 
 various modules and configs.  This will reduce the footprint size (with 
 special attention to the minimal-tomcat-assembly.
 The patch contains the following:
 - clean up minimal-tomcat-server\project.xml to remove commented out sections
 - clean up web-jms-tomcat-server\project.xml to remove commented out sections
 - remove dependencies from config\j2ee_server on xstream, jaxr-api, and 
 geronimo-derby
 - remove dependencies from config\j2ee_deployer on geronimo-client-builder
 - remove dependencies from module\tomcat on activecluster, wadi-core, and 
 wadi-tomcat55
 There are still more dependencies that should be removed but this is a start.
 These changes reduce the disk footprint of minimal-tomcat-server from 27 meg 
 to about 21 meg.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1613) Eliminate unncessary dependencies to reduce assemnbly footprint size

2006-02-27 Thread Joe Bohn (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1613?page=all ]

Joe Bohn updated GERONIMO-1613:
---

Attachment: RemoveDeps2.3.patch

Latest and greatest patch.  This includes all previous patch contents (with the 
exception of the first patch that was already committed).  This gets us back 
down (again) to the 16.4 meg size with some additional small items removed 
(like asm).

It was created from geronimo root on windows xp.

 Eliminate unncessary dependencies to reduce assemnbly footprint size
 

  Key: GERONIMO-1613
  URL: http://issues.apache.org/jira/browse/GERONIMO-1613
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.1
  Environment: all
 Reporter: Joe Bohn
 Assignee: David Jencks
  Fix For: 1.1
  Attachments: RemoveDeps.patch, RemoveDeps2.1.patch, RemoveDeps2.2.patch, 
 RemoveDeps2.3.patch, RemoveDeps2.patch

 Clean up assembly project.xml and eliminate some unnecessary dependencies in 
 various modules and configs.  This will reduce the footprint size (with 
 special attention to the minimal-tomcat-assembly.
 The patch contains the following:
 - clean up minimal-tomcat-server\project.xml to remove commented out sections
 - clean up web-jms-tomcat-server\project.xml to remove commented out sections
 - remove dependencies from config\j2ee_server on xstream, jaxr-api, and 
 geronimo-derby
 - remove dependencies from config\j2ee_deployer on geronimo-client-builder
 - remove dependencies from module\tomcat on activecluster, wadi-core, and 
 wadi-tomcat55
 There are still more dependencies that should be removed but this is a start.
 These changes reduce the disk footprint of minimal-tomcat-server from 27 meg 
 to about 21 meg.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1613) Eliminate unncessary dependencies to reduce assemnbly footprint size

2006-02-17 Thread Joe Bohn (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1613?page=all ]

Joe Bohn updated GERONIMO-1613:
---

Attachment: RemoveDeps2.2.patch

Updated version of the second patch   RemoveDeps2.2.patch should be used 
instead of RemoveDeps2.1.patch

This patch removes some more dependencies.  Because it affected some of the 
same parts I could not make an independent patch and so I rolled in the changes 
from the previous patch (2.1).

 Eliminate unncessary dependencies to reduce assemnbly footprint size
 

  Key: GERONIMO-1613
  URL: http://issues.apache.org/jira/browse/GERONIMO-1613
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.1
  Environment: all
 Reporter: Joe Bohn
 Assignee: David Jencks
  Fix For: 1.1
  Attachments: RemoveDeps.patch, RemoveDeps2.1.patch, RemoveDeps2.2.patch, 
 RemoveDeps2.patch

 Clean up assembly project.xml and eliminate some unnecessary dependencies in 
 various modules and configs.  This will reduce the footprint size (with 
 special attention to the minimal-tomcat-assembly.
 The patch contains the following:
 - clean up minimal-tomcat-server\project.xml to remove commented out sections
 - clean up web-jms-tomcat-server\project.xml to remove commented out sections
 - remove dependencies from config\j2ee_server on xstream, jaxr-api, and 
 geronimo-derby
 - remove dependencies from config\j2ee_deployer on geronimo-client-builder
 - remove dependencies from module\tomcat on activecluster, wadi-core, and 
 wadi-tomcat55
 There are still more dependencies that should be removed but this is a start.
 These changes reduce the disk footprint of minimal-tomcat-server from 27 meg 
 to about 21 meg.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1613) Eliminate unncessary dependencies to reduce assemnbly footprint size

2006-02-15 Thread Joe Bohn (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1613?page=all ]

Joe Bohn updated GERONIMO-1613:
---

Attachment: RemoveDeps2.patch

Not a very big reduction  just removal of two small jars.  I was going to 
wait until I had something more substantial but I'm a bit stuck on the removal 
of XmlBeans and I didn't want to lose these changes.   The RemoveDeps2 patch 
only removed geronimo-client and geronimo-timer.

 Eliminate unncessary dependencies to reduce assemnbly footprint size
 

  Key: GERONIMO-1613
  URL: http://issues.apache.org/jira/browse/GERONIMO-1613
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.1
  Environment: all
 Reporter: Joe Bohn
 Assignee: David Jencks
  Fix For: 1.1
  Attachments: RemoveDeps.patch, RemoveDeps2.patch

 Clean up assembly project.xml and eliminate some unnecessary dependencies in 
 various modules and configs.  This will reduce the footprint size (with 
 special attention to the minimal-tomcat-assembly.
 The patch contains the following:
 - clean up minimal-tomcat-server\project.xml to remove commented out sections
 - clean up web-jms-tomcat-server\project.xml to remove commented out sections
 - remove dependencies from config\j2ee_server on xstream, jaxr-api, and 
 geronimo-derby
 - remove dependencies from config\j2ee_deployer on geronimo-client-builder
 - remove dependencies from module\tomcat on activecluster, wadi-core, and 
 wadi-tomcat55
 There are still more dependencies that should be removed but this is a start.
 These changes reduce the disk footprint of minimal-tomcat-server from 27 meg 
 to about 21 meg.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1613) Eliminate unncessary dependencies to reduce assemnbly footprint size

2006-02-15 Thread Joe Bohn (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1613?page=all ]

Joe Bohn updated GERONIMO-1613:
---

Attachment: RemoveDeps2.1.patch

Please ignore the previous patch (RemoveDeps2.patch) and use this patch 
(RemoveDeps2.1.patch) instead.   I was a bit too eager to remove comments 
before I created the patch and accidentally removed a live dependency.

 Eliminate unncessary dependencies to reduce assemnbly footprint size
 

  Key: GERONIMO-1613
  URL: http://issues.apache.org/jira/browse/GERONIMO-1613
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.1
  Environment: all
 Reporter: Joe Bohn
 Assignee: David Jencks
  Fix For: 1.1
  Attachments: RemoveDeps.patch, RemoveDeps2.1.patch, RemoveDeps2.patch

 Clean up assembly project.xml and eliminate some unnecessary dependencies in 
 various modules and configs.  This will reduce the footprint size (with 
 special attention to the minimal-tomcat-assembly.
 The patch contains the following:
 - clean up minimal-tomcat-server\project.xml to remove commented out sections
 - clean up web-jms-tomcat-server\project.xml to remove commented out sections
 - remove dependencies from config\j2ee_server on xstream, jaxr-api, and 
 geronimo-derby
 - remove dependencies from config\j2ee_deployer on geronimo-client-builder
 - remove dependencies from module\tomcat on activecluster, wadi-core, and 
 wadi-tomcat55
 There are still more dependencies that should be removed but this is a start.
 These changes reduce the disk footprint of minimal-tomcat-server from 27 meg 
 to about 21 meg.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (GERONIMO-1613) Eliminate unncessary dependencies to reduce assemnbly footprint size

2006-02-08 Thread Joe Bohn (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1613?page=all ]

Joe Bohn updated GERONIMO-1613:
---

Attachment: RemoveDeps.patch

Patch created in win-XP from geronimo root directory.

I verified that I could start all server configs, access the console, and 
deploy a web application with these changes.  This isnt't the most extensive 
test ...  so I hope that these changes don't cause any problems in other 
scenarios.


 Eliminate unncessary dependencies to reduce assemnbly footprint size
 

  Key: GERONIMO-1613
  URL: http://issues.apache.org/jira/browse/GERONIMO-1613
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.1
  Environment: all
 Reporter: Joe Bohn
  Fix For: 1.1
  Attachments: RemoveDeps.patch

 Clean up assembly project.xml and eliminate some unnecessary dependencies in 
 various modules and configs.  This will reduce the footprint size (with 
 special attention to the minimal-tomcat-assembly.
 The patch contains the following:
 - clean up minimal-tomcat-server\project.xml to remove commented out sections
 - clean up web-jms-tomcat-server\project.xml to remove commented out sections
 - remove dependencies from config\j2ee_server on xstream, jaxr-api, and 
 geronimo-derby
 - remove dependencies from config\j2ee_deployer on geronimo-client-builder
 - remove dependencies from module\tomcat on activecluster, wadi-core, and 
 wadi-tomcat55
 There are still more dependencies that should be removed but this is a start.
 These changes reduce the disk footprint of minimal-tomcat-server from 27 meg 
 to about 21 meg.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira