Feature Requests item #456468, was opened at 2001-08-29 03:29
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=456468&group_id=31602

Category: None
Group: None
>Status: Closed
Priority: 5
Submitted By: Andrew Stevens (stevensa)
Assigned to: Konstantin Pribluda (ko5tik)
Summary: @xdoclet-generated tag

Initial Comment:
If I don't use an excludedtags parameter in my 
ejbdoclet task, then nothing in the generated file 
indicates which version of xdoclet it was produced 
by.  Perhaps the xdoclet version (and maybe xdoclet's 
build date/time) could be added to the @xdoclet-
generated tag that gets added to generated files?

This could then be used to automatically regenerate 
files from old versions/builds when xdoclet is 
updated.  Currently, when I copy over a newer version 
of xdoclet (to take account of bug fixes and make 
other improvements) into my project, it does nothing 
until I modify each of my source files because of the 
timestamp comparison.

----------------------------------------------------------------------

Comment By: Konstantin Pribluda (ko5tik)
Date: 2001-09-03 06:17

Message:
Logged In: YES 
user_id=91100

@xdoclet-generated is used primarily to avoid
processing of class files generated by xdoclet 
in case somebody decides to keep generated files
together with sources. 

So, if you do not do this ( say, separate directories )
xdoclet never sees any @xdoclet-generated tags ->
it cannot decide whether to process file again. 

easy workaround would be just clearing all generated 
sources in case you get new doclet verison. 

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=456468&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to