xatkit-bot-platform / xatkit

The simplest way to build all types of smart chatbots and digital assistants
https://xatkit.com
Eclipse Public License 2.0
176 stars 23 forks source link

Ci/travis #26

Closed hamzaed closed 3 years ago

hamzaed commented 4 years ago

Build using Travis CI + publish the last build in Docker hub

hamzaed commented 4 years ago

Travis build failed on the Pull Request:

Please wait...
java.lang.SecurityException: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package
    at java.lang.ClassLoader.checkCerts(ClassLoader.java:898)
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:668)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:761)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
        ....

@abelgomez had a similar issue when he tried building Xatkit a couple days ago.

hamzaed commented 4 years ago

This pull request is obsolete now. I need to adapt the changes to the new version of Xatkit and resolve the conflicts with the main branch.

gdaniel commented 3 years ago

As @hamzaed stated this PR is now obsolete. Xatkit codebase has evolved and moved from an execution engine to a framework, meaning that each bot now integrate its own execution engine. It's not possible nor interesting anymore to have a single Docker image for Xatkit, instead each bot can be deployed as a self-contained image. In this context testing Xatkit as a whole as a complete different meaning that is not aligned anymore with this PR.