You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by Nick Chalko <ni...@chalko.com> on 2003/01/08 17:38:51 UTC

Local Gump with centipede was ( re: question)

Nick Chalko wrote:

> Andrew C. Oliver wrote:
>
> One of the jars changed. My last run was before Nicola mad the change. 
> This is the problem with making gump descriptors by hand.
>
> in krysalis-centipede-bootstrap
> change bsf-2.2.jar to bsf-2.3.jar 

oops,
make that bsf-2.3-dev.jar

I usualy do a
cvs up
for i in `ls lib` ; do echo "<jar name=\"$i\" type="boot"/>" ; done ;


and then cut and paste the results.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Local Gump with centipede was ( re: question)

Posted by Nick Chalko <ni...@chalko.com>.
 for i in `ls lib/*.jar lib/*.jar lib/endorsed/*.jar` ; do echo "<jar 
name=\"$i\" type="boot"/>" ; done ;

works better (I tested).

R,
Nick


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Local Gump with centipede was ( re: question)

Posted by Nick Chalko <ni...@chalko.com>.
 for i in `ls lib/*.jar lib/*.jar lib/endorsed/*.jar` ; do echo "<jar 
name=\"$i\" type="boot"/>" ; done ;

works better (I tested).

R,
Nick