If you try to run prebuild on a project that lies on a network share, Prebuild will fail with the following message:
Prebuild v2.0.3
Copyright (c) 2004-2008
Matthew Holmes (matthew@wildfiregames.com),
Dan Moorehead (dan05a@gmail.com),
David Hudson (jendave@yahoo.com),
Rob Loach (http://www.robloach.net),
C.J. Adams-Collier (cjac@colliertech.org),
See 'prebuild /usage' for help
[X] Δεν υπάρχουν άλλα αρχεία. <-- translation: "File not found"
[X] Object reference not set to an instance of an object.
[X] Object reference not set to an instance of an object.
[X] Object reference not set to an instance of an object.
Unhandled error: Object reference not set to an instance of an object.
at Prebuild.Core.Utilities.Log.WriteException(LogType type, Exception ex)
at Prebuild.Core.Kernel.ParseNode(XmlNode node, IDataNode parent, IDataNode preNode)
at Prebuild.Core.Kernel.ProcessFile(String file)
at Prebuild.Core.Kernel.Process()
at Prebuild.Prebuild.Main(String[] args)
This looks like a permission problem or a path problem (network share is mapped to Z:\trunk). Any ideas?