Re: [Xdoclet-user] Referencing EJBs from other EJBs while using Eclipse and XDoclet

2005-01-07 Thread Barry Lay
Well that was simple enough. Thanks very much. I guess that its turned off by default for performance reasons. Magnus Larsson wrote: Hello Barry! Two alternatives: 1. Eclipse v2 (v2.1 if I remember correct) allows you to refresh you workspace or parts of it after an Ant-build. 2. Eclipse v3

Re: [Xdoclet-user] Referencing EJBs from other EJBs while using Eclipse and XDoclet

2005-01-07 Thread Magnus Larsson
Hello Barry! Two alternatives: 1. Eclipse v2 (v2.1 if I remember correct) allows you to refresh you workspace or parts of it after an Ant-build. 2. Eclipse v3 can automatically update a workspace when a file is changed externally (menu: Window --> Preferences --> Workbench --> "Refresh Worksp

[Xdoclet-user] Referencing EJBs from other EJBs while using Eclipse and XDoclet

2005-01-05 Thread Barry Lay
I am using XDoclet to create the interfaces and deployment descriptors for my session and entity beans in Eclipse. As Eclipse does not handle external changes to its source files well I have not included the target directories for the ejbdoclet process in the project. This works fine until I