Forum: open-discussion


RE: Source for RGG [ Reply ] By: Balasubramanian Kumar on 2009-10-25 17:25 | [forum:2100] |
Hi Ilhami! Thank you for your incredible responsiveness in getting back to me so fast AND installing all the software into SVN. I will keep you posted on my progress in the project that I am embarking on. Regards, Kumar |
RE: Source for RGG [ Reply ] By: ilhami visne on 2009-10-25 14:38 | [forum:2099] |
Hi Kumar, It took me a few days to add the other sources but i have added both RGGRunner and RGG-JGR package source into the subversion. Please check out. RGGRunner is a Netbeans RCP. If you are interested, you can open it using Netbeans (6.7 or newer). RGG-JGR has only few classes to integrate itself into JGR. See initRGGPanel() from the RGGDialog class. You need to set/add some 3rd party libraries. If you encounter any problem, let me know here in the forum. best wishes, ilhami visne |
RE: Source for RGG [ Reply ] By: Balasubramanian Kumar on 2009-10-23 16:05 | [forum:2096] |
Hi Ilhami! I apologize for not reading the instructions in "Getting Started" carefully - I would have realized that RGG is not a standalone program, but is supposed to be run from inside JGR or RGGrunner. So please disregard my previous questions. I am trying to embed RGG inside a larger software system; would it be possible to get the source for RGGrunner, so that I can call it programmatically (say as a shared library)? Thanks! Kumar |
RE: Source for RGG [ Reply ] By: Balasubramanian Kumar on 2009-10-22 06:02 | [forum:2077] |
In fact the Manifest.mf file in RGG.jar lists "org.arcs.rgg.main.RggMain" as the Main-class. |
RE: Source for RGG [ Reply ] By: Balasubramanian Kumar on 2009-10-21 16:36 | [forum:2075] |
Hi Ilhami! Thanks for your prompt reply. Which is the main class of the program? I see 2 classes "LineNumberTable" and "BusyDialog" which have the "main" method declared - but neither of them looks like the main class of RGG. Thanks! Kumar |
RE: Source for RGG [ Reply ] By: ilhami visne on 2009-10-21 12:11 | [forum:2072] |
Hi Kumar, Please just ignore "org.arcs.rgg.main". That folder got his way into the jar but shouldn't be there. There are some old classes there, which are excluded from the svn commit. For SVN access look here: https://r-forge.r-project.org/scm/?group_id=95 . The current development is under the src/rgg/trunk. best wishes, Ilhami Visne |
Source for RGG [ Reply ] By: Balasubramanian Kumar on 2009-10-20 05:21 | [forum:2066] |
Hi Ilhami! I am a consultant developing software for my cousin Dr. Vasan Yegnasubramanian, Assistant Professor of Oncology at the Sidney Kimmel Comprehensive Cancer Center in Johns Hopkins University. I was very impressed with the work you have done on RGG, and am looking into the possibility of using/extending the software. When I tried to download the source from SourceForge, I only got the source for the at.ac.arcs.rgg tree, while the source for the org.arcs.rgg.main tree was not present in the SVN repository. Could you please send me a pointer to this source, or a jar file with the source in it? Thanks in advance for your help and congratulations on developing a great piece of software. B.Kumar |