[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gump-commits
Subject:    svn commit: r556479 - /gump/live/python/gump/core/build/nant.py
From:       billbarker () apache ! org
Date:       2007-07-16 0:03:20
Message-ID: 20070716000320.567751A981A () eris ! apache ! org
[Download RAW message or body]

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: 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic