Re: [Dspace-tech] Update Messages.properties

2010-01-07 Thread Hossain, Aaron
This sounds interesting, is this a supported (safe) procedure ?

-Original Message-
From: Vinsenso [mailto:likeit_8...@hotmail.com] 
Sent: 07 January 2010 04:53
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Update Messages.properties


hi..if you want to update messages.properties...maybe you can do like what I
do...^^

if u using jspui webapp like me, then you can do this:
1. go to [dspace]\webapps\jspui\WEB-INF\lib
2. open [do not extract] file name 'dspace-api-1.5.2.1.jar' . I use : Winrar
Archiver
3. you will see Messages.properties inside. you can make a changes there.

If u do this, you do not need to run ant update. it will automaticly update.
^^

Hope this help
visit http://old.nabble.com/How-to-run-dsrun-command-td27034466.html maybe
you can help me.:-D

Vinsenso


Brouns, Francis wrote:
 
 Hi,
 
 I need to change some of the default messages and add a new one.
 Previously I made these changes in Messages.properties. According to the
 manual that still should be possible in 1.5.2. The updated file should be
 placed in
 [dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties.
 However, when I run ant update always the old Messages.properties is used:
 the lib/dspace-api-1.5.2.jar is not being replaced, nor is
 Messages.properties placed in the webapps directory or WAR file. 
 
 I do not want to add an additional language, just replace some of the
 messages for the default language (en_US).
 
 Where should I place the updated file? I'm running ant from the
 dspace-1.5.2-release package (not the src).
 
 Best wishes,
 Francis
 

-- 
View this message in context: 
http://old.nabble.com/Update-Messages.properties-tp27043019p27048105.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Update Messages.properties

2010-01-07 Thread Vinsenso

hmm...i'm not sure about it, but it works well.
Cause I don't quite understand about use ant update. haha

Note: I'm using DSpace 1.5.2 and Windows server 2003


Hossain, Aaron wrote:
 
 This sounds interesting, is this a supported (safe) procedure ?
 
-- 
View this message in context: 
http://old.nabble.com/Update-Messages.properties-tp27043019p27063524.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Update Messages.properties

2010-01-07 Thread Mark Diggory
Aaron,

It's not an approach I would endorse. You will find it difficult to
further manage your i18n customizations when you go to upgrade your
DSpace instance. if your utilizing the non-src release, these jars are
drawn from a maven repository, altering them int he installation
location will cause your changes to be lost in the next build, it is
better to make your changes in [dspace-src]/dspace/... and preserve
them in a version control repository like svn so you can replicate
your build process.

Mark

On Thu, Jan 7, 2010 at 2:45 AM, Hossain, Aaron a.hoss...@abertay.ac.uk wrote:
 This sounds interesting, is this a supported (safe) procedure ?

 -Original Message-
 From: Vinsenso [mailto:likeit_8...@hotmail.com]
 Sent: 07 January 2010 04:53
 To: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] Update Messages.properties


 hi..if you want to update messages.properties...maybe you can do like what I
 do...^^

 if u using jspui webapp like me, then you can do this:
 1. go to [dspace]\webapps\jspui\WEB-INF\lib
 2. open [do not extract] file name 'dspace-api-1.5.2.1.jar' . I use : Winrar
 Archiver
 3. you will see Messages.properties inside. you can make a changes there.

 If u do this, you do not need to run ant update. it will automaticly update.
 ^^

 Hope this help
 visit http://old.nabble.com/How-to-run-dsrun-command-td27034466.html maybe
 you can help me.:-D

 Vinsenso


 Brouns, Francis wrote:

 Hi,

 I need to change some of the default messages and add a new one.
 Previously I made these changes in Messages.properties. According to the
 manual that still should be possible in 1.5.2. The updated file should be
 placed in
 [dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties.
 However, when I run ant update always the old Messages.properties is used:
 the lib/dspace-api-1.5.2.jar is not being replaced, nor is
 Messages.properties placed in the webapps directory or WAR file.

 I do not want to add an additional language, just replace some of the
 messages for the default language (en_US).

 Where should I place the updated file? I'm running ant from the
 dspace-1.5.2-release package (not the src).

 Best wishes,
 Francis


 --
 View this message in context: 
 http://old.nabble.com/Update-Messages.properties-tp27043019p27048105.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 --
 This SF.Net email is sponsored by the Verizon Developer Community
 Take advantage of Verizon's best-in-class app development support
 A streamlined, 14 day to market process makes app distribution fast and easy
 Join now and get one step closer to millions of Verizon customers
 http://p.sf.net/sfu/verizon-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Mark R. Diggory
Head of U.S. Operations - @mire

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther

--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Update Messages.properties

2010-01-06 Thread Brouns, Francis
Hi,

I need to change some of the default messages and add a new one. Previously I 
made these changes in Messages.properties. According to the manual that still 
should be possible in 1.5.2. The updated file should be placed in 
[dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties. 
However, when I run ant update always the old Messages.properties is used: the 
lib/dspace-api-1.5.2.jar is not being replaced, nor is Messages.properties 
placed in the webapps directory or WAR file. 

I do not want to add an additional language, just replace some of the messages 
for the default language (en_US).

Where should I place the updated file? I'm running ant from the 
dspace-1.5.2-release package (not the src).

Best wishes,
Francis
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Update Messages.properties

2010-01-06 Thread Claudia Jürgen

Hello Francis,

you got to run mvn package first than ant update and redeploy your 
application.


Hope that helps

Claudia Jürgen


Brouns, Francis schrieb:

Hi,

I need to change some of the default messages and add a new one.
Previously I made these changes in Messages.properties. According to
the manual that still should be possible in 1.5.2. The updated file
should be placed in
[dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties.
However, when I run ant update always the old Messages.properties is
used: the lib/dspace-api-1.5.2.jar is not being replaced, nor is
Messages.properties placed in the webapps directory or WAR file.

I do not want to add an additional language, just replace some of the
messages for the default language (en_US).

Where should I place the updated file? I'm running ant from the
dspace-1.5.2-release package (not the src).

Best wishes, Francis 
--
 This SF.Net email is sponsored by the Verizon Developer Community 
Take advantage of Verizon's best-in-class app development support A

streamlined, 14 day to market process makes app distribution fast and
easy Join now and get one step closer to millions of Verizon
customers http://p.sf.net/sfu/verizon-dev2dev 
___ DSpace-tech mailing
list DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech
attachment: Claudia_Juergen.vcf--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Update Messages.properties

2010-01-06 Thread Vinsenso

hi..if you want to update messages.properties...maybe you can do like what I
do...^^

if u using jspui webapp like me, then you can do this:
1. go to [dspace]\webapps\jspui\WEB-INF\lib
2. open [do not extract] file name 'dspace-api-1.5.2.1.jar' . I use : Winrar
Archiver
3. you will see Messages.properties inside. you can make a changes there.

If u do this, you do not need to run ant update. it will automaticly update.
^^

Hope this help
visit http://old.nabble.com/How-to-run-dsrun-command-td27034466.html maybe
you can help me.:-D

Vinsenso


Brouns, Francis wrote:
 
 Hi,
 
 I need to change some of the default messages and add a new one.
 Previously I made these changes in Messages.properties. According to the
 manual that still should be possible in 1.5.2. The updated file should be
 placed in
 [dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties.
 However, when I run ant update always the old Messages.properties is used:
 the lib/dspace-api-1.5.2.jar is not being replaced, nor is
 Messages.properties placed in the webapps directory or WAR file. 
 
 I do not want to add an additional language, just replace some of the
 messages for the default language (en_US).
 
 Where should I place the updated file? I'm running ant from the
 dspace-1.5.2-release package (not the src).
 
 Best wishes,
 Francis
 

-- 
View this message in context: 
http://old.nabble.com/Update-Messages.properties-tp27043019p27048105.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech