You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Erik Hatcher <ja...@ehatchersolutions.com> on 2003/05/23 22:35:42 UTC

Re: Any docs/tips/info on xdocs ?

If you share some details of what you tried and what failed perhaps we 
could help.  :)

You will need to bump up your JVM memory (-Xmx256m or so) for it to 
work, at the very least.

	Erik



On Friday, May 23, 2003, at 04:54  PM, Tarun Ramakrishna Elankath wrote:
> Hi,
>
> Is there any documentation on xdocs (which is in the proposal stage in
> ant cvs ) ?
>
> I got the latest ant from cvs and attempted to build xdocs, but the
> build failed.
>
> The reason I ask is because cpptasks (of Ant Contrib) depends on xdocs
> for its task and type documentation, and I am unable to get that to
> build either because of xdocs failing.
>
> Any tips/pointers/suggestions would be appreciated,
> Tarun
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>


Re: Any docs/tips/info on xdocs ?

Posted by Erik Hatcher <ja...@ehatchersolutions.com>.
Tarun,

The ideal way to run xdocs is to use a version of Ant that is built 
from the current code you are processing.  The fuller version of Ant 
you have (i.e. all the optional dependencies in place) the more docs 
it'll generate.  Using 'ant -diagnostics' shows a lot of what to expect.

This really shouldn't be an issue if you are pointing the source tree 
processed to the ant-contrib codebase though.

Please share more details when you report things like classnotfound 
exceptions so we have more info to go on.

	Erik


On Friday, May 23, 2003, at 05:40  PM, Tarun Ramakrishna Elankath wrote:
> Sorry about that. (its 3:00am here and I am groggy) and thank you - 
> your
> suggestion worked! :-)
> It was giving the strange error:
> BUILD FAILED
> Listener attempted to access System.out - infinite loop terminated
>
> After increasing the memory I get a few classnotfound exceptions. I
> forgot xdocs needs the optiontal tasks. I'll put them in tommorow and
> see what gives.
>
> Thanks,
> Tarun
>
>
>
> On Sat, 2003-05-24 at 02:05, Erik Hatcher wrote:
>> If you share some details of what you tried and what failed perhaps we
>> could help.  :)
>>
>> You will need to bump up your JVM memory (-Xmx256m or so) for it to
>> work, at the very least.
>>
>> 	Erik
>>
>>
>>
>> On Friday, May 23, 2003, at 04:54  PM, Tarun Ramakrishna Elankath 
>> wrote:
>>> Hi,
>>>
>>> Is there any documentation on xdocs (which is in the proposal stage 
>>> in
>>> ant cvs ) ?
>>>
>>> I got the latest ant from cvs and attempted to build xdocs, but the
>>> build failed.
>>>
>>> The reason I ask is because cpptasks (of Ant Contrib) depends on 
>>> xdocs
>>> for its task and type documentation, and I am unable to get that to
>>> build either because of xdocs failing.
>>>
>>> Any tips/pointers/suggestions would be appreciated,
>>> Tarun
>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
>>> For additional commands, e-mail: user-help@ant.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
>> For additional commands, e-mail: user-help@ant.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>


Re: Any docs/tips/info on xdocs ?

Posted by Tarun Ramakrishna Elankath <ta...@webkadai.com>.
Sorry about that. (its 3:00am here and I am groggy) and thank you - your
suggestion worked! :-)
It was giving the strange error:
BUILD FAILED
Listener attempted to access System.out - infinite loop terminated

After increasing the memory I get a few classnotfound exceptions. I
forgot xdocs needs the optiontal tasks. I'll put them in tommorow and
see what gives.

Thanks,
Tarun



On Sat, 2003-05-24 at 02:05, Erik Hatcher wrote:
> If you share some details of what you tried and what failed perhaps we 
> could help.  :)
> 
> You will need to bump up your JVM memory (-Xmx256m or so) for it to 
> work, at the very least.
> 
> 	Erik
> 
> 
> 
> On Friday, May 23, 2003, at 04:54  PM, Tarun Ramakrishna Elankath wrote:
> > Hi,
> >
> > Is there any documentation on xdocs (which is in the proposal stage in
> > ant cvs ) ?
> >
> > I got the latest ant from cvs and attempted to build xdocs, but the
> > build failed.
> >
> > The reason I ask is because cpptasks (of Ant Contrib) depends on xdocs
> > for its task and type documentation, and I am unable to get that to
> > build either because of xdocs failing.
> >
> > Any tips/pointers/suggestions would be appreciated,
> > Tarun
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> > For additional commands, e-mail: user-help@ant.apache.org
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
> 
>