RE: Eclipse setup questions

2005-11-17 Thread Eviano Afiemo
Hi,

If you're using the basic version of Eclipse you may want to consider the 
following.

Eclipse allows you to use Unix-like symbolic links. 
i.e. allows you to create a directory beneath your current project which is 
actually a link to a directory located elsewhere in your file system.

At the simplest level using this information you could define an output folder 
for your project in the Source tab of the Java Build Path property for your 
project. 
End result, your output is located outside your work space.

A more flexible alternative would be to investigate using ANT 
(http://ant.apache.org/) which is quite well integrated with eclipse.
You could define different compile targets for your various output 
destinations. ANT is flexible enough to allow you to create jar files and 
distributable WAR files for your web applications.

I hope this gets you going in the right direction.
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 not figured out how to JAR and
distribute to several webapps though yet.

-Original Message-
From: Developer Developer [mailto:[EMAIL PROTECTED] 
Sent: 16 November 2005 13:37
To: Tomcat Users List
Subject: Re: Eclipse setup questions

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 !

 On 11/16/05, Seak, Teng-Fong [EMAIL PROTECTED] wrote:

 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.

 Developer Developer wrote:

  Hello All,
  i am posting this question to the tomcat user group 
assuming people 
  in
 this
 group are familiar with eclipse IDE.
  I am new to eclipse IDE. I have a question on the setup. I have 3
 different
 packages built in ecplise. I want to be able to direct the ouput of 
 these packages to 3 different folders that are outside my workspace.
 Do you know how I can do that ?
  Thanks a lot.
 
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
---
QAS Ltd.
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLACK 
Disclaimer:  The information contained within this e-mail is 
confidential and may be privileged. This email is intended 
solely for the named recipient only; if you are not authorised 
you must not disclose, copy, distribute, or retain this 
message or any part of it. If you have received this message 
in error please contact the sender at once so that we may take 
the appropriate action and avoid troubling you further.  Any 
views expressed in this message are those of the individual 
sender.  QAS Limited has the right lawfully to record, monitor 
and inspect messages between its employees and any third 
party.  Your messages shall be subject to such lawful 
supervision as QAS Limited deems to be necessary in order to 
protect its information, its interests and its reputation.  

Whilst all efforts are made to safeguard Inbound and Outbound 
emails, QAS Limited cannot guarantee that attachments are 
virus free or compatible with your systems and does not accept 
any liability in respect of viruses or computer problems experienced.
/FONT


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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]



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.


Developer Developer wrote:


Hello All,
i am posting this question to the tomcat user group assuming people in this
group are familiar with eclipse IDE.
I am new to eclipse IDE. I have a question on the setup. I have 3 different
packages built in ecplise. I want to be able to direct the ouput of these
packages to 3 different folders that are outside my workspace.
Do you know how I can do that ?
Thanks a lot.

 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]