Hi guys

I'm trying to get ant to transform some jmeter test results into
html.The ant target is defined as follows :

<xslt
         in="${basedir}/loadtests/JMeterResults.jtl"
        out="${basedir}/loadtests/JMeterResults.html"
       
style="${basedir}/jmeter-results-detail-report/jmeter-results-detail-report.xsl"/>


where jmeter-results-detail-report.xsl is an XSLT file for for
generating a detailed report from the result log file.However when I
run this task , I get the following error message:

     [xslt] Processing D:\MAVEN-WORK\eportal-functional-tests\loadtests\JMeterRe
sults.jtl to D:\MAVEN-WORK\eportal-functional-tests\loadtests\JMeterResults.html

     [xslt] Loading stylesheet D:\MAVEN-WORK\eportal-functional-tests\jmeter-res
ults-detail-report\jmeter-results-detail-report.xsl
     [xslt] : Error! Content is not allowed in prolog.
     [xslt] : Error! com.sun.org.apache.xml.internal.utils.WrappedRuntimeExcepti
on: Content is not allowed in prolog.
     [xslt] Failed to process D:\MAVEN-WORK\eportal-functional-tests\loadtests\J
MeterResults.jtl

BUILD FAILED
D:\MAVEN-WORK\eportal-functional-tests\build.xml:14: javax.xml.transform.Transfo
rmerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.
internal.utils.WrappedRuntimeException: Content is not allowed in prolog.


What could be causing this ?
The "jmeter-results-detail-report.xsl"  can be found at
http://www.programmerplanet.org/media/ant-jmeter/jmeter-results-detail-report.zip
if you wish to take a look at it.
-- 


Jeff  Mutonho

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---

Reply via email to