From: davila <da...@io...> - 2005-01-07 18:56:24
|
Hi Marc, We just tried to install the WDK 1.1. by using: build GUS install -append then got this errors: ... [javac] = /usr/local/GUS/project_home/GUS/Model/src/java/org/gusdb/model/DoTS/AAFam= ilyExperiment_Table.java:24: illegal start of expression [javac] tableAtts.put("modification_date", new = GUSTableAttribute("modification_date", "date", "java.lang.notdefyet", = -1, , -1, false, false) ); [javac] ^ [javac] = /usr/local/GUS/project_home/GUS/Model/src/java/org/gusdb/model/DoTS/AAFam= ilyExperiment_Table.java:24: ')' expected [javac] tableAtts.put("modification_date", new = GUSTableAttribute("modification_date", "date", "java.lang.notdefyet", = -1, , -1, false, false) ); [javac] ^ [javac] 100 errors =20 BUILD FAILED /usr/local/GUS/project_home/install/build.xml:26: The following error = occurred while executing this line: /usr/local/GUS/project_home/GUS/build.xml:73: The following error = occurred while executing this line: /usr/local/GUS/project_home/install/build.xml:221: The following error = occurred while executing this line: /usr/local/GUS/project_home/install/build.xml:240: Compile failed; see = the compiler error output for details. I saw you got a similar problem and solved it. Could you kindly share = how did you solve that ? We use: Java: Java(TM) 2 Runtime Environment, Standard Edition (build = 1.4.2_06-b03) Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) Apache Ant version 1.6.2 compiled on July 16 2004 Thanks, Alberto From: marc jackson <dechon@ho...> Re: problems building gus on redhat linux =20 2004-12-17 10:21 That wasn"t it, but things are resolved. For now. :) =20 Thanks for your help! =20 Regards, =20 Marc >From: Steve Fischer <sfischer@pc...> >To: marc jackson <dechon@ho...> >CC: gusdev-gusdev@li... >Subject: Re: [Gusdev-gusdev] problems building gus on redhat linux >Date: Fri, 17 Dec 2004 07:36:37 -0500 > >Marc- > >i suspect that you haven"t defined the environment variable >$GUS_CONFIG_FILE. > >it should be discussed in the docs. > >steve > >[sfischer@cottus ~]$ echo $GUS_CONFIG_FILE >/home/sfischer/.gus.properties >[sfischer@cottus ~]$ more $GUS_CONFIG_FILE >databaseLogin=3Dyour_login >databasePassword=3Dyour_password > >readOnlyDatabaseLogin=3Dyour_login >readOnlyDatabasePassword=3Dyour_password > >dbiDsn=3Ddbi:Oracle:host=3Dcbilbld.pcbi.upenn.edu;sid=3Dcbilbld = #your >dsn string here > >coreSchemaName=3DCore >userName=3Dsfischer #your user name here >group=3DCBIL # your group name here >project=3DGUS # your project here >[sfischer@cottus ~]$ > > > >marc jackson wrote: > >>Hello, >> I"m having a problem getting GUS to install/compile. I"ve = been >>able to configure the database, but when I go to run the=20 "ga" >>command to bootstrap in data. it pukes. In working with Ed >>Robinson, we got to the 2nd build. Specifically: >> build GUS install -append returns the following error: >> [exec] Required property "group" must be specified in at >>/opt/gus/gus_home/lib/perl/CBIL/Util/PropertySet.pm line 53. >>BUILD FAILED >>/opt/gus/project_home/install/build.xml:26: The following error >>occurred while executing this line: >>/opt/gus/project_home/GUS/build.xml:190: exec returned: -1 >> any help would be appreacited. >> Regards, >> Marc >>------------------------------------------------------- SF = email is >>sponsored by - The IT Product Guide Read honest & candid = reviews=20 on >>hundreds of IT Products from real users. Discover which = products >>truly live up to the hype. Start reading now. >>http://productguide.itmanagersjournal.com/ >>_______________________________________________ Gusdev-gusdev >>mailing list Gusdev-gusdev@li... >>https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > =20 |