You should have at least tomcat 3.3 / 4.x installed.

Order are (from my tomcat-connectors rpm) :


cd util
ant

cd ../jk

# build jkant
ant -Dservlet.jar=%{tomcat4dir}/common/lib/servlet.jar 
-Djunit.jar=%{javadir}/junit.jar -Dtomcat33.home=%{tomcat3dir} 
-Dtomcat40.home=%{tomcat4dir} -Dapache13.home=/usr -Dapache2.home=/usr

cd native

# build jk for Apache 1.3
ant -Dapxs13=/usr/sbin/apxs -Dapache13.home=/usr -Dapache13.include=%{ap13incdir}

# build jk for Apache 2.0
ant -Dapxs20=/usr/sbin/apxs2 -Dapache2.home=/usr -Dapache2.include=%{ap20incdir}

cd ../native2

# build jk2 for Apache 1.3
ant -Dapxs13=/usr/sbin/apxs -Dapache13.home=/usr -Dapache13.include=%{ap13incdir}

# build jk2 for Apache 2.0
ant -Dapxs20=/usr/sbin/apxs2 -Dapache2.home=/usr -Dapache2.include=%{ap20incdir} 
-Dapr.include=%{ap20incdir}
cd ..

-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Anthony W. Marino [mailto:[EMAIL PROTECTED]]
>Sent: Saturday, May 18, 2002 1:08 AM
>To: Tomcat Developers List; Bill Barker
>Subject: Re: Status of JK2
>
>
>"ant all" in "jk" dir gives me the same error:
>
>> /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could 
>not find file
>> 
>/mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-co
>yote.jar to
>> copy.
>>
>
>Anthony
>
>> Try "ant all".
>> ----- Original Message -----
>> From: "Anthony W. Marino" <[EMAIL PROTECTED]>
>> To: "Tomcat Developers List" <[EMAIL PROTECTED]>; "Remy
>> Maucherat" <[EMAIL PROTECTED]>
>> Sent: Friday, May 17, 2002 3:52 PM
>> Subject: Re: Status of JK2
>>
>>
>> Remy,
>>
>> The result of "ant" in jk dir:
>>
>> /mydirpath/jakarta-tomcat-connectors/jk/build.xml:100: Could 
>not find file
>> 
>/mydirpath/jakarta-tomcat-connectors/coyote/build/lib/tomcat-co
>yote.jar to
>> copy.
>>
>>
>> Anthony
>>
>> > > This is what I get when I do "ant":
>> > >
>> > > BUILD FAILED
>> > >
>> > > 
>/mydirpath/jakarta-tomcat-connectors/jk/native2/build.xml:90: Could not
>> >
>> > create
>> >
>> > > task of type: so. Common solutions are to use taskdef to 
>declare your
>> >
>> > task,
>> >
>> > > or, if this is an optional task, to put the optional.jar 
>in the lib
>> >
>> > directory
>> >
>> > > of your ant installation (ANT_HOME).
>> > >
>> > > Any thoughts?
>> >
>> > You have to build the Java parts of JK first (go in
>> > jakarta-tomcat-connectors/jk, do "ant"), which include the 
>Ant tasks.
>> >
>> > Remy
>
>
>--
>To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


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

Reply via email to