Developing Web Applications With Ant by Richard Hightower - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

The PointBase build.properties.

jdbc.userid=trivera
jdbc.password=trivera7
jdbc.driver=org.gjt.mm.mysql.Driver jdbc.url=jdbc:mysql://localhost/trivera jdbc.jar=c:/mysql/mysql.jar
build.sql=mybuild.sql

Listing 20.5