Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/JIBX-27 Here is an overview of the issue: --------------------------------------------------------------------- Key: JIBX-27 Summary: Generated classes may be stored to current directory, rather than classpath Type: Bug Status: Open Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: JiBX Components: core Versions: 1.0-beta3b Assignee: Dennis Sosnoski Reporter: Dennis Sosnoski Created: Wed, 2 Jun 2004 12:46 AM Updated: Wed, 2 Jun 2004 12:46 AM Description: If the first <mapping> defined by a binding is for an unmodifiable class (as in the tutorial example of using a custom marshaller/unmarshaller for the java.lang.HashMap class) JiBX will use the current directory as the location to store generated class files (including JiBX_MungeAdapter.class and JiBX_bindingFactory.class). Rearranging the <mapping>s so that a modifiable class is first in the list will correct this problem, causing the generated class files to be in the package and directory of the first <mapping> class. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ jibx-devs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-devs
