Hi All,
In the above script file I did not include "ant clobber" command. You can
download the .exe which is included ant clobber command as well from
here<http://www.sendspace.com/file/vj0uw7>!!!
Note: *When you running the .exe please note that you have to keep that
specific command prompt active. Otherwise it will not go fine. *
*
*
*I highly appreciate your comments, I'm wondering whether this is useful to
derby-devs as it is for me.*
*
*
*Thanks !!
*
On Sat, Apr 10, 2010 at 12:01 AM, Nirmal Fernando <[email protected]>wrote:
> Hi All,
>
> Download !! <http://www.sendspace.com/file/ix167i>
>
> As a new developer of Derby I felt that building Derby in command line
> issuing ant commands is bit time consuming procedure, because we have to
> manually travel to various paths,
> type various commands etc.
>
> So, I thought of writing a small script to automate Derby- ij tool, in this
> case you only have to go to the path where this derby_auto_builder.exe
> placed by you, in the command line and issue the following command:
>
> *derby_auto_builder.exe <path to the derby trunk>*
>
> In my case <path to the derby trunk> is C:\OtherNirmal\GSoC\Code.
>
> This will compile your Derby code, build jar files, & open you the Derby-ij
> tool.
>
> Download !! <http://www.sendspace.com/file/ix167i>
>
> I've attached a ReadMe file as well, which is basically included what I
> said in this mail.
>
> Hope this will be useful.
>
> Appreciate your comments !!!
>
> *Note: I have only tested this in Windows Vista environment*
>
> --
> Best Regards,
> Nirmal
>
> C.S.Nirmal J. Fernando
> Department of Computer Science & Engineering,
> Faculty of Engineering,
> University of Moratuwa,
> Sri Lanka.
>
--
Best Regards,
Nirmal
C.S.Nirmal J. Fernando
Department of Computer Science & Engineering,
Faculty of Engineering,
University of Moratuwa,
Sri Lanka.
===========Derby auto builder.exe by C.S. Nirmal J. Fernando
====================
As a new developer of Derby I felt that building Derby in command line issuing
ant commands is bit time consuming procedure, because we have to manually
travel to various paths, type various commands etc.
So, I thought of writing a small script to automate Derby- ij tool, in this
case you only have to go to the path where this derby_auto_builder.exe placed,
in the command line and issue the following command:
derby_auto_builder.exe <path to the derby trunk>
In my case <path to the derby trunk> is C:\OtherNirmal\GSoC\Code.
This will perform ant clobber, compile your Derby code (ant all), build jar
files (ant buildjars), & open you the Derby-ij tool.