Re: Is there an Ant task to validate HTML (not XHTML)?

2002-12-14 Thread Christian Wolfgang Hujer
Hi all, Am Sonntag, 15. Dezember 2002 01:11 schrieb Christian Wolfgang Hujer: > Hello Ken, > > thanks, I didn't think of tidy. > tidy -e does a good job, I thought it's just for cleaning up HTML, but it > also can check HTML. Thanks! > > I don't know wether I will write a HtmlTidy-Task, probably

RE: Junitreport -- where is org.apache.xalan.xslt.extensions.Redirect?

2002-12-14 Thread Scott Stirling
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] [...] > > I am trying top get junitreport to work in Ant 1.5.1, but I am getting > ClassNotFound exceptions for the > org.apache.xalan.xslt.extensions.Redirect > class. I have Xalan-J 2.4.1 downloaded and the xalan

Re: Is there an Ant task to validate HTML (not XHTML)?

2002-12-14 Thread Christian Wolfgang Hujer
Hello Martin, Am Sonntag, 15. Dezember 2002 00:38 schrieben Sie eine HTML-Mail an eine Mailing-Liste (welch eine Schande ;-): > Christian. > > The HTML 4.01 Validator can be found at > > http://validator.w3.org/ > > Vielen Danke thanks, I know. The W3C Validator is a *CGI* application and does

Re: Is there an Ant task to validate HTML (not XHTML)?

2002-12-14 Thread Christian Wolfgang Hujer
Hello Ken, thanks, I didn't think of tidy. tidy -e does a good job, I thought it's just for cleaning up HTML, but it also can check HTML. Thanks! I don't know wether I will write a HtmlTidy-Task, probably no because inserting tidy -e in a Makefile will do the job for me. Am Sonntag, 15. Dezemb

Re: Is there an Ant task to validate HTML (not XHTML)?

2002-12-14 Thread Ken Gentle
Not an ant task, but HtmlTidy does a good job -- might not be too hard to wrap an ant task around it using the TidyLib -- see the sourceforge project for details. At 06:02 PM 12/14/2002, you wrote: Hello dear Ant Users, does someone know of an Ant task to validate HTML, e.g. HTML 4.01 Strict? (

Is there an Ant task to validate HTML (not XHTML)?

2002-12-14 Thread Christian Wolfgang Hujer
Hello dear Ant Users, does someone know of an Ant task to validate HTML, e.g. HTML 4.01 Strict? (not XHTML, I already validate XHTML using the xmlvalidate task)? My google search for "Ant task to validate HTML" didn't seem to reveal anything interesting. Thanks and good bye -- ITCQIS GmbH Chris

Re: Could not set ErrorsBeginAt attribute in Condition's Http element

2002-12-14 Thread Steve Loughran
- Original Message - From: "Daisy Guo" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 12:13 Subject: Could not set ErrorsBeginAt attribute in Condition's Http element > I checked the documentation, it said ErrorsBeginAt is supported, but ant

RE: Classloader problem with Taskdef

2002-12-14 Thread Dominique Devienne
This is also more of a discussion for ant-dev... My first question would be why you're using your own class loader in the first place? Very often, custom tasks/types should not bother about class loading issues, which are sorted out using 'loaderef' in taskdef/typedef in the build file. Then again,

Re: Classloader problem with Taskdef

2002-12-14 Thread Maciej Zawadzki
I may have answered my own question. I think that it is my task that needs to set the AntClassloader as the current thread context classloader, not the taskdef as I previously thought. For some reason I though that the classpath used by the taskdef would carry over to the task, but I guess th

RE: NPE with ejbdeploy/ejbjar for WAS 4.0 Ant 1.5.1

2002-12-14 Thread George Spalding
About having was4 installed or not, I can only answer: I'm not sure what files it accesses. ejbDeploy does more things than load classes from jars. (I've noticed that it updates some files) I basically ripped the settings off from ejbDeploy.sh and ejbDeploy.bat (classpath and that home variable th