Hi,
I have installed the new ant 1.7, which cleared up the previous problem, only to reveal another one. Does anyone have any ideas?

BUILD FAILED
/export/home/dspace-1.4.2-source/build.xml:293: Java returned: 1

<!-- ============================================================= --> <!-- Create the database tables --> <!-- ============================================================= -->

<!-- We execute InitializeDatabase, passing in the simple log4j properties
    -  file in etc/ and the DSpace configuration file using system
    -  properties -->
  <target name="setup_database"
          depends="compile"
          description="Create database tables">
    <java classname="org.dspace.storage.rdbms.InitializeDatabase"
          classpathref="build.class.path"
          fork="yes"
          failonerror="yes">  problem area line 293
<sysproperty key="log4j.configuration" value="file:etc/ log4j.build.properties"/>
      <sysproperty key="dspace.configuration" value="${config}"/>
      <arg value="etc/database_schema.sql"/>
    </java>
  </target>

environmental variables
dspace 1.4.2
Sun running Solaris 10
Postgres 8.2.4.



757-864-7114
LARC/J.L.Shipman/jshipman
[EMAIL PROTECTED]




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to