The following comment has been added to this issue:

     Author: Andrew Stevens
    Created: Fri, 3 Jun 2005 6:07 PM
       Body:
I'm not sure, but it might be that your ejbdoclet task in including the 
C:\EJBuilder\build\src directory in its sources filelist.  So, when 
XJavadoc/XDoclet initialises and builds the initial list of files to be parsed, 
that includes any previously generated EBL files.  However, by the time it 
actually comes to parse those files, you've already regenerated new ones.  
Since parsing files while something is changing them is obviously risky, the 
parser bombs out with the error message about timestamps instead.  I suspect 
when the problem went away later, that was because you'd done an "ant clean"; 
the subsequent run therefore doesn't find the EBL files, so won't complain that 
they've changed.

At least, that's my theory.  Am I at all close?

---------------------------------------------------------------------
View this comment:
  
http://opensource.atlassian.com/projects/xdoclet/browse/XJD-61?page=comments#action_16660

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XJD-61

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XJD-61
    Summary: XJavaDoc  reporting bogus timestamp issue
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XJavaDoc

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Rod Macpherson

    Created: Thu, 2 Jun 2005 3:04 PM
    Updated: Fri, 3 Jun 2005 6:07 PM

Description:
When running ejbdoclet I get a slew of errors of this form during the 
deployment descriptor create part of ejbdoclet. 

[ejbdoclet] XJavaDoc Ignoring class com.acme.entity.FoobarEBL in 
C:\EJBuilder\build\src\com\acme\entity\FoobarEBL.java. It was generated (Thu 
Jun 02 12:47:25 PDT 2005) after XJavaDoc's timestamp was reset (Thu Jun 02 
12:46:57 PDT 2005)

The *EBL files are generated by the ejbdoclet task that also generates the 
deployment descriptors. 


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to