Re: import Tidy jar, path to jar

2005-05-27 Thread Mark Lundquist
On May 27, 2005, at 4:40 PM, THUFIR HAWAT wrote: yes? No. —ml— - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
I did a bit of googling, and per put an echo statement in there. I'm working on adding more echo statements to debug this. here's where I'm currently at: [EMAIL PROTECTED] java]$ pwd /home/thufir/java [EMAIL PROTECTED] java]$ cat argFile.txt src/at

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
On 5/27/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: ... > That's wrong, I meant to say this: > > > > ... yes? (I'm not at my computer right now, will test later) thanks, Thufir -

Re: import Tidy jar, path to jar

2005-05-27 Thread Mark Lundquist
On May 27, 2005, at 9:38 AM, THUFIR HAWAT wrote: On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: Hi all, ... So "org.w3c.tidy.Tidy" has absolutely nothing to do with where Tidy.jar lives. It has everything to do with what you see when you do "jar tf Tidy.jar" (try that command and you

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: Hi all, ... > So "org.w3c.tidy.Tidy" has absolutely nothing to do with where Tidy.jar > lives. It has everything to do with what you see when you do "jar tf > Tidy.jar" (try that command and you'll see what I mean). ahh, thank you for explain

Re: import Tidy jar, path to jar

2005-05-25 Thread Mark Lundquist
On May 25, 2005, at 8:05 AM, THUFIR HAWAT wrote: heh, I have copied Tidy.jar to many locations. the "primary" location is /home/thufir/java/lib/Tidy.jar, oh, d'oh... that was in your previous email, I just missed it... it's also at /home/thufir/java/src/org/w3c/tidy/Tidy.jar and home/thuf

Re: import Tidy jar, path to jar

2005-05-25 Thread THUFIR HAWAT
On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: > > On May 24, 2005, at 11:15 AM, THUFIR HAWAT wrote: > > > I can't pin down why I think this, but I believe there's a mismatch > > between where the build file says to find Tidy.jar and its actual > > location. > > What is it's actual locati

Re: import Tidy jar, path to jar

2005-05-25 Thread Mark Lundquist
On May 24, 2005, at 11:15 AM, THUFIR HAWAT wrote: I can't pin down why I think this, but I believe there's a mismatch between where the build file says to find Tidy.jar and its actual location. What is it's actual location? —ml— --

Re: import Tidy jar, path to jar

2005-05-24 Thread THUFIR HAWAT
I can't pin down why I think this, but I believe there's a mismatch between where the build file says to find Tidy.jar and its actual location. I made changes to the properties file per your comments, and to build.xml, too. [EMAIL PROTECTED] java]$ [EMAIL PROTECTED] java]$ ll lib/ total 184 -rw-r

Re: import Tidy jar, path to jar

2005-05-24 Thread Mark Lundquist
Hi TH, okay... On May 24, 2005, at 7:58 AM, THUFIR HAWAT wrote: I'm not sure how to approach this error, any pointers would be appreciated. <..snip> [javac] /home/thufir/java/src/atreides/tidyXhtml/Test16.java:9: package org.w3c.tidy does not exist <..snip>

import Tidy jar, path to jar

2005-05-24 Thread THUFIR HAWAT
I'm not sure how to approach this error, any pointers would be appreciated. from the console: [EMAIL PROTECTED] java]$ [EMAIL PROTECTED] java]$ ant Buildfile: build.xml clean: [delete] Deleting directory /home/thufir/java/bin prepare: [mkdir] Created dir: /home/thufir/java/bin compile: