You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Phil R Lawrence <pr...@Lehigh.EDU> on 2003/03/11 23:03:27 UTC

top level build.properties missing

Hi,

I installed j2sdk1.4.1_02, and also apache-ant-1.5.2.

I downloaded torque-3.0-src.tar.gz, and did:

[/usr/local/src]$ tar -zxvf /tmp/torque-3.0-src.tar.gz
[/usr/local/src]$ ls -l torque-3.0/
total 44
-rw-r--r--    1 root     root         8632 Dec  6 13:38 build.xml
-rw-r--r--    1 root     root         2674 Dec  6 13:38 LICENSE.txt
-rw-r--r--    1 root     root         7528 Dec  6 13:38 maven.xml
-rw-r--r--    1 root     root          589 Dec  6 13:38 project.properties
-rw-r--r--    1 root     root         8115 Dec  6 13:38 project.xml
-rw-r--r--    1 root     root         1025 Dec  6 13:38 README.txt
drwxr-xr-x   13 root     root         4096 Dec  6 13:38 src


Step 2 of the Torque tutorial says: "...ant uses the  build.properties 
file in the top-level Torque directory to setup your development 
environment. It is this file that we will now edit."

I don't see a build.properties file in /usr/local/src/torque-3.0
However, there is one in /usr/local/src/torque-3.0/src/conf/

Is that the one I should edit?
Phil