RE: Eclipse setup questions

2005-11-17 Thread Eviano Afiemo
. Regards Eviano -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 16 November 2005 14:01 To: Tomcat Users List Subject: RE: Eclipse setup questions We use the MyEclipse range of plugins www.myeclipseide.com which comes with a Deployer plugin to do this. I've

Re: Eclipse setup questions

2005-11-17 Thread Seak, Teng-Fong
I'm using MyEclipse too, but IIRC it mostly export war files (or the whole directory structure in Tomcat). Exporting jar file is still the job of Eclipse. To the original poster: do you mean you're exporting individual java classes or jar files? OTOH, if you're developing some

Re: Eclipse setup questions

2005-11-16 Thread Seak, Teng-Fong
Some more precisions are needed. What output type are you referencing to? Jar? War? Or something else? But in any case, the general way is File Export, and then choose your type and in the next screen, specify your export destination. You could use default settings for the rest.