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:03:20 UTC

svn commit: r556479 - /gump/live/python/gump/core/build/nant.py

Author: billbarker
Date: Sun Jul 15 17:03:19 2007
New Revision: 556479

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

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

Modified: gump/live/python/gump/core/build/nant.py
URL: http://svn.apache.org/viewvc/gump/live/python/gump/core/build/nant.py?view=diff&rev=556479&r1=556478&r2=556479
==============================================================================
--- gump/live/python/gump/core/build/nant.py (original)
+++ gump/live/python/gump/core/build/nant.py Sun Jul 15 17:03:19 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: