joshdrummond / webpasswordsafe

The official WebPasswordSafe - web-based, multi-user, secure password safe/manager with delegated access controls
http://www.webpasswordsafe.net
57 stars 31 forks source link

Compile issue with webpasswordsafe 1.4 #129

Open fm2ahmed opened 5 years ago

fm2ahmed commented 5 years ago

Hi,

I get this issue whenever i try to compile webpasswordsafe 1.4. I am running this on CentOS7.

Error

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project webpasswordsafe: Compilation failure: Compilation failure: [ERROR] /tmp/wps/webpasswordsafe-master/src/main/java/net/webpasswordsafe/common/model/Template.java:[34,30] package net.sf.gilead.pojo.gwt does not exist [ERROR] /tmp/wps/webpasswordsafe-master/src/main/java/net/webpasswordsafe/common/model/Template.java:[46,31] cannot find symbol [ERROR] symbol: class LightEntity [ERROR] /tmp/wps/webpasswordsafe-master/src/main/java/net/webpasswordsafe/common/model/Subject.java:[31,30] package net.sf.gilead.pojo.gwt does not exist [ERROR] /tmp/wps/webpasswordsafe-master/src/main/java/net/webpasswordsafe/common/model/Subject.java:[43,39] cannot find symbol

============================

How do I resolve it ?

I did run these mvn install commands though successfully.

`mvn install:install-file -DgroupId=trove -DartifactId=trove -Dversion=2.0.4 -Dpackaging=jar -Dfile=wps_src_1.3/webpasswordsafe-dependencies-bin/trove-2.0.4.jar

mvn install:install-file -DgroupId=com.extjs -DartifactId=gxt -Dversion=2.2.5 -Dpackaging=jar -Dfile=wps_src_1.3/webpasswordsafe-dependencies-bin/gxt-2.2.5-gwt22.jar

mvn install:install-file -DgroupId=net.sf.gilead -DartifactId=gilead4gwt -Dversion=1.3.2 -Dpackaging=jar -Dfile=gilead4gwt-1.3.2.jar

mvn install:install-file -DgroupId=net.sf.gilead -DartifactId=gwtsl -Dversion=1.1 -Dpackaging=jar -Dfile=wps_src_1.3/webpasswordsafe-dependencies-bin/gwt-sl-1.1.jar`

Regards, Farooq Ahmed

fm2ahmed commented 5 years ago

Hi,

Can someone please reply?

Regards, Farooq Ahmed