New issue 134 by dominik....@gmail.com: zaplink_subcomponent_level missing
when trying to activate installation program
http://code.google.com/p/zaplink/issues/detail?id=134
#WARNING : All issues must have the framework information file build using
transaction ZL_INFOS or if not working program ZAPLINK_INFOS_STANDALONE
(that could be downloaded). Each issue without these file might be close
without any investigation. Before opening an Issue please try with the last
framework version.
#What version of the product are you using? ==> add a release label
"Dectected-on ...".
What steps will reproduce the problem?
1.
2.
3.
What is the expected output?
What do you see instead?
#Please provide any additional information below.
same thing here....
Comment #2 on issue 134 by tar...@bensiali.net: zaplink_subcomponent_level
missing when trying to activate installation program
http://code.google.com/p/zaplink/issues/detail?id=134
Please provide informations needed to reproduce the issue :
- ZL version
- Steps done
Because we don't even known what you've talking about...
- do you have an exception ? which one ...
If you try to search for the definition of zaplink_subcomponent_level in
the standalone installation program of ZAPLINK_EXTRACTOR, you'll not find
it. I think the problem is that you're not pulling it out when you're
generating the program.
I've tried all I think 3 or 4 versions back and also the newest one. All
had the same problem.
To reproduce:
- you'd need to have a clean system so that zaplink_subcomponent_level is
not defined in the dictionary
- try to CHECK (CTRL+F2) the extractor program
Alternatively
- delete zaplink_subcomponent_level from the dictionary
- CHECK extractor program
- add zaplink_subcomponent_level back to the dictionary after you fix the
problem in the extractor
OR:
- just do a search over the extractor for zaplink_subcomponent_level - like
mentioned earlier - you'll not find it
Comment #4 on issue 134 by tar...@bensiali.net: zaplink_subcomponent_level
missing when trying to activate installation program
http://code.google.com/p/zaplink/issues/detail?id=134
I think you talking about : ZAPLINK_EXTRACTOR_STANDALONE ?
To fix your issue without waiting for next release just add at the first
line after report :
Types ZAPLINK_SUBCOMPONENT_LEVEL TYPE C.
You might also need to look for exception "ZAPLINK_CX_IMPORT_NOT_ALLOWED"
and rename as "ZAPLINK_CX"
This will be fixed in next release, but need to change the standalone
generator.
When generating standalone version all inherited exception class are
added...
Next fix is to identify missing usage...