Java action export/import document package

1
When I select a Java Action and export it as document package, the Java code is not included in the .mpk file. It is not very useful this way, because when you import it, you get a unimplemented Java Action. When I export the whole module the Java code is included in the package, but I don't want to import all the other stuff that is in the module. Is there any way to export just the Java action including the code?
asked
1 answers
1

Yeah indeed, it happend to me also already several times.

I always copy the javasource/Modulname/actions/Javacodename to the new location. Then you do have the code in the new model. But I agree with you that it would make common sense to put it in the .mpk

Very curious why the java code does not gets exported as a standard. May be somebody from Mendix can comment.

answered