From: <ma...@sa...> - 2006-08-04 08:12:56
|
This seems to be a proper solution. Frusty, what do you think? As you are working on making AWT a plugin as well.... would this work for you? Sascha Arno Puder wrote: > would it be in idea to open up a new CVS module with all the plugins? > You can still reference it from within XML11 via ../XML11Plugins/... or > something. This way you can also make it a proper Eclipse project > without polluting XML11 itself. > > Arno > > > Sascha Haeberling wrote: > >> 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 >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys -- and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> XML11-devel mailing list >> XML...@li... >> https://lists.sourceforge.net/lists/listinfo/xml11-devel >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > XML11-devel mailing list > XML...@li... > https://lists.sourceforge.net/lists/listinfo/xml11-devel > > > |