Deployment Issues: Build Stage

0
This is the last error log. We seem to be having issues deploying the package at the build stage. Any insight from the following error message would be extremely appreciated. Buildfile: C:\Users\Ean\Documents\Infinite 8 Institute Docs\IBM BlueMix\MendixProject1\deployment\build_core.xml   compile:     [javac] Compiling 27 source files to C:\Users\Ean\Documents\Infinite 8 Institute Docs\IBM BlueMix\MendixProject1\deployment\run\bin     [javac] C:\Users\Ean\Documents\Infinite 8 Institute Docs\IBM BlueMix\MendixProject1\javasource\chatter\actions\ActivateWSChatter.java:14: error: package approntolicenser.helpers does not exist     [javac] import approntolicenser.helpers.ApprontoLicenser;     [javac]                                ^     [javac] C:\Users\Ean\Documents\Infinite 8 Institute Docs\IBM BlueMix\MendixProject1\javasource\chatter\actions\ActivateWSChatter.java:29: error: cannot find symbol     [javac]         ApprontoLicenser WSlicense =  ApprontoLicenser.getLicense("WSChatter");     [javac]         ^     [javac]   symbol:   class ApprontoLicenser     [javac]   location: class ActivateWSChatter     [javac] C:\Users\Ean\Documents\Infinite 8 Institute Docs\IBM BlueMix\MendixProject1\javasource\chatter\actions\ActivateWSChatter.java:29: error: cannot find symbol     [javac]         ApprontoLicenser WSlicense =  ApprontoLicenser.getLicense("WSChatter");     [javac]                                       ^     [javac]   symbol:   variable ApprontoLicenser     [javac]   location: class ActivateWSChatter     [javac] Note: C:\Users\Ean\Documents\Infinite 8 Institute Docs\IBM BlueMix\MendixProject1\javasource\com\mendix\core\Core.java uses or overrides a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] Note: Some input files use unchecked or unsafe operations.     [javac] Note: Recompile with -Xlint:unchecked for details.     [javac] 3 errors       BUILD FAILED C:\Users\Ean\Documents\Infinite 8 Institute Docs\IBM BlueMix\MendixProject1\deployment\build_core.xml:27: Compile failed; see the compiler error output for details.   Total time: 12 seconds   I see it says something about having issues importing the approntolicenser. Let me know your thoughts. Thanks again.  
asked
1 answers
0

Hi Ean,

It seems that you missing the licenser module (this will add the appronto helper package). Please download it here: https://appstore.home.mendix.com/link/app/1445/Appronto/Appronto-Licenser

answered