Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Build from outside eclipse

Note that the JavaBuilder lives in JDT/Core which is headless code (no UI
prereq). So you could even run Eclipse in batch mode, whithout its UI
launched, and perform build activity. Alternatively, JDT/Core contributes
an Ant javac adapter that will allow to perform batch compilation, but it
will not allow you to use all classpath enhancements which are available
inside Eclipse (classpath variables, classpath containers, project
references, etc...).



                                                                                                                                     
                      Thorselius Göran                                                                                               
                      <goran.thorselius@        To:       "'eclipse-dev@xxxxxxxxxxx'" <eclipse-dev@xxxxxxxxxxx>                      
                      scania.com>               cc:                                                                                  
                      Sent by:                  Subject:  [eclipse-dev] Build from outside eclipse                                   
                      eclipse-dev-admin@                                                                                             
                      eclipse.org                                                                                                    
                                                                                                                                     
                                                                                                                                     
                      03/04/2003 01:28                                                                                               
                      PM                                                                                                             
                      Please respond to                                                                                              
                      eclipse-dev                                                                                                    
                                                                                                                                     
                                                                                                                                     




I'd like to build the Java files outside Eclipse every night.

I've been trying to use ant but with no success.

Is there a way to build the code outside eclipse, but
have it built in the exact same way as if it was built
inside (running) eclipse ?

I don't know how the "Java Builder" is set up in Eclipse,
but it would be nice if it was possible to call it from the
command-prompt.

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev







Back to the top