https://issues.apache.org/bugzilla/show_bug.cgi?id=43114
Marek Novotny <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
Severity|minor |major
--- Comment #11 from Marek Novotny <[EMAIL PROTECTED]> 2008-09-09 00:29:46 PST
---
(In reply to comment #8)
> Our build scenario is as follows:
>
> 1. Copy the complete source tree to a temporary location.
> 2. Compile everything in the temporary location.
>
> After upgrading from 1.7.0 to 1.7.1, our package-info.java files don't get
> compiled any more, and this breaks our JAXB code. The reason for this may be
> because the copy preserves the file timestamps but not the folder timestamps,
> the latter are therefore more recent. Due to this change in behavior, we
> cannot
> use 1.7.1 at this point.
>
> With all this said, I personally don't understand how this change went into
> 1.7.1. Peter Reilly stated on April 18 that the change committed introduced
> serious regression and that this had to be resolved before releasing 1.7.1. I
> suspect this has not been done because the bug is still open.
>
> I strongly urge you to reconsider the changes for 1.7.2.
>
I have the similar issue, I tried build with ant 1.7.1 and some
package-info.java files weren't compiled at all even if in debug log ant says
that this file will be compiled. Concrete compiled class isn't there, I mean in
output dir for compiled classes. Ant 1.7.0 works fine. I can't believe that
this change is only marked as minor, because for me it is blocker for using
1.7.1 version.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.