首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何将xslt报告发送到xls文件中给出的用户列表?

如何将xslt报告发送到xls文件中给出的用户列表?
EN

Stack Overflow用户
提问于 2013-04-08 11:09:36
回答 1查看 766关注 0票数 1

在成功完成(执行)构建(pass/ able )之后,我能够生成XSLT报告。我想用电子邮件把这份报告发送到电子邮件地址我需要写一个目标,我将通过ant命令从终端调用发送报告。

代码语言:javascript
复制
<target name="run"> 

            <antcall target="clean" />

            <antcall target="init" />
            <antcall target="compile" />

            <antcall target="runTests" />
            <!-- <antcall target ="makeXsltReports"/> -->

            <antcall target ="testng-xslt-report"/>
            <antcall target="openReport" />
            <Fetch the excel sheet's cell one >> get the email address >> send the email.

</target>
EN

回答 1

Stack Overflow用户

发布于 2013-09-18 21:10:59

使用以下过程:

参考资料

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15877575

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档