St Sch created AXIS2-5332:
-----------------------------
Summary: Weird behaviour of CompilerOptions.setPackageName()
Key: AXIS2-5332
URL: https://issues.apache.org/jira/browse/AXIS2-5332
Project: Axis2
Issue Type: Bug
Components: adb
Affects Versions: 1.6.2
Reporter: St Sch
1st issue:
CompilerOptions.setPackageName("com.example") comes up with the following error:
java.lang.RuntimeException: Unsupported value!
Package name = "com.example." works fine (please notice the . in the end). This
is very misleading especially since setMapperClassPackage() would accept the
package name "com.example".
setPackageName() calls testValue(), setMapperClassPackage doesn't.
= = = = =
2nd issue:
Although I set package name to "com.example" the class files are generated to
com.example.axis2.apache.org.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]