Giter VIP home page Giter VIP logo

evault's People

Contributors

mhisoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

evault's Issues

Building from source

Hi,

for scientific purposes I tried to clone eVault and build it from source code. I realize that the configuration is a little bit more complex, so I thought I should get your help instead of spending a lot of time figuring out how to do it by myself.

If I got it right, at least I also need to clone the common-utils and deploy them on my local maven repo, right? Is there anything else you can tell me about the build process which might help?
I am not an IntelliJ user (usually running Eclipse) nor do I work with gradle and maven that much. The combination of both together with multiple IntelliJ modules scared me off a bit.

My biggest struggle is, to get the parent maven module.

<parent>
  <groupId>org.mhisoft.java.apps.common</groupId>
  <artifactId>common-parent</artifactId>
  <version>1.0</version>
  <relativePath>../parent-pom/pom.xml</relativePath>
</parent>

Is does not seem to be accessible in your Github.

Best wishes,
Stefan

maven-javadoc-plugin error in vfsjfilechooser2

Hi again,

vfsjfilechooser will not build with new Java versions anymore as the javadoc-plugin does not accept the current doc without specifying the correct -tag specifying the java version of the code (6 in this case).

MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://download.oracle.com/javase/6/docs/api/ are in the unnamed module.

Obviously, this issue is just relevant for building with Maven. If you don't use Maven but just import and build the project with IntelliJ (without triggering Maven) no errors will occur.

Best wishes,
Stefan

Expedite exporting multiple items to the same export vault

Allow to export item to existing vault separately. so that you can ship that export vault and the receiving user can import multiple items at once.

remember the pass to the export vault so use don't need to repeatedly enter it while exporting multiple items.

Wrong compiler compliance level in Imageviewer dependency

Hi,

as your imageviewer fork does not offer an issue tracker, please allow me to mention here that the compiler compliance level of imageviewer is set to 1.6 (for the maven-compiler-plugin in pom.xml as well as in imageviewer.iml).
On line 160 of ImageComponent.java, however, you use a method which is documented to be used with 1.7+.
...
if (c.isValidateRoot()) {
...

Consider updating the compliance level of the artifact.

Best wishes,
Stefan

Import enhacement

when importing an vault to the current vault, try to use the current vault password first. if they are the same, allow to open the to-be-imported vault directly without need to enter the password again.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.