Just found out that compile-http also needs to depend on compile-htmlparser
(should have realised...)

S.
-----Original Message-----
From: BAZLEY, Sebastian 
Sent: 22 October 2003 11:02
To: 'JMeter Developers List'
Subject: RE: build.xml


I'd not seen it - until just now, when I tried Ant dist.

I think this is probably for two reasons:
- I use Eclipse, and normally only use "ant package" to compile RMI and
create the jars. I had already added htmlparser to the Eclipse source path,
which means Eclipse does the compiles.
- It is only recently that the http code came to depend on htmlparser.

S.
-----Original Message-----
From: Wolfram Rittmeyer [mailto:[EMAIL PROTECTED]
Sent: 22 October 2003 08:58
To: JMeter Developers List
Subject: build.xml


Building with ant gave a lot of errors until I included the following 
line into the classpath-element of the target "compile-http":

   <pathelement location="${build.htmlparser}"/>

So why's that? Any one else noticed this?

Greetings,

Wolfram




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to