david850067064 / as3flexunitlib

Automatically exported from code.google.com/p/as3flexunitlib
0 stars 0 forks source link

imported class is null #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. We have a test project that has linked in the build path the src folder
of other two projects (the main project and the core library).
2. We created in the core library project our own Logger that it is used in
the main project.
3. When we run the tests, the Logger inside the main project classes is null
4. If we modify the logger (changing its name, or changing method names) it
works the very first times, then we are back again with the issue.

What is the expected output? What do you see instead?

I would expect that the Logger is always available since it has been
imported. We tried also forcing its importing (adding it also when not
needed and using it with its full namespace), no luck.

What version of the product are you using? On what operating system?

Flex 2.0.1 eclipse plugin in Windows  and FlexUint .85 

Please provide any additional information below.

We tried many options, but still in the dark.

Original issue reported on code.google.com by nuthink...@gmail.com on 12 Mar 2008 at 3:24