Hi Paul,
I've attached the new code that includes the new interface
StarTeamLogOnProvider and three implementations classes
StarTeamDefaultLogOn, StarTeamAutoLogOn and StarTeamEncryptLogOn. This
interface should allow developers to create their own log on mechanisms
and plug them into the ANT
Ballment, John would like to recall the message, "Bug 46326 - StarTeam: Use
Cache Agent for Checkouts".
**
This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
p
We've already discussed various schemes for expanding the conditional
execution of targets, most recently by allowing conditions as top-level
children of targets. Check the archives.
Jeffrey E. (Jeff)
Hi all,
I suppose that there have been a lot of discussion about conditional
structures, but I would like to open another one.
For now, I notice two solutions :
>> solution 1 : ant approach, using if and unless parameters.
//
//
//
Disadvantages :
- not as simple as it should be
- p
On Mon, Jun 22, 2009 at 11:58 AM, Garima Bathla wrote:
> That exactly is what I am doing, using Ant's Manifest class. Problem
> happens to be that my classpath is too big and Manifest file has limit of 72
> characters per line, so even though it spits out my configured classpath ,
> it ain't set c
That exactly is what I am doing, using Ant's Manifest class. Problem
happens to be that my classpath is too big and Manifest file has limit of 72
characters per line, so even though it spits out my configured classpath ,
it ain't set correctly (as I have listed in the orginial thread).
Any help i
The EasyAnt project is pleased to announce its 0.6 version.
Easyant is a build system, that is based on Apache Ant and Apache Ivy.
Our goals are :
* to leverage popularity and flexibility of Ant.
* to integrate Apache Ivy, such that the build system combines a
ready-to-use dependency mana
On Mon, Jun 22, 2009 at 12:33 AM, Garima Bathla wrote:
> I am in the process of generating MANIFEST.MF file programmatically by
> Extending Jar Task; I am almost there, but the class-path that Jar task
> prints in the Manifest file isn't formatted correctly.
Have you looked at Ant's own Manifest a