You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by David McLure <Da...@netscape.net> on 2001/06/08 07:06:12 UTC

Struts Beta 03 Build Problem

Any idea why I am consistently getting an "org.apache.tools.ant.taskdefs.optional.TraXLiason" ClassNotFoundException when trying an "ant dist" build of jakarta-struts-1.0-b3-src using Ant 1.3 on both NT and Linux?  I have what seem to be the only required jars in my path: xalan.jar and jaxp.jar from jaxp-1_1.zip, and jdbc2_0-stdext.jar, with jdk1.3.1?

Thanks

David McLure
 
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/

Re: Struts Beta 03 Build Problem

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

On Fri, 8 Jun 2001, Oleg V Alexeev wrote:

> Hello David,
> 
> Friday, June 08, 2001, 9:06:12 AM, you wrote:
> 
> DM> Any idea why I am consistently getting an "org.apache.tools.ant.taskdefs.optional.TraXLiason" ClassNotFoundException when trying an "ant dist" build of jakarta-struts-1.0-b3-src using Ant 1.3 on
> DM> both NT and Linux?  I have what seem to be the only required jars in my path: xalan.jar and jaxp.jar from jaxp-1_1.zip, and jdbc2_0-stdext.jar, with jdk1.3.1?
> 
> Place crimson.jar, jaxp.jar, xalan.jar files from jaxp-1_1.zip to the
> jdk extension dir - x:\jdk1.3.1\jre\lib\ext for example.
> 
> -- 
> Best regards,
>  Oleg                            mailto:gonza@penza.net
> 
> 
> 

Forgot one more -- you need to download the "optional.jar" file from the
same place you got Ant, and put it in $ANT_HOME/lib.

Craig



Re: Struts Beta 03 Build Problem

Posted by Oleg V Alexeev <go...@penza.net>.
Hello David,

Friday, June 08, 2001, 9:06:12 AM, you wrote:

DM> Any idea why I am consistently getting an "org.apache.tools.ant.taskdefs.optional.TraXLiason" ClassNotFoundException when trying an "ant dist" build of jakarta-struts-1.0-b3-src using Ant 1.3 on
DM> both NT and Linux?  I have what seem to be the only required jars in my path: xalan.jar and jaxp.jar from jaxp-1_1.zip, and jdbc2_0-stdext.jar, with jdk1.3.1?

Place crimson.jar, jaxp.jar, xalan.jar files from jaxp-1_1.zip to the
jdk extension dir - x:\jdk1.3.1\jre\lib\ext for example.

-- 
Best regards,
 Oleg                            mailto:gonza@penza.net



Re: Struts Beta 03 Build Problem

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

On Fri, 8 Jun 2001, David McLure wrote:

> Any idea why I am consistently getting an
> "org.apache.tools.ant.taskdefs.optional.TraXLiason"
> ClassNotFoundException when trying an "ant dist" build of
> jakarta-struts-1.0-b3-src using Ant 1.3 on both NT and Linux?  I have
> what seem to be the only required jars in my path: xalan.jar and
> jaxp.jar from jaxp-1_1.zip, and jdbc2_0-stdext.jar, with jdk1.3.1?
> 

You need crimson.jar from JAXP 1.1 as well.

> Thanks
> 
> David McLure
>  

Craig