From: Eric V. D. <erv...@gm...> - 2008-05-10 19:31:28
|
>> 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. Could you guys elaborate on the issues you are encountering. As the author of eclim, I continuously build it without issues, so with some additional feedback perhaps I can make things easier for you guys. > 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. Again, please provide specifics so I can remedy the situation. Although I did make some changes to the build scripts to support windows, I don't build on that platform with any regularity so please report any issues and I'll try to resolve them in a timely manner. I'm a bit busy this weekend (mother's day and all), but I'll try to find some time to test the build scripts on windows again. Also, one other thing worth noting: I made some recent (1 or 2 weeks ago) changes to the build script to allow you to specify only the eclim plugins you would like to build. This would allow you to only build those portions you are working on and alleviate the need to have all the third party plugins (wst and pdt specifically) installed just to build eclim. Example which should only build and deploy the ant and jdt eclim plugins: $ ant -Dplugins=ant,jdt Note: by default the build script will attempt to build all available plugins. -- eric |