Tom Jordahl wrote:
>
> A possibility is to check the excalibur-cli.jar file in to our tree
> and when we build axis.jar, we include all the class files in excalibur-cli.jar
> in it.
>
> This removes the big problem of having another (really small and uninteresting)
> jar file from the CLASSPATH but allows us to stay in sync with the code.
>
> The problem with this is I don't grok ant well enough to do it myself.

Insert the following some place prior to the actual <jar> task.

 <unzip src="${excalibur.jar}" dest="${build.dest}" />

- Sam Ruby

P.S.  Do not construe the above as a vote... I'm merely answering a
technical question.

Reply via email to