From: Eric V. D. <erv...@gm...> - 2007-10-17 14:20:45
|
Note: the ant scripts for building eclim are not setup to run on windows. Before building eclipse you will need to: - set the environment variable ECLIPSE_HOME which points to your eclipse install - make sure you install the required eclipse features - wst (2.0.x) - pdt (1.0.0 final) Also note that the eclim build files assume that your vimfiles directory is located at ~/.vim Once your environment is setup you should then just need to run '$ ant' from the top level directory of the eclim code base. From there, starting and stopping eclim is the same as if you had installed it via the installer. It's been a while since I've setup a fresh development environment for eclim, so it's possible there is something I'm missing, but hopefully that should be it. As for formic, that is only needed if you plan on building the installer (apache forrest would be needed as well). > BTW great to have you on the list ... :-) Happy to be here. On 10/17/07, Sebastian Menge <seb...@un...> wrote: > Am Tue, 16 Oct 2007 18:28:40 -0700 > schrieb "Eric Van Dewoestine" <erv...@gm...>: > > > Are you referring to how to build it (compile, deploy, etc.) or are > > you asking about the architecture? > > I just want to compile and run it: how do I have to configure project > settings (e.g. dependency of formic), howto build it etc ... > > Things are a bit different in contrast to standard plugins since you > define a whole new (headless) eclipse-app. > > BTW great to have you on the list ... :-) > > Seb. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > vimplugin-devel mailing list > vim...@li... > https://lists.sourceforge.net/lists/listinfo/vimplugin-devel > -- eric |