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 |
From: Arno P. <ar...@pu...> - 2006-08-04 08:06:14
|
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 |
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 > > > |
From: Arno P. <ar...@pu...> - 2006-08-04 08:16:21
|
we can do it the same way we do it for XMLVM and XMLOB: have seperate=20 CVS modules and copy the .jar files to XML11. The AWT Plugin is=20 obviously needed by XML11, so we would do the same to keep XML11 self=20 contained. Arno Sascha H=E4berling wrote: > This seems to be a proper solution. Frusty, what do you think? As you=20 > are working on making AWT a plugin as well.... would this work for you? >=20 > Sascha >=20 >=20 >=20 > Arno Puder wrote: >> would it be in idea to open up a new CVS module with all the plugins?=20 >> You can still reference it from within XML11 via ../XML11Plugins/... o= r=20 >> something. This way you can also make it a proper Eclipse project=20 >> without polluting XML11 itself. >> >> Arno >> >> >> Sascha Haeberling wrote: >> =20 >>> Hey Guys, >>> >>> I changed the structure in the "plugins_src" directory according to w= hat >>> 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 (current= ly >>> 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 t= he >>> 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 ty= pe >>> "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 sha= re your >>> opinions on IT & business topics through brief surveys -- and earn ca= sh >>> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CI= D=3DDEVDEV >>> _______________________________________________ >>> XML11-devel mailing list >>> XML...@li... >>> https://lists.sourceforge.net/lists/listinfo/xml11-devel >>> =20 >> >> ----------------------------------------------------------------------= --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to shar= e your >> opinions on IT & business topics through brief surveys -- and earn cas= h >> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV >> _______________________________________________ >> XML11-devel mailing list >> XML...@li... >> https://lists.sourceforge.net/lists/listinfo/xml11-devel >> >> >> =20 >=20 >=20 > -----------------------------------------------------------------------= - >=20 > -----------------------------------------------------------------------= -- > 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=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV >=20 >=20 > -----------------------------------------------------------------------= - >=20 > _______________________________________________ > XML11-devel mailing list > XML...@li... > https://lists.sourceforge.net/lists/listinfo/xml11-devel |