You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Michael Wechner <mi...@wyona.com> on 2005/02/27 00:08:45 UTC

documenting the copy-deps goal

Since I guess the dependencies page is being generated by Maven 
automagically, I think it would make sense to add a note about the
copy-deps goal to

Index: xdocs/firststeps.xml
===================================================================
--- xdocs/firststeps.xml        (revision 155563)
+++ xdocs/firststeps.xml        (working copy)
@@ -135,6 +135,9 @@
     repository implementation (named something like
     <code>jackrabbit-x.xx-xxx-dev.jar</code>) that has been built by Maven
     into the <code>target</code> directory of your checkout.
+    By executing <code>maven copy-deps</code> all dependencies except
+    the optional runtime <code>cqfs-*</code> libaries are
+    being copied to the <code>target/lib</code> directory.
    </p>
    <p>
     Now you should be ready to compile the above <code>JCRTest</code>

thanks

Michi

-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
michael.wechner@wyona.com                        michi@apache.org


Re: documenting the copy-deps goal

Posted by Marcel Reutegger <ma...@gmx.net>.
Hi Michi,

thanks for the docu patch, I've applied it to the xdocs. It will be 
published with the next site generate.

cheers
  marcel

Michael Wechner wrote:
> Since I guess the dependencies page is being generated by Maven 
> automagically, I think it would make sense to add a note about the
> copy-deps goal to
> 
> Index: xdocs/firststeps.xml
> ===================================================================
> --- xdocs/firststeps.xml        (revision 155563)
> +++ xdocs/firststeps.xml        (working copy)
> @@ -135,6 +135,9 @@
>     repository implementation (named something like
>     <code>jackrabbit-x.xx-xxx-dev.jar</code>) that has been built by Maven
>     into the <code>target</code> directory of your checkout.
> +    By executing <code>maven copy-deps</code> all dependencies except
> +    the optional runtime <code>cqfs-*</code> libaries are
> +    being copied to the <code>target/lib</code> directory.
>    </p>
>    <p>
>     Now you should be ready to compile the above <code>JCRTest</code>
> 
> thanks
> 
> Michi
>