Open GoogleCodeExporter opened 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
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
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
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
Original issue reported on code.google.com by
gee...@cox.net
on 25 Oct 2008 at 9:02