Error info:
/home/space/yx/sendmail.xml:51: The <mail> type doesn't support the nested
"tolist" element.
The part of script is:
<target name="sendmail">
<mail mailhost="smtp.163.org" subject="lg and tc daily update at
${current.date}" messagefile="revision.log" >
<from name="lg and tc daily Agent" address="yangxian@163.org" />
<tolist address="skt@163.org,wgy@163.org,cyq@163.org,gyxin@163.org" />
<cclist
address="yangxian@163.org,wangxuelan@163.org,wangbin@163.org,qbl@163.org,jijiangcheng@163.org,jane@163.org,fangxueqiong@163.org,zjb@163.org,ce@163.org"
/>
</mail>
</target>
The ant version is 1.6.5
--
View this message in context: http://www.nabble.com/The-%3Cmail%3E-type-doesn%27t-support-the-nested-%22tolist%22-element-tp22154133p22154133.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|