{{ message }}
squirrel
Directory actions
More options
Directory actions
More options
squirrel
Folders and files
----------------------- o Developmer's README o $Id: README,v 1.6 2001-11-22 00:24:10 placson Exp $ ----------------------- This README will describe how to establish your local development environment and how to compile the sources using the built-in targets. System Requirements: -------------------- o JDK 1.2 or higher o RDMS available with the following information -JDBC thin driver -URL information -Driver information -username/password o Make sure that JAVA_HOME is set! o Make sure that ANT_HOME IS NOT SET!! How to configure local environment ---------------------------------- 1) First you need to create the local.xml file required by typing ./configure (unix) or configure.bat (win32) 2) Next you will need to compile the sources by typing ./build (unix) or build.bat (win32) 3) To start the application in your development environment type ./build start Releasing a build ----------------- Type the follwowing ./build release (unix) or build.bat release The release will be placed in the output/release/<version>-squirrel-sql/ directory Bugzilla: --------- If you find any bugs with the Squirrel-sql project please immediately report the bugs to squirrel-sql-develop@lists.sourceforge.net
