You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Darryl L. Miles" <da...@netbauds.net> on 2006/03/13 13:44:55 UTC

PATCH: Out-of-box build apache-tomcat-5.5.1[56]-src fix

Dear Developers,

When following the build instructions at 
http://tomcat.apache.org/tomcat-5.5-doc/building.html I needed to make a 
couple of fixes to get it to build.

Please accept this patch to correct the build errors that occur when 
following the instructions.

--- build.xml~  2006-03-13 12:22:25.000000000 +0000
+++ build.xml   2006-03-13 12:22:25.000000000 +0000
@@ -26,7 +26,7 @@
   <property name="tomcat.project"        value="build" />
   <property name="catalina.project"      value="container" />
   <property name="jtc.project"           value="connectors" />
-  <property name="jasper.project"        value="jasper" />
+  <property name="jasper.project"        value="jasper/jasper2" />

   <property name="current.loc"           value="tomcat/current/tc5.5.x" />

--- build/build.xml~    2006-03-13 12:35:38.000000000 +0000
+++ build/build.xml     2006-03-13 12:35:38.000000000 +0000
@@ -29,7 +29,7 @@
   <property name="tomcat.project"        value="build" />
   <property name="catalina.project"      value="container" />
   <property name="jtc.project"           value="connectors" />
-  <property name="jasper.project"        value="jasper" />
+  <property name="jasper.project"        value="jasper/jasper2" />
   <property name="ant.jar"               value="${ant.home}/lib/ant.jar"/>
   <property name="ant-launcher.jar"      value="${ant.home}/lib/ant-launcher.jar"/>

...


Thanks

-- 
Darryl L. Miles



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


Re: PATCH: Out-of-box build apache-tomcat-5.5.1[56]-src fix

Posted by Mark Thomas <ma...@apache.org>.
Yoav Shapira wrote:
> Darryl,
> Thanks for reporting this.  I saw it
> (http://issues.apache.org/bugzilla/show_bug.cgi?id=37819) before the
> release but forgot to fix it, so it will go into 5.5.17.  Thanks,
> 
> Yoav
> 
> On 3/13/06, Darryl L. Miles <da...@netbauds.net> wrote:
> 
>>Dear Developers,
>>
>>When following the build instructions at
>>http://tomcat.apache.org/tomcat-5.5-doc/building.html I needed to make a
>>couple of fixes to get it to build.

My bad. I missed the use of the jasper2 directory in the src distro
when removing the references to jasper 2 from the build. Now fixed.

Mark


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


Re: PATCH: Out-of-box build apache-tomcat-5.5.1[56]-src fix

Posted by Yoav Shapira <yo...@apache.org>.
Darryl,
Thanks for reporting this.  I saw it
(http://issues.apache.org/bugzilla/show_bug.cgi?id=37819) before the
release but forgot to fix it, so it will go into 5.5.17.  Thanks,

Yoav

On 3/13/06, Darryl L. Miles <da...@netbauds.net> wrote:
>
> Dear Developers,
>
> When following the build instructions at
> http://tomcat.apache.org/tomcat-5.5-doc/building.html I needed to make a
> couple of fixes to get it to build.
>
> Please accept this patch to correct the build errors that occur when
> following the instructions.
>
> --- build.xml~  2006-03-13 12:22:25.000000000 +0000
> +++ build.xml   2006-03-13 12:22:25.000000000 +0000
> @@ -26,7 +26,7 @@
>    <property name="tomcat.project"        value="build" />
>    <property name="catalina.project"      value="container" />
>    <property name="jtc.project"           value="connectors" />
> -  <property name="jasper.project"        value="jasper" />
> +  <property name="jasper.project"        value="jasper/jasper2" />
>
>    <property name="current.loc"           value="tomcat/current/tc5.5.x" />
>
> --- build/build.xml~    2006-03-13 12:35:38.000000000 +0000
> +++ build/build.xml     2006-03-13 12:35:38.000000000 +0000
> @@ -29,7 +29,7 @@
>    <property name="tomcat.project"        value="build" />
>    <property name="catalina.project"      value="container" />
>    <property name="jtc.project"           value="connectors" />
> -  <property name="jasper.project"        value="jasper" />
> +  <property name="jasper.project"        value="jasper/jasper2" />
>    <property name="ant.jar"               value="${ant.home}/lib/ant.jar"/>
>    <property name="ant-launcher.jar"      value="${ant.home}/lib/ant-launcher.jar"/>
>
> ...
>
>
> Thanks
>
> --
> Darryl L. Miles
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>


--
Yoav Shapira
Senior Architect
Nimalex LLC
1 Mifflin Place, Suite 310
Cambridge, MA, USA
yoavs@computer.org / www.yoavshapira.com

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