vardars / ci-factory

Automatically exported from code.google.com/p/ci-factory
1 stars 2 forks source link

Meta Root Violations #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Replace all hard coded meta roots with properties or insure they are
overwrite-able.

Original issue reported on code.google.com by jay.flowers@gmail.com on 12 Mar 2007 at 3:22

GoogleCodeExporter commented 9 years ago
Current scan shows these violations:

C:\Projects\CI
Factory\Current\Product\Production\Foundation\Default\Build\SetupIIS.xml(5): 
<property name="BuildDirectory" 
value="C:\Projects\${ProjectName}\Current\Build" />
C:\Projects\CI
Factory\Current\Product\Production\Packages\MSBuild\Install\Install.xml(37):    

<xslfile>C:\Projects\${ProjectName}\Current\Build\Packages\MSBuild\MSBuildMerge.
xsl</xslfile>
C:\Projects\CI
Factory\Current\Product\Production\Packages\MSBuild\Install\Install.xml(38):    

   <xmlfile>c:\Projects\${ProjectName}\Current\Build\CompileLogs\*.xml</xmlfile>
C:\Projects\CI
Factory\Current\Product\Production\Packages\MSBuild\Install\Properties.xml(4): 
<property name="Compile.DevEnv.vsvars32bat" value="C:\Program Files\Microsoft 
Visual
Studio 8\VC\vcvarsall.bat" overwrite="false"/>
C:\Projects\CI
Factory\Current\Product\Production\Packages\NCover\Install\Install.xml(43):   
<property name="NCoverConsolePath" value="C:\Program 
Files\NCover\NCover.Console.exe"/>
C:\Projects\CI
Factory\Current\Product\Production\Packages\NCover\NCover.Target.xml(47):       
<ncover program="C:\Program Files\NCover\NCover.Console.exe"
C:\Projects\CI
Factory\Current\Product\Production\Packages\Subversion\Install\Properties.xml(14
): 
<property name="SVN.TemplateDB" value="C:\Tools\CI
Factory\Packages\Subversion\Install\Template.zip"/>
C:\Projects\CI
Factory\Current\Product\Production\Packages\VisualSourceSafe\Install\Properties.
xml(8):
 <property name="VSS.TemplateDB" value="C:\Tools\CI
Factory\Packages\VisualSourceSafe\Install\Template.zip"/>

Original comment by jay.flowers@gmail.com on 12 Mar 2007 at 3:22

GoogleCodeExporter commented 9 years ago
Build 0.8.0.71
Revision 335
Resolved all know issues with explicit root specification.  Those that 
could/should
not ref and existing property for the root info were moved to properties files.
Most notably the Properties.Main.xml was not using tokens for the root or 
codeline
specifications.

Original comment by jay.flowers@gmail.com on 16 Mar 2007 at 2:19

GoogleCodeExporter commented 9 years ago

Original comment by jay.flowers@gmail.com on 1 Apr 2007 at 10:48