You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2007/07/16 02:05:13 UTC

svn commit: r556480 - /gump/trunk/python/gump/core/build/nant.py

Author: billbarker
Date: Sun Jul 15 17:05:12 2007
New Revision: 556480

URL: http://svn.apache.org/viewvc?view=rev&rev=556480
Log:
try and fix nant builds by using the preferred name with a ':'

Modified:
    gump/trunk/python/gump/core/build/nant.py

Modified: gump/trunk/python/gump/core/build/nant.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/core/build/nant.py?view=diff&rev=556480&r1=556479&r2=556480
==============================================================================
--- gump/trunk/python/gump/core/build/nant.py (original)
+++ gump/trunk/python/gump/core/build/nant.py Sun Jul 15 17:05:12 2007
@@ -158,7 +158,7 @@
         cmd.addNamedParameters(properties)
     
         # Pass the buildfile
-        if buildfile: cmd.addParameter('-f',buildfile)
+        if buildfile: cmd.addParameter('-buildfile',buildfile, ':')
     
         # End with the target (or targets)...
         if target: