You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/12/08 14:06:32 UTC

DO NOT REPLY [Bug 23396] - New optional task ejbclientjar added

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=23396>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=23396





------- Additional Comments From dmitry@actimind.com  2006-12-08 05:06 -------
I've applied your patch to the 1.7 RC1 version but it doesn't work to me. The 
error I've got:

[ejbclientjar] Finding root-classes from 'META-INF/ejb-jar.xml' 
inside 'MyBeans.jar'

BUILD FAILED
build.xml:222: could not find required client jar class: 
[Lweblogic.deployment.descriptors.xml.EnvironmentEntry;

I guess the reason is in DependencyAnalyzer's getClassDependencies method. It 
returns class names along with field descriptor characters (like '[L' for array 
of Objects). And your methods don't expect such a result.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org