1 2 3 4 5 6 7
SET ECLIPSEDIR=c:\eclipse CALL ant COPY dist\lombok.jar %ECLIPSEDIR%\*.* SET curdir=%CD% CD %ECLIPSEDIR% eclipsec.exe CD %curdir%