Questions tagged [libreplan]

LibrePlan is a collaborative tool to plan, monitor and control projects and has a rich web interface which provides a desktop alike user experience.

LibrePlan is a collaborative tool to plan, monitor and control projects and has a rich web interface which provides a desktop alike user experience.

http://www.libreplan.com/

4 questions
1
vote
2 answers

Docker image builds, but doesn't run

I am trying to create a docker build for libreplan, using the install instructions here. The dockerfile is FROM tomcat:6 RUN apt-get -yq update && apt-get -yq install \ cutycapt \ patch \ postgresql-client \ libpg-java \ xvfb # Prepare…
aquavitae
  • 17,414
  • 11
  • 63
  • 106
1
vote
1 answer

launchpad complains about missing maven-site-plugin but I do not use it at all

I am a Java and Maven newbie. There, I said it :-) I am also responsible for an open source Java/maven project called LibrePlan. When building ubuntu packages all works fine and I get deb's. When building Ubuntu packages on Launchpad only the build…
1
vote
0 answers

How to integrate librePlan inside another application?

I am new to Libreplan, I have successfully build libreplan.war file and deployed it on tomcat6 on my windows machine. I need to integrate it inside my web application using iframe. When I am trying to access below URL, it redirects to login page…
ManojP
  • 6,113
  • 2
  • 37
  • 49
0
votes
0 answers

java.lang.IllegalArgumentException starting libreplan in docker

I have a docker repo (here) with source code (here) that is supposed to start libreplan on a tomcat server. There is a docker-compose.yml that sets it up. However, when I start the container, I get a long list of java exceptions: libreplan_1 |…
aquavitae
  • 17,414
  • 11
  • 63
  • 106