Now that we've upgrade ant from 1.5.4 to 1.6.5, we have gotten past our
original error and are now getting the following error when we try to do an
ant.......update:

 

$ ant -Dconfig=/export/home/dspace/config/dspace.cfg update

Buildfile: build.xml

 

Compile:

    [javac] Compiling 232 source files to /export/home/dspace-1
4-source/build/classes

    [javac] /export/home/dspace-1
4-source/src/edu/mit/dspace/MITSpecialGroup.Java:51: package org.Apache
log4j does not exist

    [javac] import org.Apache.log4j.Logger;

    [javac]                         ^

    [javac] /export/home/dspace-1
4-source/src/org/dspace/eperson/AuthenticationMethod.Java:48: package org
Apache.log4j does not exist

    [javac] import org.Apache.log4j.Logger;

    [javac]                         ^

    [javac] /export/home/dspace-1
4-source/src/edu/mit/dspace/MITSpecialGroup.Java:83: cannot resolve symbol

    [javac] symbol  : class Logger 

    [javac] location: class edu.mit.dspace.MITSpecialGroup

    [javac]     private static Logger log = Logger.getLogger(MITSpecialGroup
class);

    [javac]                    ^

    [javac] /export/home/dspace-1.4-source/src/org/dspace/core/Context
Java:50: package org.Apache.log4j does not exist

    [javac] import org.Apache.log4j.Logger;

    [javac]                         ^

    [javac] /export/home/dspace-1.4-source/src/org/dspace/eperson/EPerson
Java:47: package org.Apache.log4j does not exist

    [javac] import org.Apache.log4j.Logger;

    [javac]                         ^

    [javac] /export/home/dspace-1.4-source/src/org/dspace/core/Context
Java:75: cannot resolve symbol

    [javac] symbol  : class Logger 

    [javac] location: class org.dspace.core.Context

    [javac]     private static final Logger log = Logger.getLogger(Context
class);

                            And on and on.........

 

 

 

Anyone have any ideas?  I think maybe something is wrong with our $CLASSPATH
 but why was it ok with 1.3.2??

 

 

Also, since we're upgrading, is our /dspace directory supposed to be empty,
or is it supposed to contain what it did with version 1.3.2??

 

Thanks,

Sue 

 

 

 

 

 

 

Sue Walker-Thornton 

NASA Langley ConITS Contract 

130 Research Drive 

Hampton, VA 23666 

Office: (757) 224-4074 

Fax: (757) 224-4001 

Pager: (757) 988-2547 

[EMAIL PROTECTED] 

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to