Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse compiles all my *.java classes when I start the IDE

A better place to discuss this kind of issue is the newsgroup.

Since you brought this up, would the difference of running Ant inside and
outside of Eclipse be related to writing to the console? If yes, there is
currently a bug report about it:

http://bugs.eclipse.org/bugs/show_bug.cgi?id=19520

If not, please open a bug report agains Platform Ant explaining the
problem.

Thanks,
Rodrigo




                                                                                                                        
                      "Matt Raible"                                                                                     
                      <matt@raibledesign        To:       <eclipse-dev@xxxxxxxxxxx>                                     
                      s.com>                    cc:                                                                     
                      Sent by:                  Subject:  [eclipse-dev] Eclipse compiles all my *.java classes when I   
                      eclipse-dev-admin@         start the IDE                                                          
                      eclipse.org                                                                                       
                                                                                                                        
                                                                                                                        
                      06/20/2002 10:22                                                                                  
                      AM                                                                                                
                      Please respond to                                                                                 
                      eclipse-dev                                                                                       
                                                                                                                        
                                                                                                                        




I have a web application that I've been using Cygwin, Ant and a Homesite
(Text Editor) to build for the last few months.  I want to "experiment"
with using eclipse to do my java development, but everytime I open my
project, eclipse compiles all my *.java files and puts them in the same
directory as it's *.java equivalent.  I basically just created a new java
project and pointed to my project's existing directory.  My project's
directory structure is as follows:

Myproject
            -- src
                        -- myproject
                                    -- com?
                        -- WEB-INF
            -- web


Also, is there any way to make eclipse run Ant (and other external
programs) without popping up a DOS Window?  When I run my Ant compile task
in Eclipse, I get a jikes window that pops up.  It takes me about 5 seconds
to run "ant compile" in Cygwin, but about 10-15 in Eclipse.

Thanks,

-- Matt Raible, Raible Designs, Morrison CO US
-- Tel: +1 303 979-5340
-- Fax: +1 508 256-6471
-- Web: http://www.raibledesigns.com






Back to the top