--- Chema <[EMAIL PROTECTED]> wrote:

> Hello:
> 
> I'm working with Eclipse + JBossIDE ( XDoclet 1.2.3
> )
> 
> I've got a single Java project ( EJB components )
> and I would like to split
> it in two.
> Components at one will have references to another
> one.
> 
> Now , with only one project, I using @ejb.ejb-ref
> tag , and works fine
> because all classes are in same project.
> 
> But with two differents projects, @ejb.ejb-ref
> doesnt work because it just
> search classes in the same project.
> With @ejb.ejb-external-ref tag  works fine, but I'd
> like  I haven't to
> change all Java classes (.java) and have to define ,
> explicitly, qualified name of Java classes.
> Is there any way to tell to XDoclet the classpath
> where searching classes ,
> so,
> automatically get qualified name of classes for
> referenced components ?
> Is @ejb.ejb-external-ref tag the only one solution ?


typically xdoclet  lokos in his classpath if 
it can find necessary classes. so adding external 
classes to ant target classpath should
be sufficient.

regards,

----[ Konstantin Pribluda http://www.pribluda.de ]----------------
Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
check it out: http://xdoclet.codehaus.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to