Hi,

I have 2 packages that contains JiBX-handled classes. However, the classes in package A are public but the classes in package B are package-private. I execute jibx compiler with 2 binding files (one for each package). If the working directory during compilation was that of B, everything works fine at runtime. If the working directory was that of package B, then I see an IllegalAccessError when classes in B are accessed by JiBX_MungeAdapter. The reason being that only one JiBX_MungeAdapter class is generated and it happens to be generated in the compilation directory. Can I generate JiBX_MungeAdapter in each package that contains a JiBX-handled class during one compilation? If so, how? Also, how do I accomplish this from within Ant? If not, it would be great to provide such a switch in the compiler. This way the access specifiers of the class need not altered just for the purpose of using JiBX.

In case, any or all of my analysis is wrong, please do correct me.

waiting for reply,

--

Venkatesh Prasad Ranganath,
Dept. Computing and Information Science,
Kansas State University, US.
web: http://www.cis.ksu.edu/~rvprasad



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to