Patches item #554299, was opened at 2002-05-09 22:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=554299&group_id=22866
Category: JBossMQ Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Sam Mefford (sammefford) Assigned to: Nobody/Anonymous (nobody) Summary: jms examples needed sh script fixes Initial Comment: 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 [EMAIL PROTECTED] ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=554299&group_id=22866 _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development