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
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,
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
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
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
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
rg.apache.tools.ant.taskdefs.optional.pvcs.PvcsGet"/>
>
>
>repository="/pvcs/database/CodeDB"
> configFile="/pvcs/database/CodeDB/archives/blahblah.cfg"
> pvcsproject="/Project1/src"/>
>
>
>
> **
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
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
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]
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
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
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
13 matches
Mail list logo