Oops.... forgot to copy the list on this one.... (I thought of it after I
saw Ara's post after I had already sent mine).
Rick - one more thing.... "just for this one step in your build process" -
what a step that is though, huh? :) Surely the benefits of XDoclet far
outweigh the pain(?) of Ant invocation from within make?
Erik
----- Original Message -----
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 04, 2002 1:54 PM
Subject: Re: [Xdoclet-user] command-line inteface (cli) for XDoclet?
> Why not just use something like this?
>
> ANT=ant.sh
> ANT_OPTS=-emacs
> all:
> $(ANT) $(ANT_OPTS) all
> clean:
> $(ANT) $(ANT_OPTS) clean
>
>
> XDoclet is currently intimately tied to Ant - DocletTask is an Ant task
and
> is fed from Ant's <fileset>/<classpath> capabilities.
>
> I, even though I'm an Ant committer(!), am in agreement that XDoclet
should
> have capabilities to run inside or outside of Ant - but unless you're
> willing to dig into the source code and make up your own main(String[]
args)
> you're stuck with Ant for the time being I bet.
>
> Erik
>
>
> ----- Original Message -----
> From: "Richard Kilgore" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 04, 2002 1:22 PM
> Subject: [Xdoclet-user] command-line inteface (cli) for XDoclet?
>
>
> > Is there a way to use XDoclet as something like the following?
> >
> > % javadoc -doclet xdoclet.XDoclet *.java
> >
> > The closest I've come (I think) was to try the class
> > xdoclet.DocletTask$DocletMain, but I got something about an i/o
> > error?
> >
> > I prefer make to ant (staunchly), and do not wish to create a
> > build.xml just for this one step in my build process. It's much
> > better to have all that logic in one place (i.e., my Makefile).
> >
> > - rick
> >
> > --
> > Richard Kilgore
> > [EMAIL PROTECTED]
> >
> > _______________________________________________
> > Xdoclet-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >
>
>
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel