WIth current xdoclet, you have to be VERY CAREFUL TO IMPORT ALL CLASSES ONE BY ONE AND NEVER EVER USE A import ...*; Doing this in one class can easily mess up xdoclets class resolving and result in MANY OTHER generated classes not fully qualifying their class names. I suspect this has happened here, but don't have the latest source with me to check.

david jencks
On Thursday, January 16, 2003, at 04:47 AM, Scott M Stark wrote:

The server module in jboss-head is not currently building:

[javac] C:\usr\Main\jboss- head\server\output\gen\classes\org\jboss\invocation\trunk\client\Connec tionManagerMBean.java:9:
cannot resolve symbol
[javac] symbol : class ServiceMBean
[javac] location: interface org.jboss.invocation.trunk.client.ConnectionManagerMBean
[javac] public interface ConnectionManagerMBean extends ServiceMBean {
[javac] ^
[javac] C:\usr\Main\jboss- head\server\output\gen\classes\org\jboss\invocation\trunk\client\TrunkI nvokerProxyMBean.java:9:
cannot resolve symbol
[javac] symbol : class ServiceMBean
[javac] location: interface org.jboss.invocation.trunk.client.TrunkInvokerPr
oxyMBean
[javac] public interface TrunkInvokerProxyMBean extends ServiceMBean {
[javac] ^
[javac] C:\usr\Main\jboss- head\server\output\gen\classes\org\jboss\proxy\ProxyXAResourceMBean.jav a:9: cannot resolve
symbol
[javac] symbol : class ServiceMBean
[javac] location: interface org.jboss.proxy.ProxyXAResourceMBean
[javac] public interface ProxyXAResourceMBean extends ServiceMBean {
[javac] ^
[javac] C:\usr\Main\jboss-head\server\src\main\org\jboss\ejb\EnterpriseConte

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to