[GME-commit] GMESRC/Install/Build tools.py,1.21,1.22
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu May 19 20:43:43 CDT 2005
- Previous message: [GME-commit] GMESRC/Install Component.idt,1.31,1.32
FeatureComponents.idt,1.23,1.24 File.idt,1.33,1.34
ISComponentExtended.idt,1.24,1.25
- Next message: [GME-commit]
GMESRC/Install/Build/components compileMETA.py,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/Install/Build
In directory escher:/tmp/cvs-serv12751/Install/Build
Modified Files:
tools.py
Log Message:
GME release 5.5.19
IMgaFilter can handle names with spaces in them (by using quotes)
CVS User: Peter Volgyesi, ISIS (volgy)
Index: tools.py
===================================================================
RCS file: /project/gme-repository/GMESRC/Install/Build/tools.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** tools.py 7 Apr 2005 20:48:18 -0000 1.21
--- tools.py 19 May 2005 19:43:41 -0000 1.22
***************
*** 48,52 ****
DTE.Solution.Open( sln_path )
sb = DTE.Solution.SolutionBuild
! sb.Clean(1)
sb.BuildProject(config_name, project_name, 1)
failed = sb.LastBuildInfo
--- 48,52 ----
DTE.Solution.Open( sln_path )
sb = DTE.Solution.SolutionBuild
! # sb.Clean(1)
sb.BuildProject(config_name, project_name, 1)
failed = sb.LastBuildInfo
- Previous message: [GME-commit] GMESRC/Install Component.idt,1.31,1.32
FeatureComponents.idt,1.23,1.24 File.idt,1.33,1.34
ISComponentExtended.idt,1.24,1.25
- Next message: [GME-commit]
GMESRC/Install/Build/components compileMETA.py,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list