[
https://issues.apache.org/jira/browse/MARMOTTA-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15103127#comment-15103127
]
Karima Rafes commented on MARMOTTA-622:
---------------------------------------
Hello
I found the problem : Java(doc) 8 is not yet supported (java 8 is by default in
the new OS).
So, I developed a new module (I compile it in the folder 'platform') and I can
deploy it via a copy of the jar of my module in the web-inf/lib of Marmotta
after the official installation.
But always, I cannot generate an installer with my module via the -Pinstaller
option but for the moment, this temporary solution is correct for doing a
demonstrator.
This new module (in theory) will serve to import the metadata of files in the
laboratories of analytical chemistry. Say me if you search to build a project
of research with another university.
Thanks
Bye
Karima
> Building the Standalone Installer doesn't work
> ----------------------------------------------
>
> Key: MARMOTTA-622
> URL: https://issues.apache.org/jira/browse/MARMOTTA-622
> Project: Marmotta
> Issue Type: Bug
> Components: Build Environment, Dissemination
> Affects Versions: 3.3.0
> Reporter: Karima Rafes
> Assignee: Sergio Fernández
> Priority: Blocker
> Labels: build, maven
> Fix For: 3.4.0
>
>
> Hello
> We develop new plugins and so we try to generate the installer with our own
> plugins for trying to deploy it correctly in production.
> This simple script doesn't work for building the Standalone Installer:
> {code}
> export
> JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64/jre
> git --depth 0 clone https://git-wip-us.apache.org/repos/asf/marmotta.git
> marmotta
> cd marmotta/
> # tests doesn't pass now in the minor plugins => -DskipTests=true (how
> disable the minor plugins ?)
> mvn clean install -DskipTests=true -Dmaven.repo.local=path/repo
> #SUCCESS
> cd launchers/marmotta-installer
> mvn package -Pinstaller -Dmaven.repo.local=path/repo
> [ERROR] Failure to find org.apache.marmotta:marmotta-webapp:war:3.3.0
> {code}
> PS : mvn clean deploy -Pdist-local,marmotta-release,installer doesn't work
> also.
> I found this script in your README.txt
> Can you fix this problem ? (I found the same problem in your mailing list but
> without response...)
> Thanks
> Karima
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)