Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-30 Thread Emerson Cargnin - SICREDI Serviços
i did a little different : - checkout jboss-all - transformed the project created to a java one changing the .project file (attached) - put all the source folders and jars in a root folder .classpath file (attached) done : ) i haven't tested running yet but at least I can browse the code

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-30 Thread Emerson Cargnin - SICREDI Serviços
it make it work, as I said before, and executing EASE jboss plugin pointed to the output in build dir. Emerson Cargnin - SICREDI Serviços wrote: i did a little different : - checkout jboss-all - transformed the project created to a java one changing the .project file (attached) - put

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-30 Thread Emerson Cargnin - SICREDI Serviços
i think i didn't express correctly. I could debug jboss code through EASE plugin. Emerson Cargnin - SICREDI Serviços wrote: it make it work, as I said before, and executing EASE jboss plugin pointed to the output in build dir. Emerson Cargnin - SICREDI Serviços wrote: i did a little

RE: [JBoss-dev] jboss modules as eclipse projects

2002-08-27 Thread Hiram Chirino
: Saturday, August 17, 2002 10:23 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] jboss modules as eclipse projects Marius Kotsbak wrote: On Sat, 2002-08-17 at 16:00, Igor Fedorenko wrote: Hi, I have setup eclipse project for most of jboss modules. It required some changes to one

RE: [JBoss-dev] jboss modules as eclipse projects

2002-08-21 Thread Sacha Labourey
You can use ant from Eclipse, but you do not have to. Eclipse has its own incremental java compiler. Which is cool at first but *very* frustrating for big projects (or when you update the source lib): it recompiles everything *in the frontground*: you are blocked, waiting for Mr. Eclipse to

RE: [JBoss-dev] jboss modules as eclipse projects

2002-08-20 Thread Jason Dillon
Eclipse does not use Ant? --jason -Original Message- From: [EMAIL PROTECTED] [mailto:jboss- [EMAIL PROTECTED]] On Behalf Of Igor Fedorenko Sent: Sunday, August 18, 2002 9:11 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] jboss modules as eclipse projects Marc

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-20 Thread Igor Fedorenko
Jason Dillon wrote: Eclipse does not use Ant? You can use ant from Eclipse, but you do not have to. Eclipse has its own incremental java compiler. -- Igor Fedorenko Think smart. Think automated. Think Dynamics. www.thinkdynamics.com ---

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-19 Thread philipborlin
: Subject: Re: [JBoss-dev] jboss modules as eclipse projects 08/18/2002 04:56 AM

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread Werner Ramaekers
Hi Igor, i am very interested to know what changes you had to make and how you went along to be able to develop jboss (and not apps on jboss) from within Eclipse, can you mail me what you had to do ? or just post it onto the list so that anyone else interested can pick it up too ;-) thanks

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread marius
Anyone got eclipse to execute ant-buildfiles? Where do you specify the build.xml file to be executed? On Sun, Aug 18, 2002 at 10:59:32AM +0200, Werner Ramaekers wrote: Hi Igor, i am very interested to know what changes you had to make and how you went along to be able to develop jboss

RE: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread marc fleury
You bet, put a link in patches so we don't forget to integrate this. Also please write a howto if there is anything to do. marcf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Igor Fedorenko Sent: Saturday, August 17, 2002 10:00 AM To:

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread Igor Fedorenko
Marc, To be honest, I did not do much. I created eclipse projects for most of jboos modules, i.e configured projects' source path, libraries and module dependencies. This gave me an ability to browse and edit the code in eclipse, but I still need to do an ant build to run or debug. About the

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread David Jencks
Having the connector files that need preprocessing named *.java was a really bad idea. I'd really appreciate your applying your change for that at least to cvs head. Have you modified build.xml so it doesn't copy the real java files to gen-src? Thanks! david jencks On 2002.08.19 00:10:37

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-17 Thread Marius Kotsbak
On Sat, 2002-08-17 at 16:00, Igor Fedorenko wrote: Hi, I have setup eclipse project for most of jboss modules. It required some changes to one of build.xml files but now I can use eclipse as a convenient jboss source code browser or (theoretically) start jboss under eclipse debugger.

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-17 Thread Igor Fedorenko
Marius Kotsbak wrote: On Sat, 2002-08-17 at 16:00, Igor Fedorenko wrote: Hi, I have setup eclipse project for most of jboss modules. It required some changes to one of build.xml files but now I can use eclipse as a convenient jboss source code browser or (theoretically) start

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-17 Thread Marius Kotsbak
On Sat, 2002-08-17 at 16:23, Igor Fedorenko wrote: Marius Kotsbak wrote: On Sat, 2002-08-17 at 16:00, Igor Fedorenko wrote: Hi, I have setup eclipse project for most of jboss modules. It required some changes to one of build.xml files but now I can use eclipse as a

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-17 Thread Holger Baxmann
PM Subject: Re: [JBoss-dev] jboss modules as eclipse projects On Sat, 2002-08-17 at 16:23, Igor Fedorenko wrote: Marius Kotsbak wrote: On Sat, 2002-08-17 at 16:00, Igor Fedorenko wrote: Hi, I have setup eclipse project for most of jboss modules. It required some changes

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-17 Thread Marius Kotsbak
Subject: Re: [JBoss-dev] jboss modules as eclipse projects On Sat, 2002-08-17 at 16:23, Igor Fedorenko wrote: Marius Kotsbak wrote: On Sat, 2002-08-17 at 16:00, Igor Fedorenko wrote: Hi, I have setup eclipse project for most of jboss modules. It required some

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-17 Thread Holger Baxmann
witch depend on them. bax - Original Message - From: Marius Kotsbak [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 17, 2002 4:47 PM Subject: Re: [JBoss-dev] jboss modules as eclipse projects On Sat, 2002-08-17 at 16:41, Holger Baxmann wrote: it would be interesting