RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-13 Thread Jonathan . O'Connor
ease respond to jboss-user                 To:        <[EMAIL PROTECTED]>         cc:                 Subject:        RE : [JBoss-user] Directory structure for using Jboss with Eclipse What I'm wanting to do is have eclipse compile the files to a place where JBoss will be looki

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
your suggestion is unusual, I'm interested in fleshing > out some of the details. > > - Matt > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Holger > Baxmann > Sent: Monday, August 12, 2002 11:04 AM > To:

Re: RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Igor Fedorenko
Michael Mattox wrote: >> Hi, for development I use uncompressed wars inside the >> server/default/deploy directory. Any servlet/JSP/EJB should run >> exactly the same in JBoss within eclipse as it runs outside. > > > But how do you partition your code? Or do you use ANT to deploy? > I'm ho

RE: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Matt Munz
Behalf Of Holger Baxmann Sent: Monday, August 12, 2002 11:04 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Directory structure for using Jboss with Eclipse if we have eclipse as an mbean then we will have the ucl above the whole eclipse infrastructure, the whole webos jmx infrasturcture [and no

RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox
> Hi, for development I use uncompressed wars inside the > server/default/deploy directory. Any servlet/JSP/EJB should > run exactly the same in JBoss within eclipse as it runs outside. But how do you partition your code? Or do you use ANT to deploy? I'm hoping to do it without ANT so I can u

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
cture - especially the anonymous identity. bax - Original Message - From: "Greg Turner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 5:27 PM Subject: Re: [JBoss-user] Directory structure for using Jboss with Eclipse > Holger, > > I am

AW: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Stefan Groschupf
>just doing that So far your nickname at the eclipse news server is not Joel, you are not alone.. See "Plugin ClassLoader Bug?" stefan --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Marius Kotsbak
quot; <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 12, 2002 4:49 PM > Subject: RE: [JBoss-user] Directory structure for using Jboss with > Eclipse > > > > bax, > > > > I'm curious. How do you plan to use Eclipse-embedd

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Francisco Andrades
IL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 12, 2002 12:00 PM > Subject: [JBoss-user] Directory structure for using Jboss with Eclipse > > > > I installed the EASIE Jboss plugin for Eclipse and that is working > > properly (I can start and

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Greg Turner
--- Original Message - > From: "Matt Munz" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 12, 2002 4:49 PM > Subject: RE: [JBoss-user] Directory structure for using Jboss with > Eclipse > > > bax, > > > > I&#x

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
t least: a frontend framework _inside_ the webos :) just doing that bax - Original Message - From: "Matt Munz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 4:49 PM Subject: RE: [JBoss-user] Directory structure for using Jboss with Eclipse &

RE: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Matt Munz
02 12:00 PM Subject: [JBoss-user] Directory structure for using Jboss with Eclipse > I installed the EASIE Jboss plugin for Eclipse and that is working > properly (I can start and stop Jboss with the menu). Now I'm having > trouble configuring my project for Jboss. I'm not

RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox
Title: Message What I'm wanting to do is have eclipse compile the files to a place where JBoss will be looking for them, so they will be deployed automatically.  This is how people say they use the hotswapping debugging features but I have no idea how this is actually set up.  I'm trying to

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
r] Directory structure for using Jboss with Eclipse > I installed the EASIE Jboss plugin for Eclipse and that is working > properly (I can start and stop Jboss with the menu). Now I'm having > trouble configuring my project for Jboss. I'm not sure how to organize > the

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Jonathan . O'Connor
Michael, I'm not sure if I can help, but here's what we do with JBoss and Eclipse. We have our own ANT build script which can run outside of all IDEs. We set up an external run command to run this script for a full build. It has its own dirctory structure with build directories for any generated f

[JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox
I installed the EASIE Jboss plugin for Eclipse and that is working properly (I can start and stop Jboss with the menu). Now I'm having trouble configuring my project for Jboss. I'm not sure how to organize the directory structure. If someone using Jboss with Eclipse can tell me how they organiz