robotoworks / mechanoid

Eclipse plugin providing a set of DSL's for the rapid development of Android apps
58 stars 26 forks source link

secure SQlite #270

Closed hannesa2 closed 6 years ago

hannesa2 commented 9 years ago

I try to merge mechanoid with https://github.com/hannesa2/android-database-sqlcipher to decrypt SQlite, but I need some help with maven

@fluxtah you are here the master, and I hope the project isn't dead. Can you give me any hint, what I did wrong ? I did:

mvn install:install-file -Dfile=libs/sqlcipher.jar -DgroupId=net.sqlcipher.database -DartifactId=sqlcipher -Dversion=3.3.0 -Dpackaging=jar -DgeneratePom=true

add into plugins/com.robotoworks.mechanoid.db/pom.xml

<dependency>
    <groupId>net.sqlcipher.database</groupId>
    <artifactId>sqlcipher</artifactId>
    <version>3.3.0</version>
</dependency>

but

./build product 

delivers me an error, but I added sqlcipher.jar into maven recpository (with my less knowlege about maven)

[ERROR] /anydir/mechanoid/libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/MechanoidContentProvider.java:[22,29] error: package net.sqlcipher.database does not exist
hannesa2 commented 6 years ago

https://github.com/commonsguy/cwac-saferoom is a better choice