Menu

#219 jms examples needed sh script fixes

v2.4 (stable)
open
nobody
JBossMQ (39)
5
2002-05-09
2002-05-09
Sam Mefford
No

Here's my cvs diff's:

Index: run.sh

RCS file:
/cvsroot/jboss/jbossmq/src/examples/Attic/run.sh,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 run.sh
2c2
< java -cp
".:../conf:../conf/default:../client/jbossmq-client.jar:../client/jnp-client.jar:../lib/ext/jms.jar:../lib/ext/gnu-regexp-1.0.8.jar"
$1 $2 $2 $4 $5 $6 $7 $8 $9 $10
---
> java -cp ".:../conf:../conf/default:`find ../lib
../client -name '*.jar' -printf '%p:'`" $@

And:

Index: build.sh

RCS file:
/cvsroot/jboss/jbossmq/src/examples/Attic/build.sh,v
retrieving revision 1.2
diff -r1.2 build.sh
2c2
< javac -classpath
".:../conf:../conf/default:../client/jbossmq-client.jar:../lib/ext/jbossmq.jar:../client/jnp-client.jar:../lib/ext/jms.jar:../lib/ext/gnu-regexp-1.0.8.jar"
*.java
---
> javac -classpath ".:../conf:../conf/default:`find
../lib ../client -name '*.jar' -printf '%p:'`" *.java

I noticed that these files have been moved in the
lastest version, but they don't work in 2.4

Is there a process through which I could obtain cvs
access to make such fixes?

Sam Mefford
sam@mefford.org

Discussion


Log in to post a comment.