--- "Newcomb, Michael P." <[EMAIL PROTECTED]>
wrote:
> Can I get XDoclet 2 as a non-maven thingy (ant
> plugin)? Maven is cool and
> all, but not everyone has an internet connection
> where they develop.
it will work with ant. but you will have to chase down
all the dependencies yourself:
<taskdef
name="xdoclet"
classname="org.xdoclet.ant.XDocletTask"
classpathref="xdoclet.task.classpath"
/>
<xdoclet>
<fileset
dir="${pom.build.sourceDirectory}">
<include name="**/*.java"/>
</fileset>
<component
classname="org.generama.VelocityTemplateEngine"/>
<component
classname="org.generama.JellyTemplateEngine"/>
<component
classname="org.xdoclet.plugin.qtags.impl.QTagImplPlugin"
destdir="${basedir}/target/src"
/>
<component
classname="org.xdoclet.plugin.qtags.impl.QTagLibraryPlugin"
destdir="${basedir}/target/src"
packagereplace="org.xdoclet.plugin.${xdoclet.qtags.namespace}.qt
ags"
/>
</xdoclet>
regards,
=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Plugins for xdoclet-2 are released. check it out at:
http://www.sourceforge.net/projects/xdoclet-plugins/
----[ http://www.pribluda.de ]------------------------
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user