You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hivemind.apache.org by belaran <be...@gmail.com> on 2005/05/24 18:44:40 UTC

Hivedoc generation

Hi, 

I've tried to generate hive doc, so i place some little sentences in my 
hivemodule.xml, between the specified xml tags and i run my app. I got no 
error, everything is going just fine... but i'va no doc generated ! 

Where should I look ?

Re: [jira] Enhancement Request: HiveDoc

Posted by Knut Wannheden <kn...@gmail.com>.
Belaran,

On 5/25/05, belaran <be...@gmail.com> wrote:
> Hivedoc could be a key addition if worked as described in the
> documentation.... So I think it should be a priority.
> 

By "add an enhancement request to JIRA" I was actually asking if you
could report this using HiveMind's issue tracker :-)
http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10500

Regards,

--knut

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org


[jira] Enhancement Request: HiveDoc

Posted by belaran <be...@gmail.com>.
Hivedoc could be a key addition if worked as described in the 
documentation.... So I think it should be a priority.

2005/5/25, Knut Wannheden <kn...@gmail.com>:
> 
> Belaran,
> 
> For now you'll have to dig in the HiveMind build files... HiveMind
> provides an Ant task which serializes the contents of a registry as a
> single XML file (it's basically a concatentation of all module
> descriptors wrapped in a <registry> element). Then there is an XSLT
> stylesheet which when applied generates the HTML HiveDoc out of this.
> 
> Could you add an enhancement request to JIRA so this won't get forgotten?
> 
> Regards,
> 
> --knut
> 
> On 5/24/05, belaran <be...@gmail.com> wrote:
> > Hi,
> >
> > I've tried to generate hive doc, so i place some little sentences in my
> > hivemodule.xml, between the specified xml tags and i run my app. I got 
> no
> > error, everything is going just fine... but i'va no doc generated !
> >
> > Where should I look ?
> >
> >
> >
>

Re: Hivedoc generation

Posted by Knut Wannheden <kn...@gmail.com>.
Belaran,

On 5/25/05, belaran <be...@gmail.com> wrote:
> When you said that's hivemind provide an ant task, it's means, that we have
> to run hivemind with Ant to generate the xml files ? Or should i run this
> task by myself ?
> 

What you have to do is run the HiveDoc generation using Ant. Take a
look at the hivedoc-report.xml Ant buildfile for details.

You could of course also run the HiveDoc generator without the use of
Ant, as a plain Java application. But for this you'll have to take a
look at how the Ant task is implemented ;-)

--knut

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org


Re: Hivedoc generation

Posted by Knut Wannheden <kn...@gmail.com>.
Belaran,

For now you'll have to dig in the HiveMind build files... HiveMind
provides an Ant task which serializes the contents of a registry as a
single XML file (it's basically a concatentation of all module
descriptors wrapped in a <registry> element). Then there is an XSLT
stylesheet which when applied generates the HTML HiveDoc out of this.

Could you add an enhancement request to JIRA so this won't get forgotten?

Regards,

--knut

On 5/24/05, belaran <be...@gmail.com> wrote:
> Hi, 
>  
>  I've tried to generate hive doc, so i place some little sentences in my
> hivemodule.xml, between the specified xml tags and i run my app. I got no
> error, everything is going just fine... but i'va no doc generated ! 
>  
>  Where should I look ?
>  
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-user-help@jakarta.apache.org