From: <fab...@de...> - 2005-02-09 18:14:24
|
Hi all,=20 I'm trying to install GUS with PostgreSQL in my machine. I've already fol= lowed the steps in the documentation (http://www.gusdb.org/documentation/install-setup.html) with the Postgre= s Schema. All Ok!!! But when I have to execute the command "build GUS insta= ll -append". I got many, many, many, many java errors.=20 All the errors are: [javac] /usr/local/GUS/project_home/GUS/Model/src/java/org/gusdb/model/SRes/Enzym= eClassAttribute_Table.java:17: error: Missing term. [javac] tableAtts.put("attribute_value", new GUSTableAttribute("attribute_value", "text", "java.lang.notdefyet", -1, ,= -1, false, false) ); In different classes!! Does anyone know something about it??? P.S.: Is it possible build GUS installation without edit the file $GUS_HOME/config/schema.prop to PostgreSQL database??? I noticed this fil= e has many references to ORACLE not to PostgreSQL. No problem??? Thanks a lot! Fabr=EDcio ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Michael S. <msa...@pc...> - 2005-02-09 18:34:15
|
Hello, The Java Object layer doesn't currently support PostgreSQL. This will=20 be fixed in the upcoming GUS 3.5 release (due within weeks). Also, I don't believe the current PostgreSQL system requires=20 schema.prop, but this has also changed for GUS 3.5 --Mike fab...@de... wrote: > Hi all,=20 >=20 > I'm trying to install GUS with PostgreSQL in my machine. I've already f= ollowed > the steps in the documentation > (http://www.gusdb.org/documentation/install-setup.html) with the Postg= res > Schema. All Ok!!! But when I have to execute the command "build GUS ins= tall > -append". I got many, many, many, many java errors.=20 >=20 > All the errors are: >=20 > [javac] > /usr/local/GUS/project_home/GUS/Model/src/java/org/gusdb/model/SRes/Enz= ymeClassAttribute_Table.java:17: > error: Missing term. > [javac] tableAtts.put("attribute_value", new > GUSTableAttribute("attribute_value", "text", "java.lang.notdefyet", -1,= , -1, > false, false) ); >=20 > In different classes!! >=20 > Does anyone know something about it??? >=20 > P.S.: Is it possible build GUS installation without edit the file > $GUS_HOME/config/schema.prop to PostgreSQL database??? I noticed this f= ile has > many references to ORACLE not to PostgreSQL. No problem??? >=20 > Thanks a lot! >=20 > Fabr=EDcio >=20 > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ >=20 >=20 > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=CCk > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |
From: Dave B. <db...@pc...> - 2005-02-09 19:07:21
|
As a temporary fix to this problem, add the -skipJavaCompiling flag to=20 your build command: build GUS install -append -skipJavaCompiling. However, this is sometimes indicative of trouble connecting to your=20 database instance of GUS to retrieve the schema necessary for building the= =20 Perl and Java object layers (if that makes no sense, don't worry about it= =20 for now until you have successfully installed GUS and have begun to=20 familiarize yourself with it). Dave On Wed, 9 Feb 2005 fab...@de... wrote: > Hi all, > > I'm trying to install GUS with PostgreSQL in my machine. I've already fol= lowed > the steps in the documentation > (http://www.gusdb.org/documentation/install-setup.html) with the Postgre= s > Schema. All Ok!!! But when I have to execute the command "build GUS insta= ll > -append". I got many, many, many, many java errors. > > All the errors are: > > [javac] > /usr/local/GUS/project_home/GUS/Model/src/java/org/gusdb/model/SRes/Enzym= eClassAttribute_Table.java:17: > error: Missing term. > [javac] tableAtts.put("attribute_value", new > GUSTableAttribute("attribute_value", "text", "java.lang.notdefyet", -1, ,= -1, > false, false) ); > > In different classes!! > > Does anyone know something about it??? > > P.S.: Is it possible build GUS installation without edit the file > $GUS_HOME/config/schema.prop to PostgreSQL database??? I noticed this fil= e has > many references to ORACLE not to PostgreSQL. No problem??? > > Thanks a lot! > > Fabr=EDcio > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=CCk > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev > |