From: Jonathan C. <cra...@sn...> - 2003-02-17 20:37:41
|
Chetna- On Mon, 17 Feb 2003, Chetna Warade wrote: > > BUILD FAILED > file:/home/projects/install/build.xml:228: > Error: You must configure the file > /home/gus_home/config/install.prop. To create it, copy > /home/gus_home/config/install.prop.sample to > /home/gus_home/config/install.prop and edit > /home/gus_home/config/install.prop, giving it the proper values for your > installation. > Did you follow these instructions? The reason that you're getting a FileNotFoundException is that the build system is looking for a file called $GUS_HOME/config/install.prop. As the above directions indicate, you're supposed to copy "install.prop.sample" (which is in the same directory) to "install.prop" and then edit "install.prop" to match your site's configuration. Maybe we should change the message to say "You must create the file ..." instead of "You must configure the file ...", since the latter suggests that the file exists already. This file is there to let you configure things that might be different between different installations of GUS. At the moment it only contains a single property, which is the location of the Perl interpreter. If your Perl interpreter is /usr/bin/perl then you can simply use the default file (although you still have to copy it into install.prop) Let me know if this makes sense, and, if so, how you think we could make the directions clearer. Thanks, Jonathan |