blob: 56ec6938913de46d2198427c958e4af954e1399c [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter&nbsp;3.&nbsp;Quickstart</title><meta content="DocBook XSL Stylesheets V1.76.0" name="generator"><link rel="home" href="index.html" title="Bundlor User Guide"><link rel="up" href="index.html" title="Bundlor User Guide"><link rel="prev" href="ch02s03.html" title="Getting Bundlor with Maven"><link rel="next" href="ch03s02.html" title="Apache ANT Quickstart"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><td align="left" width="20%"><a accesskey="p" href="ch02s03.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;3.&nbsp;Quickstart"><div class="titlepage"><div><div><h2 class="title"><a name="quickstart"></a>Chapter&nbsp;3.&nbsp;Quickstart</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03.html#quickstart.command.line">Command Line Quickstart</a></span></dt><dt><span class="section"><a href="ch03s02.html">Apache ANT Quickstart</a></span></dt><dt><span class="section"><a href="ch03s03.html">Apache Maven Quickstart</a></span></dt></dl></div><div class="section" title="Command Line Quickstart"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="quickstart.command.line"></a>Command Line Quickstart</h2></div></div></div><p>The command line client allows Bundlor to be run from the command line.</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>
Change directory to the <code class="literal">$BUNDLOR_HOME/bin</code> directory where <code class="literal">$BUNDLOR_HOME</code>
is a directory into which the bundlor ZIP file distribution has been unzipped.
</p></li><li class="listitem"><p>
Run <code class="literal">bundlor.sh</code> or <code class="literal">bundlor.bat</code> scripts. See
<a class="xref" href="ch04.html#usage.command.line" title="Command-Line Usage">Command-Line Usage</a> for details.
</p></li></ol></div><pre class="programlisting">% ./bundlor.sh \
-i ./org.springframework.integration.jar \
-m ./template.mf \
-o ./target/org.springframework.integration.jar
Transformed bundle written to ./target/org.springframework.integration.jar
%</pre></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ch02s03.html">Prev</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;</td></tr></table></div></body></html>