Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Has anyone used XDoclet with Ant on Eclipse 3.0 platform
Has anyone used XDoclet with Ant on Eclipse 3.0 platform [message #122628] Thu, 04 September 2003 07:21 Go to next message
Eclipse UserFriend
Originally posted by: usingh.airdata.co.uk

Hi,
Whenever I try to use the ant build file for XDoclet on Eclipse it gives
me error that EJBDoclet cannot find the remote interfaces check that task is
in jar is in classpath but the build works fine from the command line.

Any guess?

Regard,
Umesh
Re: Has anyone used XDoclet with Ant on Eclipse 3.0 platform [message #122655 is a reply to message #122628] Thu, 04 September 2003 08:24 Go to previous message
Eclipse UserFriend
This setup works for me:
<property name="xdoclet.home" location="c:\Program
Files\Java\xdoclet-bin-1.2b2" />

<path id="xdoclet.path">
<fileset dir="${xdoclet.home}">
<include name="**/*.jar" />
</fileset>
</path>

<taskdef name="ejbdoclet" classname="xdoclet.modules.ejb.EjbDocletTask">
<classpath refid="xdoclet.path" />
</taskdef>

HTH
Darins



"Umesh Singh" <usingh@airdata.co.uk> wrote in message
news:bj776c$pfl$1@eclipse.org...
> Hi,
> Whenever I try to use the ant build file for XDoclet on Eclipse it gives
> me error that EJBDoclet cannot find the remote interfaces check that task
is
> in jar is in classpath but the build works fine from the command line.
>
> Any guess?
>
> Regard,
> Umesh
>
>
Previous Topic:Auto-load plugins
Next Topic:Help, usage of IPreferenceStore vs IDialogSettings
Goto Forum:
  


Current Time: Mon Jul 07 17:43:03 EDT 2025

Powered by FUDForum. Page generated in 0.05695 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top