Hi,

I don't quite understand what you're saying... Do you want to set fork to
true or false? Setting it to true has resulted in several problems lately:
LinkageError for XML parsers (when XDoclet tries to validate generated XML)
and tagdefs being lost during module loading (because tag handlers are
registered _before_ the fork).

I guess if you know how to avoid these two problems, it's ok to let
XJavaDocTask (and its subclasses like DocletTask) use optional
forking. -Otherwise, IMHO, no. Why? -Because fully functional XDoclet is
more important than fully functional XDoclet GUI.

It should be possible to get XDoclet GUI to work without forking too.

Vincent disabled the ability to set fork to true a couple of days ago. I
just enhanced the code a bit so that the user will get a BuildException if
he tries to set it to true (instead of silently setting fork to false, and
not notifying the user).

Aslak

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Konstantin Priblouda
> Sent: 4. mai 2002 18:20
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] xjavadoc fork - it works for me...
>
>
> Hi guys,
> removing fork ( hardwiring it to false ) was it really
> necessary?
>
> On java 1.2.0_02 on linux it was not a problem.
> ( i resurrected it, and it works )
>
> And disabling fork introduces problems with running
> GUI out of the xjavadoc ( no log4j properties anymore,
>
> no proper XML parser... )
>
> what do you think about?
>
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
> _______________________________________________
> Xdoclet-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-devel


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to