Hello,
Reading the Nant documentation I could see that I ca use the solution task for compiling all the projects in a txt file.
<solution configuration="release">
<projects>
<includesfile name="projects.txt" />
</projects>
</solution>
Can anybody tell me what is the txt file format?
I tried with an xml file like:
<include name="D:\GeoExplorerBuild\Projects\TELUS.Geomatics.Shared\TELUS.Geomatics.Shared.vbproj" />
<include name="D:\GeoExplorerBuild\Projects\TELUS.Geomatics.GeoExplorer.Data\TELUS.Geomatics.GeoExplorer.Data.vbproj" />
<include name="D:\GeoExplorerBuild\Projects\TELUS.Geomatics.ExceptionManagement\TELUS.Geomatics.ExceptionManagement.vbproj" />
But it didn't work, Also with a list of lines
"D:\GeoExplorerBuild\Projects\TELUS.Geomatics.Shared\TELUS.Geomatics.Shared.vbproj"
"D:\GeoExplorerBuild\Projects\TELUS.Geomatics.GeoExplorer.Data\TELUS.Geomatics.GeoExplorer.Data.vbproj"
"D:\GeoExplorerBuild\Projects\TELUS.Geomatics.ExceptionManagement\TELUS.Geomatics.ExceptionManagement.vbproj"
And nothing, finally the same but no ""
I was trying to find the txt file format in the help, but no luck. Could someone tell me the expected txt file format??
Thank you very much!!!
Ransel Lopez
GIS Web Developer
Telus Geomatics Inc.
16th Floor, Telus Plaza South
10020-100 Street
Edmonton, AB T5J 0N5
Phone : (780) 493-3850
Email : [EMAIL PROTECTED]