RE: Ant for non-java development

2005-06-06 Thread ed . wittmann
I use it for startup scripting for BEA weblogic - I setup the classpath, environment variables, passwords, etc. This makes replicating my environment vars between machines (and between windows and unix) pretty easy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sen

Re: Build Process in the Configuration management Tool (Rational Clearcase)

2005-03-08 Thread ed . wittmann
It sounds like you have a lot of reading ahead of you. Source distribution is bundling your source code (non-compiled, human-readable). Binary distribution is bundling your code in compiled, machine-readable form. Either is intended for distribution of your code to third parties. good luck,

RE: Using pcli under ANT 1.6.2

2005-02-28 Thread ed . wittmann
I have used the pvcs stuff in the past, but not currently. If you really get stuck: you'll see that alternate versions of the pvcs ant task exist - but you need to build them into ant. Easy to do. http://marc.theaimsgroup.com/?l=ant-dev&m=99667939904467&w=2 http://sourceforge.net/projects/ant-pv

RE: VSS Re-Labeling

2005-01-28 Thread ed . wittmann
I'd use the ant task, and add the recursive property: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 3:19 PM To: user@ant.apache.org Subject: Re: VSS Re-Labeling If you find that you can do something using the ss command line app th

RE: PVCS ANT TASK

2004-12-15 Thread ed . wittmann
ord. http://marc.theaimsgroup.com/?l=ant-dev&m=99667939904467&w=2 http://sourceforge.net/projects/ant-pvcs-75/ Hope this helps. Ed Wittmann -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 14, 2004 11:55 PM To: [EMAIL PROTECTED] Subject: PVCS ANT TASK

Re: Ant and PVCS 8.0

2004-12-13 Thread ed . wittmann
pecifically do a "taskdef" to use the new tasks: I changed default.properties to include the new tasks, what else do I have to do to avoid having to use taskdefs? Should I care? Thanks, Ed Wittmann

Re: Ant and PVCS 8.0

2004-12-13 Thread ed . wittmann
rg.apache.tools.ant.taskdefs.optional.pvcs.PvcsGet"/> > > >repository="/pvcs/database/CodeDB" > configFile="/pvcs/database/CodeDB/archives/blahblah.cfg" > pvcsproject="/Project1/src"/> > > > > **

Re: Ant and PVCS 8.0

2004-12-13 Thread ed . wittmann
ged default.properties to include the new tasks, what else do I have to do to avoid having to use taskdefs? Should I care? Thanks, Ed Wittmann "Brass Tilde" <[EMAIL PROTECTED]> 12/13/2004 10:40 AM Please respond to "Ant Users List" To: <[EMAIL PROTECT

Ant and PVCS 8.0

2004-12-13 Thread ed . wittmann
Is anyone here using Ant against PVCS 8? The older pvcs tasks built into Ant don't seem to work correctly after I tried them out. I found a posting by Andrew May that had some updates to the pvcs tasks, and I built them into a new version of the nodeps jar file. No joy, though it does fire up t

Re: Ant library paths

2004-12-10 Thread ed . wittmann
Well, you could version-control your libraries and get them out based on version and project.. ant lets you specify wildcards, you could simply get out all your libraries, and include them with a mask like: ../lib/*.zip ../lib/*.jar Edward Wittmann "Erskine, Chris" <[EMAIL PROTECTED]

RE: using ant for non-java builds?

2004-12-07 Thread ed . wittmann
I used java interfaces - basically I just invoke the jvm like the batch or shell script would, except that I use ant, and load all the classpath and JVM settings via properties. The server or host-specific stuff I load through an include (which only has 2 or three host specific settings which r

Re: using ant for non-java builds?

2004-12-07 Thread ed . wittmann
I happen to use Ant to start BEA weblogic - all my startup parameters, classpaths, etc, are in the file. Makes moving environment variables between different environments really easy. Edward Wittmann --- Derek Haskin <[EMAIL PROTECTED]> wrote: [SNIP] > I am wondering if anyone has any exper

Ant VssHistory task behavior problem - am I missing something?

2004-12-01 Thread ed . wittmann
gic * custom_text_default.properties * Version 26 User: asdf Date: 11/30/04 Time: 9:50a Checked in $/path/development/GUI/jsp/includes Comment: added =page header ***** Ed Wittmann