Hi Christophe,

there is no trailing space at the configuration line. And the 
DIM-submission.xsl is placed in [dspace-src]/config/crosswalks/ and 
[dspace]/config/crosswalks/. In both cases it is readable and executable 
for everyone...

Greetings

Robert

---------

Dupriez Christophe schrieb:
> Hi Robert!
>    
>   You are sure there is no space at the end of the Crosswalk configuration 
> line
>   (common error in DSpace configuration) ? The XSLT file is in place?
>    
>   Have a nice afternoon,
>    
>   Christophe
>   
> 
> Robert Roggenbuck <[EMAIL PROTECTED]> a écrit :
>   Yes, that was it - nearly: But to 'ant' it successfully I can not remove 
> the method formShortKey() because it is used in Item.java. Fortunately 
> there is no problem with it, because the number of parameters are correct.
> 
> But the next problem arrives with my ingest. I call
> 
>> /dspace/bin/dsrun org.dspace.content.crosswalk.XSLTingest -a -x DIMDIM 
> -e [EMAIL PROTECTED] -c 123456789/3 -s dim_for_import.xml -m 
> import071113.map --test
> 
> and I get as answer:
> 
> **Test Run** - not actually importing items.
> Error, cannot find an IngestionCrosswalk plugin for: "DIMDIM"
> 
> I introduced the crosswalk with its XSLT in dspace.conf (as suggested) by
> 
> crosswalk.submission.DIMDIM.stylesheet = crosswalks/DIM-submission.xsl
> 
> As long as I see in the Wiki page of ItemBatchUpdate there is nothing 
> else to do to register the plugin. What to do next?
> 
> A second question to the DIM format: Can the tag occur 
> more then once? And can I place a URL in it?
> 
> Best regards
> 
> Robert
> 
> ------------
> Dupriez Christophe schrieb:
>> To cut the modification chain, I suggest you to remove the three functions
>> calling MetadataField.formkey: toString(), formShortKey(),
>> formLanguageKey(): those are part of a much bigger modifications set
>> to enable multi-lingual input in the DSpace submission process.
>>
>> I hope now it will make it!
>>
>> Christophe
>>
>>
>> Robert Roggenbuck a écrit :
>> Thanks, that helped. But it still not compiles. Am I right that You also 
>> modified MetadataValue.java?:
>>
>> ###############
>>
>> compile:
>> [javac] Compiling 5 source files to 
>> /opt/dspace-1.4.2-source/build/classes
>> [javac] 
>> /opt/dspace-1.4.2-source/src/org/dspace/content/DCValue.java:109: 
>> formKey(java.lang.String,java.lang.String,java.lang.String) in 
>> org.dspace.content.MetadataField cannot be applied to 
>> (java.lang.String,java.lang.String,java.lang.String,java.lang.String)
>> [javac] return 
>> MetadataField.formKey(schema,element,qualifier,language)+(value==null?"":"="+value);
>> [javac] ^
>> [javac] 
>> /opt/dspace-1.4.2-source/src/org/dspace/content/DCValue.java:117: 
>> formKey(java.lang.String,java.lang.String,java.lang.String) in 
>> org.dspace.content.MetadataField cannot be applied to 
>> (java.lang.String,java.lang.String,java.lang.String,java.lang.String)
>> [javac] return 
>> MetadataField.formKey(schema,element,qualifier,language);
>> [javac] ^
>> [javac] 2 errors
>>
>> BUILD FAILED
>> /opt/dspace-1.4.2-source/build.xml:125: Compile failed; see the compiler 
>> error output for details.
>>
>> ###############
>>
>> Best regards
>>
>> Robert
>>
>> ----------
>>
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 
> 
> 
> 
>              
> ---------------------------------
>  Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

-- 

===================================
Robert Roggenbuck
Universitaetsbibliothek Osnabrueck
Alte Muenze 16
D-49074 Osnabrueck
Germany
Tel ++49/541/969-4344  Fax -4482
[EMAIL PROTECTED]

Postbox:
Postfach 4496
D-49034 Osnabrueck
===================================

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to