How to pass an integration property to a batch file with CruiseControlNet?
In the build log of my project, i can see these properties: <integrationProperties> <CCNetProject>Gdet_T</CCNetProject> ... <LastModificationDate>4/6/2010 1:29:04 PM</LastModificationDate> <LastChangeNumber>10841</LastChangeNumber> </integrationProperties> I want to pass the property CCNetProject and LastChangeNumber to a batch file. it works well with CCNetProject , as it can be used in the batch as an environment variable %CCNetProject% . But it doesn't work with other properties (those are not starting with the CCnet prefix) as LastChangeNumber or LastModificationDate . I tried to pass it