public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/24587]  New: libgcj should set gnu.classpath.version system property
@ 2005-10-30 18:17 mark at gcc dot gnu dot org
  2005-10-30 18:35 ` [Bug libgcj/24587] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-10-30 18:17 UTC (permalink / raw)
  To: java-prs

When a new version of GNU Classpath is imported gnu.classpath.version should be
set by libgcj to indicate which version of GNU Classpath it is using. This is
used in a couple of places (for example the http.agent property).


-- 
           Summary: libgcj should set gnu.classpath.version system property
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mark at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24587


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/24587] libgcj should set gnu.classpath.version system property
  2005-10-30 18:17 [Bug libgcj/24587] New: libgcj should set gnu.classpath.version system property mark at gcc dot gnu dot org
@ 2005-10-30 18:35 ` pinskia at gcc dot gnu dot org
  2005-11-08 21:11 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 18:35 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-30 18:35 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-30 18:35:20
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24587


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/24587] libgcj should set gnu.classpath.version system property
  2005-10-30 18:17 [Bug libgcj/24587] New: libgcj should set gnu.classpath.version system property mark at gcc dot gnu dot org
  2005-10-30 18:35 ` [Bug libgcj/24587] " pinskia at gcc dot gnu dot org
@ 2005-11-08 21:11 ` tromey at gcc dot gnu dot org
  2005-11-08 21:58 ` tromey at gcc dot gnu dot org
  2005-11-08 22:00 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-11-08 21:11 UTC (permalink / raw)
  To: java-prs



-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-10-30 18:35:20         |2005-11-08 21:11:33
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24587


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/24587] libgcj should set gnu.classpath.version system property
  2005-10-30 18:17 [Bug libgcj/24587] New: libgcj should set gnu.classpath.version system property mark at gcc dot gnu dot org
  2005-10-30 18:35 ` [Bug libgcj/24587] " pinskia at gcc dot gnu dot org
  2005-11-08 21:11 ` tromey at gcc dot gnu dot org
@ 2005-11-08 21:58 ` tromey at gcc dot gnu dot org
  2005-11-08 22:00 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-11-08 21:58 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2005-11-08 21:58 -------
Subject: Bug 24587

Author: tromey
Date: Tue Nov  8 21:58:43 2005
New Revision: 106659

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106659
Log:
        PR libgcj/24587:
        * gnu/classpath/SystemProperties.java: Set gnu.classpath.version.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/gnu/classpath/SystemProperties.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24587


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libgcj/24587] libgcj should set gnu.classpath.version system property
  2005-10-30 18:17 [Bug libgcj/24587] New: libgcj should set gnu.classpath.version system property mark at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-08 21:58 ` tromey at gcc dot gnu dot org
@ 2005-11-08 22:00 ` tromey at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-11-08 22:00 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2005-11-08 22:00 -------
Fixed.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24587


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-08 22:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-30 18:17 [Bug libgcj/24587] New: libgcj should set gnu.classpath.version system property mark at gcc dot gnu dot org
2005-10-30 18:35 ` [Bug libgcj/24587] " pinskia at gcc dot gnu dot org
2005-11-08 21:11 ` tromey at gcc dot gnu dot org
2005-11-08 21:58 ` tromey at gcc dot gnu dot org
2005-11-08 22:00 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).