From: Snowdog <sn...@ga...> - 2006-04-12 18:41:11
|
I've updated the build files in the SVN so that the netbeans project files are not under version control. You will likely find netbeans unable to load your openrpg2 project directory correctly after this update. You'll have to take steps to restore the project files.... Via Ant (The EASY way): exectute the ant restore-project target in build.xml (Note: all major targets (clean, build, jar, etc.) and the default depend on restore-project and will also result in the restoration of project files) Manually (The not-so-easy way): copy project.template and project.properties.template from the nbproject/templates dir into the nbproject/ dir. Then Rename the copies in nbproject as "project.template" to "project.xml" and "project.properties.template" to "project.properties". --Snowdog |