[ 
https://issues.apache.org/jira/browse/VELOCITY-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henning Schmiedehausen closed VELOCITY-171.
-------------------------------------------


> Add target to build.xml to create doc tarball
> ---------------------------------------------
>
>                 Key: VELOCITY-171
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-171
>             Project: Velocity
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.3.1-rc2
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Tim Colson
>         Assigned To: Velocity-Dev List
>            Priority: Minor
>
> Tiny little patch for build.xml to add in a 'tardocs' target which builds a 
> compressed tarball for the docs/xdocs trees. This is just an interim 
> convenience so that the docs can be easily published to a web server until 
> the 
> jakarta publishing process is figured out. 
> Timo
> Index: build.xml
> ===================================================================
> RCS file: /home/cvspublic/jakarta-velocity-tools/build.xml,v
> retrieving revision 1.13
> diff -u -r1.13 build.xml
> --- build.xml   26 Apr 2003 01:31:01 -0000      1.13
> +++ build.xml   26 Apr 2003 15:55:55 -0000
> @@ -280,5 +280,17 @@
>    </target>
> +  <!-- ================================================================== -->
> +  <!-- TAR  A L L  D O C S                                                -->
> +  <!-- ================================================================== -->
> +  <target name="tardocs"
> +    description="Combine all xdocs and docs into a tar ball.">
> +
> +        <tar destfile="${basedir}/docs.tar.gz"
> +        basedir="${basedir}"
> +        includes="docs/**,xdocs/**"
> +        compression="gzip"
> +        />
> +        </target>
>  </project>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to