Patches item #600706, was opened at 2002-08-27 12:14
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=600706&group_id=22866
Category: None
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Lennart Petersson (lepe)
Assigned to: Nobody/Anonymous (nobody)
Summary: jboss-minimal.jar missing classes
Initial Comment:
A patch to bug report 600150
In branch 3.2 jboss-minimal.jar was not having
org.jboss.invocation-classes with a result of failed
start of a minimal JBoss configuration.
In branch 3.0 this was ok.
Following will make it:
[lks104:jboss_3_2/jboss-all/server] lepe% cvs diff -u
build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/build.xml,v
retrieving revision 1.104.2.1
diff -u -r1.104.2.1 build.xml
--- build.xml 13 Aug 2002 09:39:56 -0000 1.104.2.1
+++ build.xml 27 Aug 2002 10:10:30 -0000
@@ -585,6 +585,7 @@
<jar jarfile="${build.lib}/jboss-minimal.jar"
manifest="${build.etc}/default.mf">
<fileset dir="${build.classes}">
+ <include name="org/jboss/invocation/*"/>
<include name="org/jboss/logging/**"/>
<include name="org/jboss/naming/**"/>
</fileset>
/Lennart Petersson
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=600706&group_id=22866
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development