1. Right click the new project from the Package Explorer tab.

Import Ant Build File
2. Select Import.
3. Select file system and press next.
4. Browse to the location of the template files in your Pulpcore build directory.
Select the build.xml under the template\project folder.
Press finish.

Ant File Import
5. Open the build.xml.
Edit the top configuration section as per the instructions.
For example on my system the config looks like this.
-
<property name="pulpcore.player.wait" value="true" />
-
<property name="project.jar" value="PulpcoreDemo.jar" />
-
<property name="project.assets.zip" value="PulpcoreDemo.zip" />
-
<property name="project.scene" value="PulpcoreDemo" />
-
<property name="project.width" value="400" />
-
<property name="project.height" value="400" />
-
<property name="project.params" value="" />
-
<property name="project.codebase" value="" />
-
<property name="project.version" value="1.0" />
-
<property name="pulpcore.build" value="debug" />
-
<property name="pulpcore.path"
-
value="G:/JavaGames/Common/pulpcore-0.10.7/build" />
-
<property name="proguard.path"
-
value="G:/JavaGames/Common/proguard-4.0.1/lib/proguard.jar" />
-
<property name="library.path" value="${java.home}/lib/rt.jar" />
Previous
Next