You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Levent Gündogdu <le...@gmx.de> on 2001/08/24 14:01:39 UTC

Please help: Problems building tomcat b7, environment variables not recognized

Hi everyone,

I installed and compiled all prerequisites for tc b7 but when starting 
the build process, I get the following error:

[...]

build-static:
     [copy] Could not find file 
/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jndi.home}/lib/jndi.jar 
to copy.
     [copy] Could not find file 
/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jaxp.home}/crimson.jar 
to copy.

BUILD FAILED

/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/build.xml:100: 
/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${regexp.home} 
not found.


Well, JNDI_HOME, JAXP_HOME and REGEXP_HOME are all set. I wonder, why 
the error messages are relative to $TOMCAT_HOME anyway.

Please, if you have any ideas, give me a hint.

I did not have such problems building b5 (didn't try b6 though).


Thank you very much, everyone.

Bye,
 Levo.



Re: Please help: Problems building tomcat b7, environment variables not recognized

Posted by Levent Guendogdu <le...@feature-it.com>.
Ehrm, yes, solved that one a few hours ago. Should have read the docs 
earlier. Sorry for bothering you.

Thanks anyway.

Bye,
  Levo.


Craig R. McClanahan wrote:

> 
> On Fri, 24 Aug 2001, Levent Gündogdu wrote:
> 
> 
>>Date: Fri, 24 Aug 2001 14:01:39 +0200
>>From: Levent Gündogdu <le...@gmx.de>
>>Reply-To: tomcat-user@jakarta.apache.org
>>To: Jakarta Tomcat User Maillinglist <to...@jakarta.apache.org>
>>Subject: Please help: Problems building tomcat b7,
>>     environment variables not recognized
>>
>>Hi everyone,
>>
>>I installed and compiled all prerequisites for tc b7 but when starting
>>the build process, I get the following error:
>>
>>[...]
>>
>>build-static:
>>     [copy] Could not find file
>>/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jndi.home}/lib/jndi.jar
>>to copy.
>>     [copy] Could not find file
>>/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jaxp.home}/crimson.jar
>>to copy.
>>
>>BUILD FAILED
>>
>>/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/build.xml:100:
>>/var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${regexp.home}
>>not found.
>>
>>
>>Well, JNDI_HOME, JAXP_HOME and REGEXP_HOME are all set. I wonder, why
>>the error messages are relative to $TOMCAT_HOME anyway.
>>
>>
> 
> Environment variables are not used by the current build process -- it
> looks for a "build.properties" file either in your top-level source
> directory or in your user home directory.  See the file "BUILDING.txt" in
> the top level directory for the details (Step 13).
> 
> 
> 
>>Please, if you have any ideas, give me a hint.
>>
>>I did not have such problems building b5 (didn't try b6 though).
>>
>>
>>Thank you very much, everyone.
>>
>>Bye,
>> Levo.
>>
>>
>>
>>
> Craig
> 
> 
> 



-- 
Feature-IT Information Technology

eMail: info@feature-it.de

http://www.feature-it.de  (Deutsch)
http://www.feature-it.com (English)

Phone: +49 511 95981-0
Fax:   +49 511 95981-40



Re: Please help: Problems building tomcat b7, environment variables not recognized

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 24 Aug 2001, Levent Gündogdu wrote:

> Date: Fri, 24 Aug 2001 14:01:39 +0200
> From: Levent Gündogdu <le...@gmx.de>
> Reply-To: tomcat-user@jakarta.apache.org
> To: Jakarta Tomcat User Maillinglist <to...@jakarta.apache.org>
> Subject: Please help: Problems building tomcat b7,
>      environment variables not recognized
>
> Hi everyone,
>
> I installed and compiled all prerequisites for tc b7 but when starting
> the build process, I get the following error:
>
> [...]
>
> build-static:
>      [copy] Could not find file
> /var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jndi.home}/lib/jndi.jar
> to copy.
>      [copy] Could not find file
> /var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jaxp.home}/crimson.jar
> to copy.
>
> BUILD FAILED
>
> /var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/build.xml:100:
> /var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${regexp.home}
> not found.
>
>
> Well, JNDI_HOME, JAXP_HOME and REGEXP_HOME are all set. I wonder, why
> the error messages are relative to $TOMCAT_HOME anyway.
>

Environment variables are not used by the current build process -- it
looks for a "build.properties" file either in your top-level source
directory or in your user home directory.  See the file "BUILDING.txt" in
the top level directory for the details (Step 13).


> Please, if you have any ideas, give me a hint.
>
> I did not have such problems building b5 (didn't try b6 though).
>
>
> Thank you very much, everyone.
>
> Bye,
>  Levo.
>
>
>
Craig