From: Martin K. <kri...@us...> - 2008-05-10 19:02:53
|
Am Samstag 10 Mai 2008 schrieb Sebastian Menge: > Am 10.05.2008 um 09:58 schrieb Martin Krischik > <kri...@us... > > > Compiling and Testing turned out to be a pain as the eclim build > > process is > > designed for Linux only. > > And on Linux it is a pain too. I have given up ... And I thought it is just me who can't get the build process of eclim to work. > Would it be possible for anyone to implement something like a minimal > eclim? Just to say "hello world" from vim(plugin) to eclipse ... > > I tend to start the whole thing from bottom up, since eclim is too > complicated , at least for me ... Maybe creating a new build and deployment process for eclim would be enough. Only my eclipse plugin skill are not up to it. Eclim itself is ok - it's just the build which is pain. > > But this has been fixed so I might restart - but before that can be > > done > > currend eclim and vimplugin code need to be merged in > > What do you mean by "merge in"? For the eclimplugin I made a copy of eclim and the vimplugin and checked both into a new directory tree inside our subversion archive: https://vimplugin.svn.sourceforge.net/svnroot/vimplugin/branches/eclimplugin And I worked from there. From time to time I merge the code changes from the main eclim and vimplugin into the code base. Note that the use of svn:externals makes this not as painfull as it sounds. And to turn eclim into eclimplugin one need to change only a hand full of files (just the startup code). I did the needed changes to my best knowledge but since the eclim build process is so broken I was never able to test the code. Martin -- Martin Krischik mailto://kri...@us... |