1
0
-1

Hello all,

i've this error when build the project to custom userview themes

Bundle org.joget:wflow-plugin-archetype:bundle:4.0-SNAPSHOT : Bundle-Activator not found on the bundle class path nor in imports: org.joget.Activator
Error(s) found in bundle configuration
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 14.062s
Finished at: Wed Jul 08 11:23:13 ICT 2015
Final Memory: 25M/275M
------------------------------------------------------------------------
Failed to execute goal org.apache.felix:maven-bundle-plugin:2.5.4:bundle (default-bundle) on project wflow-plugin-archetype: Error(s) found in bundle configuration -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

I really don't know what should i do..

Thanks before.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      The error "not found on the bundle class path nor in imports: org.joget.Activator" probably means the class is not found, so you need to ensure that the class exists in your project?

        CommentAdd your comment...