Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 84550 invoked by uid 500); 12 Aug 2003 20:22:16 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 84528 invoked from network); 12 Aug 2003 20:22:16 -0000 Received: from mailhost2.cnf.com (HELO ljcqs053.cnf.com) (63.230.177.24) by daedalus.apache.org with SMTP; 12 Aug 2003 20:22:16 -0000 Received: from cnfqs039.cnf.com (localhost [127.0.0.1]) by ljcqs053.cnf.com (Postfix) with ESMTP id AB0F68AD for ; Tue, 12 Aug 2003 13:22:19 -0700 (PDT) Received: by cnfqs039.cnf.prod.cnf.com with Internet Mail Service (5.5.2653.19) id ; Tue, 12 Aug 2003 13:22:18 -0700 Message-ID: <25E622D843625C40BE0EEC150B437C1B2CCD8C@cnfqe029.cnf.prod.cnf.com> From: "Anderson, Robert H - MWT" To: 'Ant Users List' Subject: RE: CVS Situation Date: Tue, 12 Aug 2003 13:22:15 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Matt, The location to/from which you export/import is arbitrary. CVS will complain during an export if there are files already there so you should probably clean out the directory before or after each export/import. The web gui should bassically be a form that users can enter the parameters that you intend to pass into ant, in your case: a menu to select a project from, and perhaps a tag to specify. The form should do an http post to a perl script, a java servlet, or even a shell script that simply gets the parameters entered by the user and kicks off an ant process with the given parameters. Make sense? -Rob Anderson -----Original Message----- From: Matt [mailto:mathews_julien@hotmail.com] Sent: Tuesday, August 12, 2003 12:05 PM To: 'Ant Users List' Subject: RE: CVS Situation Robert, That really gives some direction. The two repository locations rest on the same machine. Now tell me one thing, when a project is exported from a repository does it has to be placed/ exported to some temporary location first and to be then imported to the second repository. And regarding the perl-cgi thing that you mentioned, I have never worked with that and am more into java. Can you give some direction as to what that perl-cgi thing should present/do, I'll then either learn that or try to write similar stuff in java. Thanks in advance matt -----Original Message----- From: Anderson, Robert H - MWT [mailto:Anderson.Robert@menlolog.com] Sent: Tuesday, August 12, 2003 11:20 AM To: 'Ant Users List' Subject: RE: CVS Situation Matt, You might use the task to export from one repository, and import to the other. If the two repositories are on different machines you will need to and the archive to the other machine, and use sshexec to do the cvs import. As for the GUI... Write a perl cgi script and give users a web interface. This has saved me from having to come into the office many weekends. -----Original Message----- From: Matt [mailto:mathews_julien@hotmail.com] Sent: Tuesday, August 12, 2003 9:32 AM To: 'Ant Users List' Subject: CVS Situation Hi Folks, I had posted this issue several days ago and as expected people found it as weird as I think it is. But I have no other option but to tackle it somehow cause the boss wants it. Here is the issue: I am required to somehow use Ant to transfer a project from one CVS repository location to another. Like from development CVS repository to deployment CVS repository. Also first I have to come up with some kinda GUI to enable users to select the projects to transfer. I know this is not a good way of using CVS but I would appreciate any ideas you guys have regarding how to do that. And I can't change the boss :-) Matt -----Original Message----- From: chris [mailto:crza@gmx.net] Sent: Saturday, August 02, 2003 8:03 AM To: user@ant.apache.org Subject: file size task Hi there, i wrote a little task to save information about a file as properties because i didn't want use the script capability every time i need the filesize or so. Well the design is not that good but it should to the task. I thought maybe someone could use it or tell me how to improve it (or tell me that it's already implemented elsewhere). So if you want to take a glance: http://www.f4.fhtw-berlin.de/~s0507007/fileinfo.html cheers, chris --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org