Hi Chris, I think you want 'ant fresh_install', not 'ant clean'. AFAIA there's no "clean" target for ant for the DSpace project. The closest thing is clean_database, which you probably don't need for a fresh install.
Have you first run mvn [clean] package from the [dspace-source]/dspace directory? If so, then cd to [dspace-source]/dspace/target/dspace-X.X.X-build.dir directory and run 'ant fresh_install' from there. Please post a little more information about the exact commands you have been using. Thanks, Gary Gary Browne Development Programmer Library IT Services University of Sydney ph: 9351-5946 > -----Original Message----- > From: wardy277 [mailto:[email protected]] > Sent: Thursday, 13 August 2009 6:03 PM > To: [email protected] > Subject: Re: [Dspace-tech] problem installing dspace > > > > Thank for your reply, > > I have installed ant-nodeps (well downloaded it to > /share/ant/lib/ant-nodeps.jar.) i think that worked but i not > get a different error: > > BUILD FAILED > /var/lib/tomcat5.5/webapps/dspace-1.5.2-release/dspace/target/ > dspace-1.5.2-build.dir/build.xml:585: > Java returned: 1 > > What does thsi mean? also the ant clean returns BUILD FAILED > Target "clean" does not exist in the project "DSpace". > > any ideas? > > Chris > > > > > > PAUL A S NEEDHAM wrote: > > > > Hi Chris > > > > I ran into this problem and fixed it by installing ant-nodeps. > > > > Hope this helps! > > > > Cheers > > Paul > > > > ----------------------------- > > Paul A S Needham > > Research & Innovation Manager > > Kings Norton Library > > Cranfield University > > Cranfield > > MK43 0AL > > > > The Kings Norton Library has been awarded Charter Mark, the UK > > Government standard for excellent customer service. > > > > -----Original Message----- > > From: wardy277 [mailto:[email protected]] > > Sent: 12 August 2009 14:03 > > To: [email protected] > > Subject: [Dspace-tech] problem installing dspace > > > > > > Hi i am having trouble installing dspace on a new server. i have > > followed the instructions but if failed on the ant fresh_install. > > > > I installed dependencies and tools, > > created users and postgre users and database, got source of > dspace and > > used namaven to coompile it. > > > > When i ran the ant fresh install, it failed with this error: > > > > BUILD FAILED > > > > > /home/dspace/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build > > .dir/b > > uild.xml:88: > > No supported regular expression matcher found: > > java.lang.ClassNotFoundException: > > org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp > > > > Not sure what this nmeans, might be a problem with the java > dependencies. > > i > > have tried it with both java 5 and 6 with no provail. also, > navigating > > to the tomcat folder manager/html gives me a blank page, > could there > > be a error with tomcat alos? > > > > Chris > > > > . > > > > -- > > View this message in context: > > > http://www.nabble.com/problem-installing-dspace-tp24919745p24919745.ht > > ml Sent from the DSpace - Tech mailing list archive at Nabble.com. > > > > > > > ---------------------------------------------------------------------- > > ------ > > -- > > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 > > 30-Day trial. Simplify your report design, integration and > deployment > > - and focus on what you do best, core application coding. Discover > > what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > DSpace-tech mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > > > > > > ---------------------------------------------------------------------- > > -------- Let Crystal Reports handle the reporting - Free Crystal > > Reports 2008 30-Day trial. Simplify your report design, integration > > and deployment - and focus on what you do best, core application > > coding. Discover what's new with Crystal Reports now. > > http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > DSpace-tech mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > > > > > -- > View this message in context: > http://www.nabble.com/problem-installing-dspace-tp24919745p249 > 50609.html > Sent from the DSpace - Tech mailing list archive at Nabble.com. > > > -------------------------------------------------------------- > ---------------- > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 30-Day > trial. Simplify your report design, integration and > deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

