Dan,
Those files look reasonable, from a Mercurial perspective. I thought we
were worried
about files with weird names in the langtools repository, such as
openjdk/langtools/.hgignore#1 - add default change (text)
openjdk//langtools/.hgtags#1 - add default change (text)
Arguably, these files you are seeing should be removed from the source
bundle as well. Kelly?
-- Jon
Dan Grove wrote:
Hi Jon-
Here's what I get when I unzip the b28 build:
find . -name .hg\*
./openjdk/.hgignore
./openjdk/.hgtags
./openjdk/corba/.hgignore
./openjdk/corba/.hgtags
./openjdk/hotspot/.hgignore
./openjdk/hotspot/.hgtags
./openjdk/jaxp/.hgignore
./openjdk/jaxp/.hgtags
./openjdk/jaxws/.hgignore
./openjdk/jaxws/.hgtags
./openjdk/jdk/.hgignore
./openjdk/jdk/.hgtags
./openjdk/langtools/.hgignore
./openjdk/langtools/.hgtags
On Tue, Jun 10, 2008 at 4:30 PM, Jonathan Gibbons
<[EMAIL PROTECTED]> wrote:
Kelly O'Hair wrote:
Dan Grove wrote:
In addition, it seems that there's some new stuff that's been left in
the tarball like this:
openjdk/langtools/.hgignore#1 - add default change (text)
openjdk//langtools/.hgtags#1 - add default change (text)
openjdk//langtools/.jcheck/conf#1 - add default change (text)
Humm.. probably should not be there, but harmless. I'll CC Jonathan
maybe he will do something here, or comment.
I've no idea what these files are or where they've come from. I've just
tried a fresh clean pull from tl/langtools and do not see any files like
these.
-- Jon