Thanks, I'll try that.

I'm trying to fix errors of the form:

Buildfile: build.xml
[description] java.util.zip.ZipException: error in opening zip file
[description]   at java.util.zip.ZipFile.open(Native Method)

that started appearing in the jmeter-test project recently. It looked like
it might be trying to pick up some of the zips from the jakarta-jmeter-cvs
project, when in fact it does not need to.

The dependency on jmeter-cvs is needed to ensure that the test is run after
the compile and build, so that it can use the output it generates (which
certainly used to get left behind after a build).

There are probably better ways of doing this, but removing zips from the
classpath seemed a possible fix. Let's see what the noclasspath does.

S.
-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Sent: 10 March 2004 07:52
To: [EMAIL PROTECTED]
Subject: Re: cvs commit: gump/project jakarta-jmeter.xml


On 9 Mar 2004, <[EMAIL PROTECTED]> wrote:

>   Try to suppress inherit of output jars

Hmm, I'm not sure what you are trying to do, but I think

<depend project="jakarta-jmeter-cvs"><noclasspath/></depend>

is what you want (at least in "traditional" Gump).

Stefan

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


___________________________________________________________________________

This e-mail and the documents attached are confidential and intended solely
for the addressee; it may also be privileged. If you receive this e-mail in
error, please notify the sender immediately and destroy it. As its integrity
cannot be secured on the Internet, the Atos Origin group liability cannot be
triggered for the message content. Although the sender endeavours to maintain
a computer virus-free network, the sender does not warrant that this
transmission is virus-free and will not be liable for any damages resulting
from any virus transmitted. 
___________________________________________________________________________


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

Reply via email to