From: marc j. <de...@ho...> - 2006-07-12 06:01:43
|
Hello, I suspect that I'm not going about this the right way. I've got a valid GUS implementation, but due to hardware issues and backup issues I'm missing gus_home. I took a look at the build script, which is a wrapper for ant, and I found: my $cmd = "ant -f $projectHome/install/build.xml $doWhat -Dproj=$project -DtargetDir=$targetDir -Dcomp=$component -DprojectsDir=$projectHome $clean $skipJava $append $webPropFile $tag -logger org.apache.tools.ant.NoBannerLogger "; I'm guessing that I should *NOT* define $targetDir as $gus_home. In looking at the "Reinstalling the GUS application Framework" page, I see that I should 1 touch $PROJECT_HOME/Schema/gus_schema.xml 2. build GUS install -append I did not do #1 earlier. I'm a little uncomfortable though. #1 seems like it going to break what's already in the database. Can someone verify that that is so? Regards, Marc |