Re: Struts Beta 03 Build Problem

2001-06-09 Thread Craig R. McClanahan
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

Re: Struts Beta 03 Build Problem

2001-06-09 Thread Craig R. McClanahan
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

Re: Struts Beta 03 Build Problem

2001-06-09 Thread [EMAIL PROTECTED]
Hello Craig, Yes! The optional.jar was indeed the missing ingredient. I am happily building Struts now. Thank you! 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

Struts Beta 03 Build Problem

2001-06-08 Thread David McLure
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

Re: Struts Beta 03 Build Problem

2001-06-08 Thread Oleg V Alexeev
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

Re: Struts Beta 03 Build Problem

2001-06-08 Thread McLure, David
Hello Oleg, I tried this on both linux as well as NT, but unfortunately I still get the same error. I even tried adding the jdbc2_0-stdext.jar to my \jdk1.3.1\jre\lib\ext dir as well, but this didn't help. I am pretty sure my Ant install basically works because I have built other things with it

RE: Struts Beta 03 Build Problem

2001-06-08 Thread Deadman, Hal
. -Original Message- From: McLure, David [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 11:03 AM To: '[EMAIL PROTECTED]' Subject: Re: Struts Beta 03 Build Problem Hello Oleg, I tried this on both linux as well as NT, but unfortunately I still get the same error. I even tried adding

Re: Struts Beta 03 Build Problem

2001-06-08 Thread Ted Husted
Did you build Ant from the source and include the optional package? My recollection is that TraXLiason is not included in the binary distribution. McLure, David wrote: Hello Oleg, I tried this on both linux as well as NT, but unfortunately I still get the same error. I even tried adding

RE: Struts Beta 03 Build Problem

2001-06-08 Thread McLure, David
problem. I also started copying some jars into the ant lib optional directory, but there are quite a few listed in the Library Dependencies section. Does anyone know where this TraXLiason class lives? Thanks, David McLure From: Deadman, Hal [EMAIL PROTECTED] Subject: RE: Struts Beta 03 Build Problem