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


Hello,

You should take a look at :
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.releng.eclipsebuilder/eclipsebuilder_readme.html?rev=HEAD&content-type=text/html

This doc describes the mechanism used by the releng team to build eclipse, and explains how to build eclipse based products.
If you look deeeeep inside the scripts (genericTargets.xml) you will find that the build.xml are generated by an ant task called "eclipse.buildScript".

Note that this mechanism will change as soon as we'll move to the 2.2 stream.

        PaScaL



Thorselius Göran <goran.thorselius@xxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

03/04/2003 07:28 AM
Please respond to eclipse-dev

       
        To:        "'eclipse-dev@xxxxxxxxxxx'" <eclipse-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [eclipse-dev] Build from outside eclipse



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