Dear Yen-Tang Chen,
usually this error appears when build.properties is missing a property. Check your build.properties against the https://github.com/4Science/DSpace/blob/dspace-5_x_x-cris/build.properties
Let me know.
Regards,
Luigi Andrea
--
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.
-- Luigi Andrea Pascarelli DSpace and DSpace-CRIS Committer 4Science, www.4science.it office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy tel: +39 333 934 1782 skype: l_a_p82 linkedin: luigiandreapascarelli an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates ==================================== Save a tree. Don't print this e-mail unless it's really necessary. DISCLAIMER: The information contained in this message is confidential, can be legally protected by local Laws, and must be exclusively used by the recipient. The publication, use, distribution, printing or unauthorized copy of the content of this message is strictly forbidden and it can be illegal. If you received this message by mistake, please destroy it and notify it to the sender.
Dear Yen-Tang Chen,
at first glance seems correct; Can you send me the output of "ls -rtl" command of the [dspace.dir]/lib ?
Thank you very much.
Regards,
Luigi Andrea
Dear Yen-Tang Chen,
cygwin is only a tool to help you in shell scripting, but in this case i think that it added a bit of confusion.
In any case if you want use this command line tool follow http://www.inonit.com/cygwin/faq/
In your case edit "dspace" script and replace the last line with:
java $JAVA_OPTS -classpath `cygpath -wp $FULLPATH` org.dspace.app.launcher.ScriptLauncher "$@"
Regards,
Luigi Andrea