Hi Gilles,

It is a bad idea to use jgroups-all.jar that includes demos and javadoc that artificially inflate the size of the jar. Moreover, this includes default config files that you don't want to be loaded by Sequoia (or Hedera). This is why from the very beginning we always recompiled JGroups using the jgroups-core target that contains only what we need. jgroups-all.jar was introduced incidentally once but this should never had happened. I still strongly advocate to keep jgroups-core.jar and remove all references that may remain on jgroups-all.jar

Thanks,
manu

[EMAIL PROTECTED] wrote:
    Date: Wednesday, October 15, 2008 @ 07:52:59
  Author: gilles
    Path: /cvsroot/hedera/hedera
     Tag: BRANCH_r2008

   Added: lib/META-INF/MANIFEST.MF (1.1.2.1) lib/jgroups-all.jar (1.2.4.1)
Modified: .classpath (1.12 -> 1.12.2.1) bin/run-test.sh (1.2 -> 1.2.2.1)
          lib/README.txt (1.12 -> 1.12.2.1)

Cleaning-up mess introduced by SEQUOIA-1123: new jgroups lib name is 
jgroups-all.jar => using it everywhere!


--------------------------+
 .classpath               |    2 +-
 bin/run-test.sh          |    2 +-
 lib/META-INF/MANIFEST.MF |    6 ++++++
 lib/README.txt           |    4 ++--
 lib/jgroups-all.jar      |    <<Binary file>>
 5 files changed, 11 insertions(+), 4 deletions(-)


Index: hedera/.classpath
diff -u hedera/.classpath:1.12 hedera/.classpath:1.12.2.1
--- hedera/.classpath:1.12      Tue Sep 30 15:09:56 2008
+++ hedera/.classpath   Wed Oct 15 07:52:59 2008
@@ -11,7 +11,7 @@
        <classpathentry kind="lib" path="lib/appia.jar"/>
        <classpathentry kind="lib" path="lib/spread.jar"/>
        <classpathentry kind="lib" path="lib/concurrent.jar"/>
-       <classpathentry kind="lib" path="lib/jgroups-core.jar"/>
+       <classpathentry kind="lib" path="lib/jgroups-all.jar"/>
        <classpathentry kind="lib" path="lib/junit-4.4.jar"/>
        <classpathentry kind="output" path="eclipse-build"/>
 </classpath>
Index: hedera/bin/run-test.sh
diff -u hedera/bin/run-test.sh:1.2 hedera/bin/run-test.sh:1.2.2.1
--- hedera/bin/run-test.sh:1.2  Tue Sep 30 15:09:56 2008
+++ hedera/bin/run-test.sh      Wed Oct 15 07:52:59 2008
@@ -1,5 +1,5 @@
 #!/bin/bash
-CLASSPATH=.:./config:./eclipse-build:./lib/appia.jar:./lib/log4j.jar:./lib/commons-logging.jar:./lib/jgroups-core.jar:./lib/concurrent.jar
+CLASSPATH=.:./config:./eclipse-build:./lib/appia.jar:./lib/log4j.jar:./lib/commons-logging.jar:./lib/jgroups-all.jar:./lib/concurrent.jar
 #CONFIG="1 2 2 1000 1024 /hedera_jgroups.properties"
 CONFIG="1 2 2 1000 1024 /hedera_appia.properties"
 FLAGS="-Djava.net.preferIPv4Stack=true -Xmx400m"
Index: hedera/lib/META-INF/MANIFEST.MF
diff -u /dev/null hedera/lib/META-INF/MANIFEST.MF:1.1.2.1
--- /dev/null   Wed Oct 15 07:52:59 2008
+++ hedera/lib/META-INF/MANIFEST.MF     Wed Oct 15 07:52:59 2008
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Ant-Version: Apache Ant 1.7.1
+Created-By: Apache Ant 1.5Beta2
+Main-Class: org.jgroups.Version
+Implementation-Version: 2.6.4.GA
+
Index: hedera/lib/README.txt
diff -u hedera/lib/README.txt:1.12 hedera/lib/README.txt:1.12.2.1
--- hedera/lib/README.txt:1.12  Tue Sep 30 17:49:49 2008
+++ hedera/lib/README.txt       Wed Oct 15 07:52:59 2008
@@ -15,9 +15,9 @@
       capabilities.
     Notes:
- - File(s): jgroups-core.jar
+  - File(s): jgroups-all.jar
     Project name: JGroups
-    Version: 2.6.4.GA (built from source distribution package)
+    Version: 2.6.4.GA
CVS tag: License: LGPL v2.1 (http://www.jgroups.org/javagroupsnew/docs/license.html) Web site: http://www.jboss.org/ Index: hedera/lib/jgroups-all.jar
<<Binary file>>
_______________________________________________
Hedera-commits mailing list
[EMAIL PROTECTED]
https://forge.continuent.org/mailman/listinfo/hedera-commits



--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet

_______________________________________________
Hedera mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/hedera

Reply via email to