I am working towards creating a database template project in eclipse that contains all our SQL script files required for database deployment.
Keeping this in view, i have created a sample Java project in eclipse and added the SQL Development --> SQL files to the project. These SQL files contains a script for creating tables in the database. Now, I tried to clean and build the project to check if there are any build errors but i could not be able to clean and build the project(That contains SQL files) in eclipse.
Can you please let me know what needs to be done in order to clean and build the project (That contains SQL files) ? Also please suggest if a database template project can be created in eclipse?
Note: When i try to build the project it should validate the project to check if there are any errors in the SQL script files. Here i am using PostgreSQL database . Please suggest on what needs to be done