You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kelly Kleinfelder <ke...@unboundmedicine.com> on 2003/04/21 20:09:39 UTC

can't get JK2 to build on Solaris 7

Here are the details:

Tomcat 4.1.24
Apache 2.0.45
Ant 1.5
Java 1.4.1_01

I changed build.properties to reflect my tomcat and apache installations:
tomcat40.home=/mnt/jakarta-tomcat-4.1.24
apache2.home=/mnt/httpd-2.0.45

Here's the output of my ant command:
detect:
-------- jakarta-tomcat-connectors --------

prepare:

BUILD FAILED

/export/home/kelly/src/sw/tomcat/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/
build.xml:108: Could not create task of type: path because I can't find it
in the list of task class definitions.  Common solutions are: 1 execute
bin/bootstrap. 2 use taskdef to declare your task. 3 add the task to
defaults.properties.

Total time: 1 second


Line 108 is:
 <path id="xml-apis.classpath">
          <pathelement path="${jaxp.home}/jaxp.jar"/>
          <pathelement path="${jaxp.home}/crimson.jar"/>
          <pathelement path="${xerces2.home}/xmlParserAPIs.jar"/>
          <pathelement path="${xml-parser-apis.jar}"/>
        </path>

Any ideas?

Thanks,
Kelly



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


Re: can't get JK2 to build on Solaris 7

Posted by Kelly Kleinfelder <ke...@unboundmedicine.com>.
I copied build.properties.sample to build.properties and only changed the
tomcat40.home and apache2.home attributes. I commented out all the other
version-specific lines.

Kelly
----- Original Message -----
From: "Filip Hanik" <ma...@filip.net>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Monday, April 21, 2003 2:35 PM
Subject: RE: can't get JK2 to build on Solaris 7


> did you create or modify your own build.properties file? I'm sure there is
a
> sample one you can work from
>
> FIlip
>
> > -----Original Message-----
> > From: Kelly Kleinfelder [mailto:kelly@unboundmedicine.com]
> > Sent: Monday, April 21, 2003 11:10 AM
> > To: tomcat-user
> > Subject: can't get JK2 to build on Solaris 7
> >
> >
> > Here are the details:
> >
> > Tomcat 4.1.24
> > Apache 2.0.45
> > Ant 1.5
> > Java 1.4.1_01
> >
> > I changed build.properties to reflect my tomcat and apache
installations:
> > tomcat40.home=/mnt/jakarta-tomcat-4.1.24
> > apache2.home=/mnt/httpd-2.0.45
> >
> > Here's the output of my ant command:
> > detect:
> > -------- jakarta-tomcat-connectors --------
> >
> > prepare:
> >
> > BUILD FAILED
> >
> > /export/home/kelly/src/sw/tomcat/jakarta-tomcat-connectors-jk2-2.0
> > .2-src/jk/
> > build.xml:108: Could not create task of type: path because I can't find
it
> > in the list of task class definitions.  Common solutions are: 1 execute
> > bin/bootstrap. 2 use taskdef to declare your task. 3 add the task to
> > defaults.properties.
> >
> > Total time: 1 second
> >
> >
> > Line 108 is:
> >  <path id="xml-apis.classpath">
> >           <pathelement path="${jaxp.home}/jaxp.jar"/>
> >           <pathelement path="${jaxp.home}/crimson.jar"/>
> >           <pathelement path="${xerces2.home}/xmlParserAPIs.jar"/>
> >           <pathelement path="${xml-parser-apis.jar}"/>
> >         </path>
> >
> > Any ideas?
> >
> > Thanks,
> > Kelly
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>



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


RE: can't get JK2 to build on Solaris 7

Posted by Filip Hanik <ma...@filip.net>.
did you create or modify your own build.properties file? I'm sure there is a
sample one you can work from

FIlip

> -----Original Message-----
> From: Kelly Kleinfelder [mailto:kelly@unboundmedicine.com]
> Sent: Monday, April 21, 2003 11:10 AM
> To: tomcat-user
> Subject: can't get JK2 to build on Solaris 7
>
>
> Here are the details:
>
> Tomcat 4.1.24
> Apache 2.0.45
> Ant 1.5
> Java 1.4.1_01
>
> I changed build.properties to reflect my tomcat and apache installations:
> tomcat40.home=/mnt/jakarta-tomcat-4.1.24
> apache2.home=/mnt/httpd-2.0.45
>
> Here's the output of my ant command:
> detect:
> -------- jakarta-tomcat-connectors --------
>
> prepare:
>
> BUILD FAILED
>
> /export/home/kelly/src/sw/tomcat/jakarta-tomcat-connectors-jk2-2.0
> .2-src/jk/
> build.xml:108: Could not create task of type: path because I can't find it
> in the list of task class definitions.  Common solutions are: 1 execute
> bin/bootstrap. 2 use taskdef to declare your task. 3 add the task to
> defaults.properties.
>
> Total time: 1 second
>
>
> Line 108 is:
>  <path id="xml-apis.classpath">
>           <pathelement path="${jaxp.home}/jaxp.jar"/>
>           <pathelement path="${jaxp.home}/crimson.jar"/>
>           <pathelement path="${xerces2.home}/xmlParserAPIs.jar"/>
>           <pathelement path="${xml-parser-apis.jar}"/>
>         </path>
>
> Any ideas?
>
> Thanks,
> Kelly
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


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