Karunakar Chatla wrote:

>Thanks for the help.
>
>For 2nd query :
>
>We need to build some of the components in the system and publish the build
>information, like, Release Number, Build Number, Components affected on a
>web page. There exists a web page and we have to update that web page each
>time the build is performed. Also have to preserve the history of the
>previous builds.
>How can we update that web page from ANT? Is there any task defined to
>perform this action?
>
u can use the 3rd party xmltask for editing html....at the simplest u
could use an <echo/> task to perpetually append information to a file.
there is no specific 'edithtml' Ant task though that I know about.

gl, Jim Fuller

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

Reply via email to