Open TOS 7.2.1
Create new project "Test"
Create new Job "TestJob"
Populate the Job with a simple Task, for example from tInputFileDelimited to tOutputFileDelimited
Create simple context variabile,e.g. DIRECTORY, INPUTFILE, OUTPUTFILE to use in "File Name" fields
The Job Runs fine in Basic Run and Java Debug
there are also present the two directories: \workspace\TEST\poms\jobs\process\testjob_0.1\src\main\resources\test\testjob_0_1\contexts \workspace\TEST\poms\jobs\process\testjob_0.1\target\classes\test\testjob_0_1\contexts
=====================
Now open TOS 7.3.1 M2
Import "Test" Project as "TestImport"
The Job Runs fine in Basic Run, but In Java Debug it gives Could not find the context Default and context variables are null
also, the context directory are not updated, except for ext-resources: \workspace\TESTIMPORT\poms\jobs\process\testjob_0.1\src\main\ext-resources\testimport\testjob_0_1\contexts \workspace\TESTIMPORT\poms\jobs\process\testjob_0.1\src\main\resources\test\testjob_0_1\contexts \workspace\TESTIMPORT\poms\jobs\process\testjob_0.1\target\classes\test\testjob_0_1\contexts