Hi Claudia

I'm working with DSpace 1.5.2 built from source so the file must be
/home/dspace/dspace-1.5.2-src-release/pom.xml

This is the only file I can find which contains reference to the
version of the handle server. i.e.

<dependency>
            <groupId>org.dspace</groupId>
            <artifactId>handle</artifactId>
            <version>5.3.4</version>
</dependency>

The other file you mentioned
(/home/dspace/dspace-1.5.2-src-release/dspace-api/pom.xml) does not
contain a reference to the specific version of the handle server.

<dependency>
         <groupId>org.dspace</groupId>
        <artifactId>handle</artifactId>
</dependency>

When I rebuild the DSpace installation later this month I'll give it a
go by changing the handle version to 6.2 in
/home/dspace/dspace-1.5.2-src-release/pom.xml

Thanks :)

Clive






2009/8/3 Claudia Jürgen <claudia.juer...@ub.uni-dortmund.de>:
> Hi Clive,
>
> the directories you mentioned are different source directories (1.5.1, 1.5.2
> and 1.5.2 source release). You seem to have checked out different versions.
>
> It depends which source is the base of your installation.
>
> The dependency is in two pom's if you are using a source release:
> - [dspace-source]/pom.xml
> - [dspace-source]/dspace-api/pom.xml
>
> Hope that helps
>
> Claudia Jürgen
>
>
> clive gould schrieb:
>>
>> Hi Stuart
>>
>> There are quite a number of pom.xml files around in my DSpace
>> installation.
>>
>> I need to make sure I'm editing the right one ;)
>>
>> [r...@standbyvle ~]# grep -RH handle /home/dspace/*/pom.xml
>> /home/dspace/dspace-1.5.1-release/pom.xml:
>> <artifactId>handle</artifactId>
>> /home/dspace/dspace-1.5.2-release/pom.xml:
>> <artifactId>handle</artifactId>
>> /home/dspace/dspace-1.5.2-src-release/pom.xml:
>> <artifactId>handle</artifactId>
>>
>> My best guess is /home/dspace/dspace-1.5.2-src-release/pom.xml
>>
>> Am I right please?
>>
>> Thanks
>>
>> Clive
>>
>>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to