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 classes which are shared amongst
several webapps, I would advise you to put your classes in shared
directory (|$CATALINA_BASE/shared/classes, or the other)|, as specified
in the doc: http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html
Hope this help.||
Allistair Crossley wrote:
We use the MyEclipse range of plugins www.myeclipseide.com which comes
with a Deployer plugin to do this. I've not figured out how to JAR and
distribute to several webapps though yet.
-----Original Message-----
From: Developer Developer [mailto:[EMAIL PROTECTED]
I want to be able export my java classes, automatically when the project
is built. I do not want to export them manually by clicking on file
->export etc.
Is there any such setting ?
Thanks !
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]