Re: Queries on using ANT

2005-07-13 Thread Ivan Ivanov
Karanukar, > 2) Can I publish an HTML page on a web page using > ANT? I dealt with publishing HTML pages via Ant last week and I am now having great success using WebDAV and the WebDAV Ant tasks from Jakarta Slide project[1]. You can check also this thread[2] for some references and nice links on

Re: Queries on using ANT

2005-07-13 Thread Juergen Hermann
On Wed, 13 Jul 2005 17:56:29 +0530, Karunakar Chatla wrote: >How can we update that web page from ANT? Is there any task defined to >perform this action? A combination of

RE: Queries on using ANT

2005-07-13 Thread Rebhan, Gilbert
o your Baseversion/webpage with as already mentionend by James Fuller. Regards, Gilbert -Original Message- From: Karunakar Chatla [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 2:26 PM To: Ant Users List Subject: Re: Queries on using ANT Thanks for the help. For 2nd q

Re: Queries on using ANT

2005-07-13 Thread Karunakar Chatla
Thank You James. - Original Message - From: "James Fuller" <[EMAIL PROTECTED]> To: "Ant Users List" Sent: Wednesday, July 13, 2005 6:03 PM Subject: Re: Queries on using ANT > Karunakar Chatla wrote: > > >Thanks for the help. > > > >F

Re: Queries on using ANT

2005-07-13 Thread James Fuller
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 >ti

Re: Queries on using ANT

2005-07-13 Thread Karunakar Chatla
Ant Users List" Sent: Wednesday, July 13, 2005 5:49 PM Subject: Re: Queries on using ANT > 1) I'm not familiar with ".dsw" files, but you can always use the > task to execute a native program from Ant. > 2) Possible, yes. Without specific information about your conte

Re: Queries on using ANT

2005-07-13 Thread James Fuller
Karunakar Chatla wrote: >Hi, > >I am currently using ANT in my project. I have following queries - >1) I have the requirement to build a C++ project( .dsw file ). >How can I do this, as I didn't find any direct support in ANT Task list? > > check out the useful set of tasks bundled with the

Re: Queries on using ANT

2005-07-13 Thread Jeffrey E Care
1) I'm not familiar with ".dsw" files, but you can always use the task to execute a native program from Ant. 2) Possible, yes. Without specific information about your context & environment it's not possible for anyone on this list to determine if it's feasible in your particular case. -- Jeff

Queries on using ANT

2005-07-12 Thread Karunakar Chatla
Hi, I am currently using ANT in my project. I have following queries - 1) I have the requirement to build a C++ project( .dsw file ). How can I do this, as I didn't find any direct support in ANT Task list? 2) Can I publish an HTML page on a web page using ANT? Thanks, Karunakar Chatla