You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Jean T. Anderson (JIRA)" <de...@db.apache.org> on 2006/09/24 01:51:22 UTC

[jira] Created: (DERBY-1885) The source distribution for 10.2.1.4 rc1includes derby.log files

The source distribution for 10.2.1.4 rc1includes derby.log files
----------------------------------------------------------------

                 Key: DERBY-1885
                 URL: http://issues.apache.org/jira/browse/DERBY-1885
             Project: Derby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: 10.2.1.4
            Reporter: Jean T. Anderson
            Priority: Trivial


The db-derby-10.2.1.4-src release candidate built on 9/22/06 includes derby.log files.

  db-derby-10.2.1.4-src/derby.log
  db-derby-10.2.1.4-src/java/demo/toursdb/derby.log

File sizes:
 $ ls -l derby.log
  -rw-rw-r--  1 jta jta 767545 Sep 22 16:12 derby.log
  $ ls -l java/demo/toursdb/derby.log
  -rw-r--r--  1 jta jta 542 Sep 22 14:28 java/demo/toursdb/derby.log

If the release candidates need to be rebuilt, it would be good to remove those derby.log files, but it doesn't harm anything to have them in there (just consumes a little space).

The db-derby-10.2.1.4-lib and db-derby-10.2.1.4-bin distributions don't have these files.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1885) The source distribution for 10.2.1.4 rc1 includes derby.log files

Posted by "Rick Hillegas (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1885?page=all ]

Rick Hillegas updated DERBY-1885:
---------------------------------

    Attachment: derby-1885-v01.diff

Commit derby-1885-v01 at subversion revision 451432. This is what Andrew just suggested.

> The source distribution for 10.2.1.4 rc1 includes derby.log files
> -----------------------------------------------------------------
>
>                 Key: DERBY-1885
>                 URL: http://issues.apache.org/jira/browse/DERBY-1885
>             Project: Derby
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 10.2.1.5
>            Reporter: Jean T. Anderson
>            Priority: Trivial
>         Attachments: derby-1885-v01.diff
>
>
> The db-derby-10.2.1.4-src release candidate built on 9/22/06 includes derby.log files.
>   db-derby-10.2.1.4-src/derby.log
>   db-derby-10.2.1.4-src/java/demo/toursdb/derby.log
> File sizes:
>  $ ls -l derby.log
>   -rw-rw-r--  1 jta jta 767545 Sep 22 16:12 derby.log
>   $ ls -l java/demo/toursdb/derby.log
>   -rw-r--r--  1 jta jta 542 Sep 22 14:28 java/demo/toursdb/derby.log
> If the release candidates need to be rebuilt, it would be good to remove those derby.log files, but it doesn't harm anything to have them in there (just consumes a little space).
> The db-derby-10.2.1.4-lib and db-derby-10.2.1.4-bin distributions don't have these files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-1885) The source distribution for 10.2.1.4 rc1 includes derby.log files

Posted by "Jean T. Anderson (JIRA)" <de...@db.apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-1885?page=all ]

Jean T. Anderson updated DERBY-1885:
------------------------------------

    Summary: The source distribution for 10.2.1.4 rc1 includes derby.log files  (was: The source distribution for 10.2.1.4 rc1includes derby.log files)

> The source distribution for 10.2.1.4 rc1 includes derby.log files
> -----------------------------------------------------------------
>
>                 Key: DERBY-1885
>                 URL: http://issues.apache.org/jira/browse/DERBY-1885
>             Project: Derby
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 10.2.1.4
>            Reporter: Jean T. Anderson
>            Priority: Trivial
>
> The db-derby-10.2.1.4-src release candidate built on 9/22/06 includes derby.log files.
>   db-derby-10.2.1.4-src/derby.log
>   db-derby-10.2.1.4-src/java/demo/toursdb/derby.log
> File sizes:
>  $ ls -l derby.log
>   -rw-rw-r--  1 jta jta 767545 Sep 22 16:12 derby.log
>   $ ls -l java/demo/toursdb/derby.log
>   -rw-r--r--  1 jta jta 542 Sep 22 14:28 java/demo/toursdb/derby.log
> If the release candidates need to be rebuilt, it would be good to remove those derby.log files, but it doesn't harm anything to have them in there (just consumes a little space).
> The db-derby-10.2.1.4-lib and db-derby-10.2.1.4-bin distributions don't have these files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-1885) The source distribution for 10.2.1.4 rc1 includes derby.log files

Posted by "Andrew McIntyre (JIRA)" <de...@db.apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-1885?page=comments#action_12438783 ] 
            
Andrew McIntyre commented on DERBY-1885:
----------------------------------------

I think this could now be easily handled by adding **/derby.log to the list of src-excludes.

> The source distribution for 10.2.1.4 rc1 includes derby.log files
> -----------------------------------------------------------------
>
>                 Key: DERBY-1885
>                 URL: http://issues.apache.org/jira/browse/DERBY-1885
>             Project: Derby
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 10.2.1.5
>            Reporter: Jean T. Anderson
>            Priority: Trivial
>
> The db-derby-10.2.1.4-src release candidate built on 9/22/06 includes derby.log files.
>   db-derby-10.2.1.4-src/derby.log
>   db-derby-10.2.1.4-src/java/demo/toursdb/derby.log
> File sizes:
>  $ ls -l derby.log
>   -rw-rw-r--  1 jta jta 767545 Sep 22 16:12 derby.log
>   $ ls -l java/demo/toursdb/derby.log
>   -rw-r--r--  1 jta jta 542 Sep 22 14:28 java/demo/toursdb/derby.log
> If the release candidates need to be rebuilt, it would be good to remove those derby.log files, but it doesn't harm anything to have them in there (just consumes a little space).
> The db-derby-10.2.1.4-lib and db-derby-10.2.1.4-bin distributions don't have these files.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DERBY-1885) The source distribution for 10.2.1.4 rc1 includes derby.log files

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden resolved DERBY-1885.
-----------------------------------

    Resolution: Fixed

Looks like this is fixed.


> The source distribution for 10.2.1.4 rc1 includes derby.log files
> -----------------------------------------------------------------
>
>                 Key: DERBY-1885
>                 URL: https://issues.apache.org/jira/browse/DERBY-1885
>             Project: Derby
>          Issue Type: Bug
>          Components: Miscellaneous
>    Affects Versions: 10.2.1.6
>            Reporter: Jean T. Anderson
>            Priority: Trivial
>         Attachments: derby-1885-v01.diff
>
>
> The db-derby-10.2.1.4-src release candidate built on 9/22/06 includes derby.log files.
>   db-derby-10.2.1.4-src/derby.log
>   db-derby-10.2.1.4-src/java/demo/toursdb/derby.log
> File sizes:
>  $ ls -l derby.log
>   -rw-rw-r--  1 jta jta 767545 Sep 22 16:12 derby.log
>   $ ls -l java/demo/toursdb/derby.log
>   -rw-r--r--  1 jta jta 542 Sep 22 14:28 java/demo/toursdb/derby.log
> If the release candidates need to be rebuilt, it would be good to remove those derby.log files, but it doesn't harm anything to have them in there (just consumes a little space).
> The db-derby-10.2.1.4-lib and db-derby-10.2.1.4-bin distributions don't have these files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.