On Sat, 2004-01-03 at 01:24, David Jencks wrote: > The maven folks have uploaded all the xdoclet 1.2 jars and also > xjavadoc 1.0.2 to the "xdoclet" ibiblio repository.
Hmm... I notice there's a http://www.ibiblio.org/maven/xdoclet/ directory, but not one for http://www.ibiblio.org/maven/xjavadoc/, unlike in http://xdoclet.sourceforge.net/repository/ Does that have any impact on XDT-747? http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-747 > Therefore there should be no reason to duplicate the xdoclet 1.2 jars > at sourceforge. > > I'm not sure how practical this is, but since xjavadoc appears to be > reaching the end of its life, I would recommend changing stuff that > needs it to download it from where it actually is at ibiblio. Asides from the plugin, the only thing that downloads it is XDoclet's own build script (when it's being built in isolation). Presumably, that just needs the <get src="http://xdoclet.sourceforge.net/repository/xjavadoc/jars/xjavadoc-${xjavadoc.version}.jar" dest="${lib.dir}/xjavadoc-${xjavadoc.version}.jar"/> task changing to use the path given above instead. The only drawback I can think of is if an xdoclet release needs a new version of xjavadoc releasing at the same time; who could get the xjavadoc jar copied up onto ibiblio in a timely fashion, so save hacking around with the script at build time? > Otherwise publicizing the sourceforge location in build instructions > might be sufficient. Any volunteers? Andrew. > thanks > david jencks > > On Friday, January 2, 2004, at 04:05 PM, Andrew Stevens wrote: > > > As a side issue to Alex's problem; xjavadoc-1.0.2.jar is present in > > /home/groups/x/xd/xdoclet/htdocs/repository/xjavadoc/jars on the SF > > server, but what about the xdoclet 1.2 jars (core & modules)? Should > > they be copied up to > > /home/groups/x/xd/xdoclet/htdocs/repository/xdoclet/jars too? > > Currently > > there's only a couple of xdoclet-2.0-alpha jars in there. Should those > > still be there, or have they moved over to codehaus now? And what > > about > > the various xjavadoc snapshot jars? Can they be deleted (and/or > > replaced with symlinks) now there's released versions on there? > > > > You can tell I don't use Maven much :-) > > After trying it and struggling for a while, I'd say your loss.:-) I > really like it, despite its problems. > > > > > > Andrew. > > > > > > On Fri, 2004-01-02 at 21:29, Aleksandr Shneyderman wrote: > >> I was trying to get maven XDoclet plugin working and have no success > >> with it. > >> Basically, I built maven from CVS and downloaded XDoclet 1.2 (not > >> CVS). > >> I placed maven-xdoclet jar that comes with XDoclet to maven's plugins > >> directory. > >> > >> When I run maven xdoclet:hibernatedoclet I get an error message, > >> saying that > >> Failed to download xjavadoc-1.0.2.jar > >> > >> Does anyone have it working? > >> > >> Thanks, > >> Alex. ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
