-
This patch builds ontop of patch 2739655 and adds the option of specifying whether or not a label is locked and associating a label with a changelist which means you could reduce your use of labelsync (since the label is already associated with a view at a particular changelist).
2009-08-19 09:09:12 UTC by john_mandia
-
Hi, I'm not really a coder, but I was able to hack something together and figured that others might find it useful, so I thought I'd post it here. If someone wants to add it to a dll or something to make it an official task item, that would be great. I don't currently have the skills to do so.
Here's the code:
...
2009-05-23 01:35:02 UTC by mikeratzlaff
-
All of the Perforce-related tasks in NAntContrib neglect to use the 'port' paramater value (member of P4Base class) that can be supplied by NAnt build files. Tasks such as , , etc. all use *only* the default/current (i.e. set in your environment) setting for the port. This patch corrects all such fauty task implementations.
2009-04-07 04:49:28 UTC by daldridge
-
drieseng committed patchset 783 of module NAntContrib to the NAntContrib CVS repository, changing 1 files.
2009-02-01 08:34:27 UTC by drieseng
-
drieseng committed patchset 782 of module NAntContrib to the NAntContrib CVS repository, changing 1 files.
2009-01-31 20:07:21 UTC by drieseng
-
drieseng committed patchset 781 of module NAntContrib to the NAntContrib CVS repository, changing 1 files.
2009-01-30 22:32:33 UTC by drieseng
-
drieseng committed patchset 780 of module NAntContrib to the NAntContrib CVS repository, changing 1 files.
2009-01-30 22:25:26 UTC by drieseng
-
drieseng committed patchset 779 of module NAntContrib to the NAntContrib CVS repository, changing 1 files.
2009-01-30 21:22:00 UTC by drieseng
-
drieseng committed patchset 778 of module NAntContrib to the NAntContrib CVS repository, changing 1 files.
2009-01-30 19:47:50 UTC by drieseng
-
The problem is that the msbuild task surround the property name and value with quotes while this is not needed. What should happen is escaping the space with %20 and the same should probably happen with the equals sign.
2008-12-09 20:51:43 UTC by verbedr