shadowislord / radakan

Radakan is a single-player RPG in a dark dynamic setting, driven by a freedom-of-choice environment, with a focus on true role-playing instead of combat.
http://radakan.org/
2 stars 0 forks source link

Create build scripts for the projects #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What missing capability does this fill?
Provides build scripts for consistent building and packaging.

Original issue reported on code.google.com by gee...@cox.net on 25 Oct 2008 at 9:02

GoogleCodeExporter commented 9 years ago
Basic build scripts are in place. Next they need to be extended to include 
deployment packaging.

Original comment by gee...@cox.net on 26 Oct 2008 at 10:49

GoogleCodeExporter commented 9 years ago
Additional requirements:
Deploy - Should compile all class files, compress world.pak and game.pak
into PAK files, copy dependent jars and native libraries. All should be
placed into correct layout in "dist" directory. The "dist" directory can
then be sent to end-users to run the game.
Run - Should execute Radakan.jar in "dist" after deployment. 

Original comment by gee...@cox.net on 2 Nov 2008 at 7:58

GoogleCodeExporter commented 9 years ago
Is it possible to perhaps integrate the deploy script in Maven? Currently 
NetBeans
refuses to believe the existence of the build.xml script in the project 
directories. 

Original comment by ShadowIs...@gmail.com on 16 Nov 2008 at 11:05

GoogleCodeExporter commented 9 years ago
Yes, that should be possible. We can setup Maven to call an ant task.

Original comment by gee...@cox.net on 17 Nov 2008 at 12:45