Hi Adam, It appears your problem is in the Dconfig property when issuing the ant update command. By the sounds of it you seem to be using the literal [dspace] as written in the documentation. This is really a placeholder reference in the documentation. There are two instances of this notation that are very different [dspace-source] and [dspace]
[dspace-source] as probably obvious at this point is the location of your source files and [dspace] which is the directory your building to. For example in our instance when I need to run the ant update command I do this: "ant -Dconfig=/data/dspace/config/dspace.cfg update" so our [dspace] directory is /data/dspace. Hope this helps, Brett On 3/5/12 1:03 PM, Adam Fullerton wrote: > Good Day, > > I am walking through the suggestions I received about updating the CSS > file for JSPUI. I have ran the following commands and I am getting > following errors. I am probably missing the obvious but if someone > could point it out to me I would be grateful. > > In the file "/build/dspace-1.7.2-src-release/dspace" I ran "mvn > package" and it worked fine > > In the file > "/build/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir" > I ran 'ant -Dconfig=[dspace]/config/dspace.cfg update" I also tried > running without the brackets around dspace but got the same result as > follows: > > BUILD FAILED > /build/dpsace-.1.7.2-src-release/dspace/target/dspace1.7.2-build.dir/build.xml:62: > Source resource does not exist: > /build/dspace-1.7.2-src-release/dspace/target/dspace-1.7.2-build.dir/dspace/config/dspace.cfg > > Any ideas what I am doing wrong? > > Thank you > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

