Hi Asankha Thanks for remembering . I had forgot this.
Cipher tool need common-cli. I will add scripts and documents. If we don’t ship common cli, I will update document including downloading and using common cli. Thanks Indika On Fri, Apr 3, 2009 at 9:33 PM, Asankha C. Perera <[email protected]> wrote: > Indika >> >> Author: indika >> Date: Sat Aug 2 23:44:35 2008 >> New Revision: 682108 >> >> URL: http://svn.apache.org/viewvc?rev=682108&view=rev >> Log: >> add commons-cli , this is needed for cipertool and this jar will not be >> included in the binary distribution > > Can you document the use of the ciphertool and its use? Also, commons-cli is > now being included into the binary distribution. Does the above comment mean > that we can exclude it? If so how does one run the cipher tool? I do not see > new scripts etc either.. can you enlighten us? > > thanks > asankha >> >> Modified: >> synapse/trunk/java/pom.xml >> >> Modified: synapse/trunk/java/pom.xml >> URL: >> http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=682108&r1=682107&r2=682108&view=diff >> >> ============================================================================== >> --- synapse/trunk/java/pom.xml (original) >> +++ synapse/trunk/java/pom.xml Sat Aug 2 23:44:35 2008 >> @@ -1030,6 +1030,13 @@ >> <version>${saxon.version}</version> >> </dependency> >> + <!--commons-cli --> >> + <dependency> >> + <groupId>commons-cli</groupId> >> + <artifactId>commons-cli</artifactId> >> + <version>${commons-cli.version}</version> >> + </dependency> >> + >> </dependencies> >> + <commons-cli.version>1.0</commons-cli.version> >> > > -- > Asankha C. Perera > AdroitLogic, http://adroitlogic.org > > http://esbmagic.blogspot.com > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
