hi
iam working on ant1.3 .I am using optional task like junit
That works fine .I have directed the output of junit results
to xml .I am planning to JunitReport .I know it is browsable
based report .I want some more information abt junitreport
I want to use junitreport task .Could u help me by providing
snippet working code to me .I have tried with sample code
which comes alonw with documentation but iam getting
message as
D:\bala\feb24\build.xml:41: Unable to write test aggregate to
'D:\bala\feb24\reports\TESTS-TestSuites.xml'
--- Nested Exception ---
java.io.FileNotFoundException: D:\bala\feb24\reports\TESTS-TestSuites.xml
(The s
ystem cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
at
org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.writ
eDOMTree(XMLResultAggregator.java:223)
at
org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.exec
ute(XMLResultAggregator.java, Compiled Code)
at org.apache.tools.ant.Target.execute(Target.java, Compiled Code)
at org.apache.tools.ant.Project.runTarget(Project.java:898)
at org.apache.tools.ant.Project.executeTarget(Project.java, Compiled
Cod
e)
at org.apache.tools.ant.Project.executeTargets(Project.java,
Compiled Co
de)
at org.apache.tools.ant.Main.runBuild(Main.java, Compiled Code)
at org.apache.tools.ant.Main.main(Main.java:149)
Could u kindly help me
Regards
Bala
-----Original Message-----
From: Conor MacNeill
To: [EMAIL PROTECTED]
Sent: 22/03/2001 11:32 AM
Subject: RE: JUnitReport classpath problem
David,
I think there would be a benefit in trying out the 1.3 release code and
then
coming back yto us if you still have problems. There were certainly some
changes in this task during the various betas and it would be good if we
are
all starting from the same point.
Conor
> -----Original Message-----
> From: Ventimiglia, David [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 22 March 2001 9:06 AM
> To: Ant-User (E-mail)
> Subject: JUnitReport classpath problem
>
>
> Hi,
>
> When I use the <junitreport> task, I get a 'NoClassDefFoundError'
> exception
> thrown because it can't find org/xml/sax/ext/LexicalHandler. I
> noticed that
> this class is in the Xerces XML parser, but the Ant manual doesn't
mention
> the need for Xerces, only for Xalan. When I add xerces1_2_1.jar to my
> CLASSPATH environment variable, I get this error:
>
> XSL Error: Cannot use a DTMLiaison for a input DOM node... pass a
> org.apache.xalan.xpath.xdom.XercesLiaison instead
>
> Some messages in this list's archive indicated incompatibilities
> between the
> Xerces parser and the parser that ships with Ant. At least one
message
> recommended removing or renaming parser.jar and jaxp.jar, but
> without those
> Ant itself won't work. How is this supposed to be resolved?
>
> I'm running a beta version of Ant 1.3:
>
> Ant version 1.3beta1 compiled on February 6 2001
>
> Thanks,
> David
>