public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/19611] New: create 'sources.zip' for use in eclipse
@ 2005-01-24 20:25 tromey at gcc dot gnu dot org
  2005-01-24 20:40 ` [Bug libgcj/19611] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-01-24 20:25 UTC (permalink / raw)
  To: java-prs

It would be handy for the libgcj build to create a
'sources.zip' holding all the sources to libgcj.
Eclipse could then use this to let the user easily view
core library sources.
Perhaps this could be optional so that it isn't built
by default; not everybody cares about this.

-- 
           Summary: create 'sources.zip' for use in eclipse
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug libgcj/19611] create 'sources.zip' for use in eclipse
  2005-01-24 20:25 [Bug libgcj/19611] New: create 'sources.zip' for use in eclipse tromey at gcc dot gnu dot org
@ 2005-01-24 20:40 ` pinskia at gcc dot gnu dot org
  2005-01-26  0:37 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-24 20:40 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-24 20:40 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-24 20:40:32
               date|                            |


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


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

* [Bug libgcj/19611] create 'sources.zip' for use in eclipse
  2005-01-24 20:25 [Bug libgcj/19611] New: create 'sources.zip' for use in eclipse tromey at gcc dot gnu dot org
  2005-01-24 20:40 ` [Bug libgcj/19611] " pinskia at gcc dot gnu dot org
@ 2005-01-26  0:37 ` tromey at gcc dot gnu dot org
  2005-02-08 14:37 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-01-26  0:37 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-01-26 00:37 -------
I'm handling this


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug libgcj/19611] create 'sources.zip' for use in eclipse
  2005-01-24 20:25 [Bug libgcj/19611] New: create 'sources.zip' for use in eclipse tromey at gcc dot gnu dot org
  2005-01-24 20:40 ` [Bug libgcj/19611] " pinskia at gcc dot gnu dot org
  2005-01-26  0:37 ` tromey at gcc dot gnu dot org
@ 2005-02-08 14:37 ` cvs-commit at gcc dot gnu dot org
  2005-02-08 14:41 ` tromey at gcc dot gnu dot org
  2005-02-20 22:33 ` doko at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-08 14:37 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-07 20:20 -------
Subject: Bug 19611

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2005-02-07 20:20:02

Modified files:
	libjava        : ChangeLog Makefile.am Makefile.in 

Log message:
	PR libgcj/19611:
	* Makefile.in: Rebuilt.
	* Makefile.am (src.zip): New target.
	(install-src.zip): Likewise.
	(sourcesdir): New variable.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3306&r2=1.3307
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&r1=1.441&r2=1.442
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.471&r2=1.472



-- 


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


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

* [Bug libgcj/19611] create 'sources.zip' for use in eclipse
  2005-01-24 20:25 [Bug libgcj/19611] New: create 'sources.zip' for use in eclipse tromey at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-02-08 14:37 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-08 14:41 ` tromey at gcc dot gnu dot org
  2005-02-20 22:33 ` doko at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-02-08 14:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-02-07 20:27 -------
I checked in a patch for this.


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


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


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

* [Bug libgcj/19611] create 'sources.zip' for use in eclipse
  2005-01-24 20:25 [Bug libgcj/19611] New: create 'sources.zip' for use in eclipse tromey at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-02-08 14:41 ` tromey at gcc dot gnu dot org
@ 2005-02-20 22:33 ` doko at debian dot org
  4 siblings, 0 replies; 6+ messages in thread
From: doko at debian dot org @ 2005-02-20 22:33 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From doko at debian dot org  2005-02-20 19:56 -------
When installed in a common place (/usr/share), the name src-4.0.0.zip is
ambiguous. ok to change that to libgcj-src-4.0.0.zip?

    Matthias


-- 


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


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

end of thread, other threads:[~2005-02-20 19:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-24 20:25 [Bug libgcj/19611] New: create 'sources.zip' for use in eclipse tromey at gcc dot gnu dot org
2005-01-24 20:40 ` [Bug libgcj/19611] " pinskia at gcc dot gnu dot org
2005-01-26  0:37 ` tromey at gcc dot gnu dot org
2005-02-08 14:37 ` cvs-commit at gcc dot gnu dot org
2005-02-08 14:41 ` tromey at gcc dot gnu dot org
2005-02-20 22:33 ` doko at debian 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).