This is what I do:

What it does it opens an xml modifies it and saves it with the changes.

<taskdef name="drive_letter" classname="com.kmv.qa.build.RunnerReader"/>
        <target name="substitute">
                <drive_letter runnerRoot="${myenv.BASEDRIVE}"/>
</target>


So, where should I use fork='true'?

Thanks





-----Original Message-----
From: Dominique Devienne [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 3:49 PM
To: 'Ant Users List'
Subject: RE: Problem with ANT1.5


Try to fork='true' whatever you run. This usually takes care of this kind of
problems. --DD

-----Original Message-----
From: Shvartsburd, Feliks [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, July 18, 2002 4:38 PM
To: [EMAIL PROTECTED]
Subject: Problem with ANT1.5



I'm having really weird problem using ANT1.5. I didn't have this with ANT
1.4 and if I switch to ANT1.4 I still don't have a problem. Below is an
exception that I get any time I run my build.. It doesn't make any sense to
me why this is happening.



BUILD FAILED
java.lang.VerifyError: (class: com/kmv/qa/xml/XMLUtil, method:
createDocument signature: (Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;)
Incompatible object argument for function call
        at com.kmv.qa.build.RunnerReader.execute(RunnerReader.java:33)
        at org.apache.tools.ant.Task.perform(Task.java:317)
        at org.apache.tools.ant.Target.execute(Target.java:309)
        at org.apache.tools.ant.Target.performTasks(Target.java:334)

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


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

Reply via email to