Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
guidelines:gamebots_maven [2012/02/08 11:43]
martin.cerny
guidelines:gamebots_maven [2012/02/08 16:07]
martin.cerny
Line 1: Line 1:
 ====== Installing gamebots as a part of Maven build ====== ====== Installing gamebots as a part of Maven build ======
  
-(this is a work in progress page) 
 Following procedure is considered best practice to deploy Gamebots and other extensions to UDK along with your project. Following procedure is considered best practice to deploy Gamebots and other extensions to UDK along with your project.
  
-This article was written for PogamutUDK version 3.2.5. It should seamlessly apply to future versions and with further modifications it is applicable to Pogamut for other versions of unreal.+This article was written for PogamutUDK version 3.2.5. It should seamlessly apply to future versions and with further modifications it is applicable to Pogamut for other versions of unreal. This article was written by Martin Černý.
  
  
Line 97: Line 96:
                                 <configuration>                                 <configuration>
                                     <executable>${udk.home}/Binaries/UDKLift.exe</executable>                                     <executable>${udk.home}/Binaries/UDKLift.exe</executable>
-                                    <commandlineArgs>make -full</commandlineArgs><!-- Adding -full is important for first-time compilation -->+                                    <commandlineArgs>make</commandlineArgs>
                                 </configuration>                                 </configuration>
                             </execution>                             </execution>
Line 114: Line 113:
                 </dependency>                 </dependency>
             </dependencies>             </dependencies>
-        </profile>    </profiles>+        </profile>     
 +    </profiles>
 </code> </code>
  
guidelines/gamebots_maven.txt · Last modified: 2012/02/15 11:57 by martin.cerny