Re: [Dspace-tech] Add new page

2012-05-23 Thread Marcos DSpace
Hi Helix, My DSpace is 1.7. I ran the mvn package and ant update. After that, I restart my tomcat server. I will look about the URL, but it working now. The problem was that I had not changed the ViewArtifacts. Thanks for reply. Marcos 2012/5/22 helix84 > Hi Marcos, > > 1) just to make sure

Re: [Dspace-tech] Add new page

2012-05-22 Thread helix84
Hi Marcos, 1) just to make sure - after you made the changes in [dspace-src], did you run mvn package and ant update? That compiles the classes, creates the jars and installs them into [dspace]. Then you need to restart Tomcat. 2) I notice you didn't change your XSL to detect the URL by looking at

Re: [Dspace-tech] Add new page

2012-05-21 Thread Marcos DSpace
Hi all, As describled further bellow, I created the new java class and added in the sitemap.xmap. Java class directory: [dspace-src]/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser$ sitemap.xmap directory: [dspace-src]/dspace-xmlui/dspace-xmlui-api/src/

Re: [Dspace-tech] Add new page

2012-05-17 Thread helix84
On Thu, May 17, 2012 at 1:51 PM, Marcos DSpace wrote: > Hi Helix, > > I'll read about how to create a static page first. > > I working with DSpace 1.7 and Mirage themes. > In my new page, I need to show information about these author link. > For example, if I clicked in the author name, it must to

Re: [Dspace-tech] Add new page

2012-05-14 Thread helix84
On Mon, May 14, 2012 at 5:35 PM, Marcos DSpace wrote: > I want to create a new page within DSpace XMLUI. > I have one page that show full record item. So, I want to create a link in > the autor name that will be redirect to the new page. > The problem is that i don't know how to create a url page

[Dspace-tech] Add new page

2012-05-14 Thread Marcos DSpace
Hi, I want to create a new page within DSpace XMLUI. I have one page that show full record item. So, I want to create a link in the autor name that will be redirect to the new page. The problem is that i don't know how to create a url page and a page. Any suggestion for this issues? Best regard