Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to build my plug-in (whit new CDT tool-chain) from command-line?

On Mon, 20 Oct 2008 18:14:04 +0400, Marko Klopcic <markok@xxxxxxxxxx> wrote:

How to build these products from source from command-line (how to create makefile)? Is there possible to build them without installed Eclipse IDE (for example, by java compiler and .jar-archiver)?

Of course, try 'ant' build tool. Eclipse can even generate a script for
you.


Mmm... I'm novice at Eclipse... :\
Would you give me more details, please? Where to find this generator of a script? And how to use 'ant' tool? (I need to compile .java to .class and archive it with plugin.xml manifest etc...)

Best regards,
              Andrey.


Back to the top