Thread: [Java-gnome-developer] java-gnome development in eclipse
Brought to you by:
afcowie
From: Sandor Bodo-M. <sbo...@gm...> - 2005-10-02 22:46:24
|
Hi, I would like to know if someone uses eclipse for the java-gnome development itself. Searching google brings up a lot of info about how to use java-gnome for application programming, but i did not found a clear howto on how to set up eclipse for the java-gnome development. I use jhbuild atm, but i wonder whether i could set up a full build env in eclipse. Sanyi |
From: Andrew C. <an...@op...> - 2005-10-03 03:18:37
|
On Sat, 2005-01-10 at 19:14 +0200, Sandor Bodo-Merle wrote: > I would like to know if someone uses eclipse for the java-gnome > development itself. Yes, quite a number of us are. > jhbuild Personally, I don't bother with jhbuild; I just manually build the java-gnome libraries (ie, glib-java, cairo-java, libgtk-java and libglade-java for most of my work). I have libgtk-java imported into an Eclipse workspace. [I actually use Darcs to shuttle between my CVS checkouts and and Eclipse workspace, but whatever - and of course you can use Eclipse's CVS/Team tools to good effect] There are some tips and techniques that help maximize the effectiveness of Eclipse in such circumstances. For specific questions I suggest you come up on #java-gnome on GIMPnet. And, yes, we could probably use a page on the wiki about this. Incidentally, if you're interested in developing the java-gnome bindings themselves, I recommend you join the java-gnome-hackers mailing list (-developers is targeted at discussions by and for people *using* the bindings to develop applications). AfC Toronto |
From: Sandor Bodo-M. <sbo...@gm...> - 2005-10-03 08:50:26
|
2005/10/3, Andrew Cowie <an...@op...>: > On Sat, 2005-01-10 at 19:14 +0200, Sandor Bodo-Merle wrote: > > I would like to know if someone uses eclipse for the java-gnome > > development itself. > > Yes, quite a number of us are. > Glad to hear this. > > There are some tips and techniques that help maximize the effectiveness > of Eclipse in such circumstances. For specific questions I suggest you > come up on #java-gnome on GIMPnet. > > And, yes, we could probably use a page on the wiki about this. > Yes, a wiki page targetting newcommers about how to set up an eclipse based build environment would be nice. > Incidentally, if you're interested in developing the java-gnome bindings > themselves, I recommend you join the java-gnome-hackers mailing list > (-developers is targeted at discussions by and for people *using* the > bindings to develop applications). Sorry to pollute the wrong list, the names are a bit confusing at first :) Sanyi |
From: Ismael J. <is...@ju...> - 2005-10-03 09:16:46
|
On Mon, 2005-10-03 at 10:50 +0200, Sandor Bodo-Merle wrote: > 2005/10/3, Andrew Cowie <an...@op...>: > > On Sat, 2005-01-10 at 19:14 +0200, Sandor Bodo-Merle wrote: > > > I would like to know if someone uses eclipse for the java-gnome > > > development itself. > > > > Yes, quite a number of us are. > > > > Glad to hear this. > > > > > There are some tips and techniques that help maximize the effectiveness > > of Eclipse in such circumstances. For specific questions I suggest you > > come up on #java-gnome on GIMPnet. > > > > And, yes, we could probably use a page on the wiki about this. > > > > Yes, a wiki page targetting newcommers about how to set up an eclipse > based build environment would be nice. There is one: |
From: Ismael J. <ml...@ju...> - 2005-10-03 09:19:31
|
On Mon, 2005-10-03 at 10:50 +0200, Sandor Bodo-Merle wrote: [...] > > There are some tips and techniques that help maximize the effectiveness > > of Eclipse in such circumstances. For specific questions I suggest you > > come up on #java-gnome on GIMPnet. > > > > And, yes, we could probably use a page on the wiki about this. > > Yes, a wiki page targetting newcommers about how to set up an eclipse > based build environment would be nice. [...] We have one, but I am not sure how up to date it is: http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/EclipseDevelopment Regards, Ismael |
From: Sandor Bodo-M. <sbo...@gm...> - 2005-10-03 10:01:41
|
2005/10/3, Ismael Juma <ml...@ju...>: > On Mon, 2005-10-03 at 10:50 +0200, Sandor Bodo-Merle wrote: [...] > > > > Yes, a wiki page targetting newcommers about how to set up an eclipse > > based build environment would be nice. > [...] > We have one, but I am not sure how up to date it is: > > http://java-gnome.sourceforge.net/cgi-bin/bin/view/Main/EclipseDevelopmen= t > Thanks for the link - i'been read that. Because im new to eclipse it was not clear enough to me , how to set it up for developing java-gnome itself. That page is a nice startup about how to make java-gnome based applications with eclipse, but IMO some cleaner separation of howto use eclipse for app development and how to use eclipse for java-gnome development itself would be nice. Sanyi |