You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Will Glass-Husain <wg...@forio.com> on 2007/01/28 19:05:31 UTC

Re: svn commit: r500834 - /velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml

We need antlr and junit to be added to the dependencies too, right?

See:
xdocs/build.xml

(I went through and did a pass checking this last Fall)

WILL

On 1/28/07, henning@apache.org <he...@apache.org> wrote:
> Author: henning
> Date: Sun Jan 28 08:59:14 2007
> New Revision: 500834
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=500834
> Log:
> Update dependency docs.
>
>
> Modified:
>     velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml
>
> Modified: velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml
> URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml?view=diff&rev=500834&r1=500833&r2=500834
> ==============================================================================
> --- velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml (original)
> +++ velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml Sun Jan 28 08:59:14 2007
> @@ -32,6 +32,11 @@
>         also be present if you want to integrate Velocity into your application.
>        </p>
>
> +      <p>
> +       All of these jars must be present when building Apache Velocity. The build process
> +       downloads all of them automatically from the Internet.
> +      </p>
> +
>        <table>
>          <tr>
>            <th>jar name</th><th>Required</th><th>Explanation</th>
> @@ -50,20 +55,22 @@
>          </tr>
>          <tr>
>            <td>log4j</td><td>No</td>
> -          <td>Must only be present if log4j Logging has been selected.
> -              Not needed if Avalon logkit or jdk logging is used.</td>
> +          <td>Must be present if log4j Logging has been selected.
> +              Not needed if any other logging style has been selected.</td>
>          </tr>
>          <tr>
> -          <td>avalon-logkit (or logkit)</td><td>No</td>
> -          <td>Must only be present if Avalon Logging has been selected.
> -              Not needed if log4j logging or jdk logging is used.</td>
> +          <td>logkit (or avalon-logkit)</td><td>No</td>
> +          <td>Must be present if Avalon Logging has been selected.
> +              Not needed if any other logging style has been selected.</td>
>          </tr>
>          <tr>
>            <td>servletapi</td><td>No</td>
> -          <td>Only needed when the VelocityServlet class is used. Should
> -              normally be supplied by the servlet container. <b>VelocityServlet
> -              is deprecated and should be replaced with VelocityViewServlet from
> -              the velocity-tools distribution.</b></td>
> +          <td>Only needed when the <a
> +              href="apidocs/org/apache/velocity/servlet/VelocityServlet.html">VelocityServlet</a>
> +              is used. Should normally be supplied by the servlet
> +              container. <b>VelocityServlet is deprecated and should
> +              be replaced with VelocityViewServlet from the
> +              <a href="http://velocity.apache.org/tools/devel/">velocity-tools</a> distribution.</b></td>
>          </tr>
>          <tr>
>            <td>jdom</td><td>No</td>
> @@ -73,16 +80,23 @@
>            <td>werken-xpath</td><td>No</td>
>            <td>Only required for the Anakia tool / ant task</td>
>          </tr>
> +        <tr>
> +          <td>ant</td><td>No</td>
> +          <td>Only needed for compilation.</td>
> +        </tr>
>        </table>
>
>        <p>
>          The most common case is the integration of the Velocity runtime into your
> -        application. In this case, you must also add commons-collections, commons-lang
> -        and oro to your application (and either avalon-logkit or log4j for logging if
> +        application. In this case, you must add commons-collections, commons-lang
> +        and oro to your application (and optional logging if
>          required). If you already have one or more of these libraries in your application,
>          you should check if you need to update their versions.
>        </p>
> +
> +      <p>The <a href="dependencies.html">auto-generated dependency report</a> lists all mandatory
> +         dependencies as <b>compile</b> and all optional dependencies as <b>provided</b>.
> +      </p>
>      </section>
>    </body>
>  </document>
> -
>
>
>


-- 
Forio Business Simulations

Will Glass-Husain
wglass@forio.com
www.forio.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: svn commit: r500834 - /velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
"Will Glass-Husain" <wg...@forio.com> writes:

yep, seems to be. First thing after 1.5 release to the
dev-branch. Please open an issue. ;-)

	Best regards
		Henning


>We need antlr and junit to be added to the dependencies too, right?

>See:
>xdocs/build.xml

>(I went through and did a pass checking this last Fall)

>WILL

>On 1/28/07, henning@apache.org <he...@apache.org> wrote:
>> Author: henning
>> Date: Sun Jan 28 08:59:14 2007
>> New Revision: 500834
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=500834
>> Log:
>> Update dependency docs.
>>
>>
>> Modified:
>>     velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml
>>
>> Modified: velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml
>> URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml?view=diff&rev=500834&r1=500833&r2=500834
>> ==============================================================================
>> --- velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml (original)
>> +++ velocity/engine/branches/Velocity_1.5_BRANCH/xdocs/jar-dependencies.xml Sun Jan 28 08:59:14 2007
>> @@ -32,6 +32,11 @@
>>         also be present if you want to integrate Velocity into your application.
>>        </p>
>>
>> +      <p>
>> +       All of these jars must be present when building Apache Velocity. The build process
>> +       downloads all of them automatically from the Internet.
>> +      </p>
>> +
>>        <table>
>>          <tr>
>>            <th>jar name</th><th>Required</th><th>Explanation</th>
>> @@ -50,20 +55,22 @@
>>          </tr>
>>          <tr>
>>            <td>log4j</td><td>No</td>
>> -          <td>Must only be present if log4j Logging has been selected.
>> -              Not needed if Avalon logkit or jdk logging is used.</td>
>> +          <td>Must be present if log4j Logging has been selected.
>> +              Not needed if any other logging style has been selected.</td>
>>          </tr>
>>          <tr>
>> -          <td>avalon-logkit (or logkit)</td><td>No</td>
>> -          <td>Must only be present if Avalon Logging has been selected.
>> -              Not needed if log4j logging or jdk logging is used.</td>
>> +          <td>logkit (or avalon-logkit)</td><td>No</td>
>> +          <td>Must be present if Avalon Logging has been selected.
>> +              Not needed if any other logging style has been selected.</td>
>>          </tr>
>>          <tr>
>>            <td>servletapi</td><td>No</td>
>> -          <td>Only needed when the VelocityServlet class is used. Should
>> -              normally be supplied by the servlet container. <b>VelocityServlet
>> -              is deprecated and should be replaced with VelocityViewServlet from
>> -              the velocity-tools distribution.</b></td>
>> +          <td>Only needed when the <a
>> +              href="apidocs/org/apache/velocity/servlet/VelocityServlet.html">VelocityServlet</a>
>> +              is used. Should normally be supplied by the servlet
>> +              container. <b>VelocityServlet is deprecated and should
>> +              be replaced with VelocityViewServlet from the
>> +              <a href="http://velocity.apache.org/tools/devel/">velocity-tools</a> distribution.</b></td>
>>          </tr>
>>          <tr>
>>            <td>jdom</td><td>No</td>
>> @@ -73,16 +80,23 @@
>>            <td>werken-xpath</td><td>No</td>
>>            <td>Only required for the Anakia tool / ant task</td>
>>          </tr>
>> +        <tr>
>> +          <td>ant</td><td>No</td>
>> +          <td>Only needed for compilation.</td>
>> +        </tr>
>>        </table>
>>
>>        <p>
>>          The most common case is the integration of the Velocity runtime into your
>> -        application. In this case, you must also add commons-collections, commons-lang
>> -        and oro to your application (and either avalon-logkit or log4j for logging if
>> +        application. In this case, you must add commons-collections, commons-lang
>> +        and oro to your application (and optional logging if
>>          required). If you already have one or more of these libraries in your application,
>>          you should check if you need to update their versions.
>>        </p>
>> +
>> +      <p>The <a href="dependencies.html">auto-generated dependency report</a> lists all mandatory
>> +         dependencies as <b>compile</b> and all optional dependencies as <b>provided</b>.
>> +      </p>
>>      </section>
>>    </body>
>>  </document>
>> -
>>
>>
>>


>-- 
>Forio Business Simulations

>Will Glass-Husain
>wglass@forio.com
>www.forio.com

>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
>For additional commands, e-mail: dev-help@velocity.apache.org

-- 
Henning P. Schmiedehausen  -- hps@intermeta.de | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

          "Save the cheerleader. Save the world."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org