Failed to build MDA with version

0
Hi Members, I am getting this error “Failed to build MA with version 1.0.0.122” when I trying to create package from Team Server. Appreciate any inputs to resolve this error. Im using Studio Pro version 9.0.2, have tried building package with same version before without error.   ERROR: An error occurred while compiling Java actions Buildfile: /srv/cloud/slots/tr10000/deploy/data/tmp/646abea6-e7af-4886-b594-c71cbebbd7a3/src/deployment/build_core.xml compile: [javac] Compiling 465 source files to /srv/cloud/slots/tr10000/deploy/data/tmp/646abea6-e7af-4886-b594-c71cbebbd7a3/src/deployment/run/bin [javac] Processing annotations [javac] Annotations processed [javac] Processing annotations [javac] No elements to process [javac] /srv/cloud/slots/tr10000/deploy/data/tmp/646abea6-e7af-4886-b594-c71cbebbd7a3/src/javasource/encryptionaws/actions/PGPDecryptDocument.java:16: error: package encryption.proxies.microflows does not exist [javac] import encryption.proxies.microflows.Microflows; [javac] ^ [javac] 1 error BUILD FAILED /srv/cloud/slots/tr10000/deploy/data/tmp/646abea6-e7af-4886-b594-c71cbebbd7a3/src/deployment/build_core.xml:32: Compile failed; see the compiler error output for details. Total time: 3 seconds Thanks Raj
asked
1 answers
0

I could able to resolve the issue by re-importing Encryption, CommunityCommons, ExcelImporter modules.

Followed steps from this link 

https://forum.mendix.com/link/questions/88205

answered