From: Sascha H. <ma...@sa...> - 2006-08-03 22:22:31
|
Hey Guys, I changed the structure in the "plugins_src" directory according to what we talked about today. It's much clearer and easier now I think, and the javascript source is now directly included, which means that version control takes effect. Short explanation of the new structure: Within "plugins_src" there is one directory for every plugin (currently just GMap). In GMap you find "client_js". This is where all the javascript files are. You also see "server". This is where the java source files can be found. Also the "bin" directory is there, where the config.xml resides and the compiled class files will be moved to. In the root of GMap you also finde the build.xml, which makes it easy to compile, pack and move everything to the "plugins" directory. Just type "ant" to perform all of these steps at once. If you just want to compile, type "ant make_server". If you want to compile and make the jar, type "ant jar". Sascha |