Re: [Dspace-tech] 3rd party jar installation error in xpdf

2014-09-30 Thread bender
Hi Tim. That was exactly the problem. It was solved weeks ago. Sorry for the delay on giving feedbkack!! Thank you very much. bender 2014-09-09 12:54 GMT-03:00 Tim Donohue : > Hi Bender, > > It sounds like you might be running on Windows. With Windows, whenever > you pass in "-D[whatever]" pr

Re: [Dspace-tech] 3rd party jar installation error in xpdf

2014-09-09 Thread Tim Donohue
Hi Bender, It sounds like you might be running on Windows. With Windows, whenever you pass in "-D[whatever]" properties to Maven, you need to surround them with quotes. For example: mvn install:install-file "-Dfile=[path]" "-DgroupId=com.sun.media" ... So, try surrounding any of your properti

Re: [Dspace-tech] 3rd party jar installation error in xpdf

2014-09-07 Thread bender
Hi, I'm having almost the same problem to install jar libraries. But the error message is a little different. It says: Unknown lifecycle phase ".sun.media" I wonder if Amruta Patil or anybody else have resolved this issue. Any help would be appreciated. Regards, Bender 2014-03-25 2:42 GMT

[Dspace-tech] 3rd party jar installation error in xpdf

2014-03-24 Thread Amruta Patil
Dear All, I am getting error while try to install 3rd party jar for xpdf in dsapce #mvn install:install-file -Dfile=/jai_imageio-1_1/lib/jai_imageio.jar -DpomFile=/home/dspace4/dspace-4.1-src-release/dspace/pom.xml -DgroupId=com.sun.media \ -DartifactId=jai_imageio \ -Dversion=1.0_01 \ -Dpackagin