Hi All,

On my dspace upgrade I have executed the following commands in sequence without 
errors from step 5 :
mvn -U clean package
mvn -U clean package -Dmirage2.on=true
Omitted this command("the following command I haven't executed")

mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false
please advise if I should also run : mvn -U clean package -Dmirage2.on=true 
-Dmirage2.deps.included=false

_________________________________________________________________________________________________

Enabling and building the DSpace 5 Mirage 2 theme
Icon
Mirage 2 is a responsive theme for the XML User Interface, added as a new 
feature in DSpace 5. It has not yet replaced the Mirage 1 theme as the XMLUI 
default theme.
To enable Mirage 2, add the following to the  <themes>  section of 
src/dspace/config/xmlui.xconf , replacing the currently active theme:
  <theme name="Mirage 2" regex=".*" path="Mirage2/" />
It is important to do this before executing the maven build.
Mirage 2 is not yet activated in the default "mvn package" build. To include it 
as part of the build, run:

    mvn -U clean package -Dmirage2.on=true

The speed of this specific step of the build can be increased by installing 
local copies of the specific dependencies required for building Mirage 2. The 
Mirage 2 developer 
documentation<https://github.com/DSpace/DSpace/tree/master/dspace-xmlui-mirage2>
 provides detailed instructions for these installations. After the installation 
of these dependencies, you can choose to run:

    mvn -U clean package -Dmirage2.on=true -Dmirage2.deps.included=false

Warning: The Mirage 2 build process should NOT be run as "root". It must be run 
as a non-root user. For more information see: Mirage 2 Common Build 
Issues<https://wiki.duraspace.org/display/DSDOC5x/Mirage+2+Configuration+and+Customization#Mirage2ConfigurationandCustomization-CommonBuildIssues>

Regards,
Lewatle

<table width="100%" border="0" cellspacing="0" cellpadding="0" 
style="width:100%;">
<tr>
<td align="left" style="text-align:justify;"><font face="arial,sans-serif" 
size="1" color="#999999"><span style="font-size:11px;">This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary. </span></font></td>
</tr>
</table
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to