Re: VS: [dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2019-03-04 Thread muaz awed
pt/maven && \ ln -s /opt/maven/bin/mvn >>> /usr/bin/mvn && \ chmod +x /etc/profile.d/maven.sh && \ source >>> /etc/profile.d/maven.sh && \mvn -version ADD DSpace /dspace-src/RUN chown >>> -R tomcat /dspace-srcUSER tomcatWORKDIR /

Re: VS: [dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-11-07 Thread Pedro Amorim
.com [ > dspac...@googlegroups.com ] käyttäjän Pedro Amorim [ > pjamo...@gmail.com ] puolesta > *Lähetetty:* 4. marraskuuta 2016 18:30 > *Vastaanottaja:* DSpace Technical Support > *Aihe:* [dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not > generate CSS files >

VS: [dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-11-07 Thread Häyrinen , Ari
jspui WORKDIR /dspace-src/dspace/target/dspace-installer Lähettäjä: dspace-tech@googlegroups.com [dspace-tech@googlegroups.com] käyttäjän Pedro Amorim [pjamori...@gmail.com] puolesta Lähetetty: 4. marraskuuta 2016 18:30 Vastaanottaja: DSpace Technical Support Aihe:

[dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-11-04 Thread Ari
Hello Pedro, upgrading maven was enough for me. I'm quite certain that I didn't do anything else. Did you get any errors on compile? Ari On Thursday, 3 November 2016 17:40:17 UTC+2, Pedro Amorim wrote: > > Hello Ari. Im having the exact same problem. So I installed maven 3.3.9 > and rebuilt

[dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-11-03 Thread Pedro Amorim
Hello Ari. Im having the exact same problem. So I installed maven 3.3.9 and rebuilt DSpace with mvn package. However, now XMLUI only shows the error: FileNotFoundException: dspace/webapps/xmlui/themes/Mirage2/sitemap.xmap Did you do any other additional procedures ? Thanks, Pedro Amorim --

[dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-10-14 Thread Ari
It seems that upgrading to Maven 3.3.9 solved the issue. Thanks for help everyone! On Friday, 14 October 2016 10:24:09 UTC+3, Ari wrote: > > Thanks for the tip. This might be the reason since Centos is using Apache > Maven 3.0.5 (Red Hat 3.0.5-16) > > I'll try newer maven. > > Ari > > > On

[dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-10-14 Thread Ari
Thanks for the tip. This might be the reason since Centos is using Apache Maven 3.0.5 (Red Hat 3.0.5-16) I'll try newer maven. Ari On Thursday, 13 October 2016 15:50:21 UTC+3, Art Lowel wrote: > > Apparently this issue occurred for a lot of maven 3 plugins after maven > switched > from

[dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-10-13 Thread Art Lowel
Apparently this issue occurred for a lot of maven 3 plugins after maven switched from org/sonatype/aether to org/eclipse/aether in version 3.1 Is it possible that you're using a maven version lower than 3.1, and if so, could you upgrade to the

[dspace-tech] Re: Compiling DSpace 6 with Mirage2 theme does not generate CSS files

2016-10-13 Thread Ari
Thanks Illja! I think you spotted the problem. git checkout master: - compile -> there is no main.css in /dspace-installer/webapps/xmlui/themes/Mirage2/styles directory git checkout d872f5db0373286bed50d815e2628e154bf730db - compile -> there is main.css in