You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wilfred Springer <ma...@agilejava.com> on 2006/08/03 18:29:20 UTC

Re: docbook plugin - how to ??

Hi Felipe,

I've crafted another DocBook plugin. (In order to prevent naming
conflicts conveniently called Maven Docbkx Plugin.) Since I was in the
same situation you were and had to let go of my Ant scripts, I've kind
of taken the opportunity to turn into something that is *at least* as
usable as the old Ant scripts, but you want to check it our yourselves.

Find (outdated) documentation at http://www.agilejava.com/docbkx/ and
search my blog at http://www.agilejava.com/blog/ for more information. I
will try to update the documentation as soon as I get my home SVN server
back online....

Here are my blog entries that you might find useful. You should probably
read them in the given order.

http://agilejava.com/blog/?p=31
http://agilejava.com/blog/?p=36
http://agilejava.com/blog/?p=37
http://agilejava.com/blog/?p=38
http://agilejava.com/blog/?p=45

Cheers,

Wilfred

On Fri, 2006-06-16 at 13:58 +0200, Felipe Gaúcho wrote:

> Dear Bolcina,
> 
> first of all thank you very much for the friendly responses...
> 
> I have an old project that uses DocBook to generate its documentations in
> PDF format (https://cejug-classifieds.dev.java.net/).. everything works fine
> on the old versions of Maven.. in fact my maven script is a set of ANT
> calls.. the documentation folder is self-contained because it can produce
> documents offline...
> 
> the problems started when I decided to update the maven version :))
> 
> for now, I can't compile a simple example through the plugin just because
> the plugin seem not to work...
> 
> do you have a command line I can use to install the plugin ? I tested
> several options here and nothing happens...
> 
> 
> best regards,
> 
>     Felipe Gaucho
> 
> 
> On 6/16/06, Borut Bolčina <bo...@najdi.si> wrote:
> >
> > Subject: Maven for documentation
> >
> > http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/%3c447169D3.8020005@najdi.si%3e
> >
> >
> > On 16.6.2006 13:48, Felipe Gaúcho wrote:
> > > sorry, the link sent me to a page with hundred of entries.. which one ?
> > >
> > > On 6/16/06, Borut Bolčina <bo...@najdi.si> wrote:
> > >>
> > >> See my post
> > >>
> > http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/browser
> > >> which unfortunately no one commented on.
> > >>
> > >> Anyway, don't loose hope.
> > >> Borut
> > >>
> > >> On 16.6.2006 10:22, Felipe Gaúcho wrote:
> > >> > Dear friends,
> > >> >
> > >> > I'm trying to use the docbook plugin of maven 2.0.4.... but
> > >> something is
> > >> > getting wrong :)) any tip ?
> > >> >
> > >> > C:\ mvn --version
> > >> > Maven version: 2.0.4
> > >> >
> > >> > c:\ mvn plugin:download -DgroupId=maven-plugins
> > >> > -DartifactId=maven-sdocbook-plugin -Dversion=1.4.1
> > >> >
> > >> > [INFO] Scanning for projects...
> > >> > [INFO] Searching repository for plugin with prefix: 'help'.
> > >> > [INFO] org.apache.maven.plugins: checking for updates from central
> > >> > [INFO] org.codehaus.mojo: checking for updates from central
> > >> > [INFO] artifact org.apache.maven.plugins:maven-help-plugin:
> > >> checking for
> > >> > updates from central
> > >> > [INFO]
> > >> >
> > >>
> > ----------------------------------------------------------------------------
> > >>
> > >> >
> > >> > [INFO] Building Maven Default Project
> > >> > [INFO]    task-segment: [help:describe] (aggregator-style)
> > >> > [INFO]
> > >> >
> > >>
> > ----------------------------------------------------------------------------
> > >>
> > >> >
> > >> > [INFO] [help:describe]
> > >> > [INFO] Searching repository for plugin with prefix: 'install'.
> > >> > [INFO]
> > >> >
> > >>
> > ------------------------------------------------------------------------
> > >> > [ERROR] BUILD FAILURE
> > >> > [INFO]
> > >> >
> > >>
> > ------------------------------------------------------------------------
> > >> > [INFO] Plugin could not be found. If you believe it is correct, check
> > >> > your
> > >> > pluginGroups setting, and run with -U to update the remote
> > >> configuration
> > >> > [INFO]
> > >> >
> > >>
> > ------------------------------------------------------------------------
> > >> > [INFO] For more information, run Maven with the -e switch
> > >> > [INFO]
> > >> >
> > >>
> > ------------------------------------------------------------------------
> > >> > [INFO] Total time: 6 seconds
> > >> > [INFO] Finished at: Fri Jun 16 10:18:18 CEST 2006
> > >> > [INFO] Final Memory: 2M/5M
> > >> > [INFO]
> > >> >
> > >>
> > ------------------------------------------------------------------------
> > >> >
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > >> For additional commands, e-mail: users-help@maven.apache.org
> > >>
> > >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >