Re: [Dspace-devel] [DSpace-changelog] r4369 - licenses

2009-10-06 Thread Bradley McLean
All of that is great, and nice to have, although we didn't necessarily have to fix all of the individual files. Regardless, it's good to have it in place. What I was looking for, however, is the elusive maven plugin that helps you to track down the licenses of the dependencies, which is what t

Re: [Dspace-devel] Maven's local-platform encoding of resource files

2009-10-06 Thread Mark Diggory
+1 on this... But I also think we can limit the filtration process to just those files it is required for. Which I think are primarily just dspace/config/*.* and web.xml On Tue, Oct 6, 2009 at 2:35 PM, Larry Stone wrote: > I've noticed a stream of warning messages from Maven during builds, of

[Dspace-devel] Maven's local-platform encoding of resource files

2009-10-06 Thread Larry Stone
I've noticed a stream of warning messages from Maven during builds, of the form: [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent! What this really means, near as I've been able to determine, is that text files in the src/m

Re: [Dspace-devel] [DSpace-changelog] r4369 - licenses

2009-10-06 Thread Mark Diggory
to summarize what I just did... I took Aarons wonderful recommendation posted to his blog and implemented it on the dspace-services, dspace-solr and dspace-solr-stats projects... we can use it as well on the dspace source tree with some minor changes to add dspace-pom as the parent of the dspace-p

[Dspace-devel] Trying to add PowerPoint media filter

2009-10-06 Thread gathub
I am trying to add support for indexing PPT files in my DSpace. I saw http://www.mail-archive.com/dspace-t...@lists.sourceforge.net/msg00217.html this thread which provided a class to implement it, which uses the Apache Jakarta POI project to read the PPT files. I added the PPTFilter.java file

Re: [Dspace-devel] [DSpace-changelog] r4369 - licenses

2009-10-06 Thread Bradley McLean
Good point. I'll check in a rewrite with the reference changed, thanks. Are you aware of a magic reliable maven plugin for this construction? The ones I've seen were rather fragile. Mark Diggory wrote: > Brad, > > This clause isn't very relevant anymore... > > DSpace uses third-party libra

[Dspace-devel] [DSpace-JIRA] Commented: (DS-288) Hide metadata from full item view

2009-10-06 Thread Larry Stone (JIRA)
[ http://jira.dspace.org/jira/browse/DS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10676#action_10676 ] Larry Stone commented on DS-288: This feature is now checked-in to the trunk for 1.6. Here is documen

[Dspace-devel] [DSpace-JIRA] Commented: (DS-288) Hide metadata from full item view

2009-10-06 Thread Larry Stone (JIRA)
[ http://jira.dspace.org/jira/browse/DS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10675#action_10675 ] Larry Stone commented on DS-288: > Would it be possible and/or desirable to move the logic up into > it

Re: [Dspace-devel] [DSpace-changelog] r4369 - licenses

2009-10-06 Thread Mark Diggory
Brad, This clause isn't very relevant anymore... DSpace uses third-party libraries which may be distributed under > different licenses to the above. These licenses are located in > the lib/licenses directory. You must agree to the terms of these > licenses, in addition to the above DuraSpace so