Jiri Vanek | 1 Feb 09:11
Picon
Favicon

Re: [RFC][icedtea-web] Use description param when creating a LaunchException

On 01/31/2012 09:59 PM, Danesh Dadachanji wrote:
> Hi,
>
> I stumbled onto this while throwing an exception in my patch for single instance with jnlp_href. We never
output the description parameter passed into the constructor of LaunchException. The message passed
into the super call doesn't include it so the user will never see it.
>
> I see no harm in adding the details to the message outputted when an exception is thrown. Currently, all the
values passed as description are either direct empty strings or localized keys that have no text. Can we
put it to some use? The patch mentioned above does so and perhaps this will encourage others to do so! =)
>
> ChangeLog:
> +2012-01-31 Danesh Dadachanji <ddadacha@...>
> +
> + * netx/net/sourceforge/jnlp/LaunchException.java: Add description
> + parameter to the message the exception stores.
> +
>
>
> Thoughts? Okay for HEAD?
>
> Cheers,
> Danesh

Nice. Approved. I think it should go to Head and 1.2.

J.

ptisnovs | 1 Feb 10:13
Favicon

/hg/MauveTestCoverage: 2012-02-01 Pavel Tisnovsky <ptisnovs <at> re...

changeset 5bc6733b29bd in /hg/MauveTestCoverage
details: http://icedtea.classpath.org/hg/MauveTestCoverage?cmd=changeset;node=5bc6733b29bd
author: ptisnovs
date: Wed Feb 01 10:24:45 2012 +0100

	2012-02-01 Pavel Tisnovsky <ptisnovs@...>

	 * src/ReportGenerator.java:
	        * templates/class_report.js:
	        * templates/class_template.html:
	        * templates/style.css: Added new functionality - methods
	coveraged by tests could be filtered in a generated class
	list (HTML page + JavaScript).
	        * path_to_rt_jar.txt: Updated path
	        * test_directory.txt: Updated path
	        * Makefile: Updated according to previous changes.

diffstat:

 ChangeLog                     |  15 +++++++
 Makefile                      |   1 +
 path_to_rt_jar.txt            |   2 +-
 src/ReportGenerator.java      |   8 +++-
 templates/class_report.js     |  88 +++++++++++++++++++++++++++++++++++++++++++
 templates/class_template.html |  10 ++++-
 templates/style.css           |   5 +-
 test_directory.txt            |   2 +-
 8 files changed, 125 insertions(+), 6 deletions(-)

diffs (208 lines):
(Continue reading)

ptisnovs | 1 Feb 10:26
Favicon

ptisnovs@...>

changeset 49ff22218b59 in /hg/gfx-test
details: http://icedtea.classpath.org/hg/gfx-test?cmd=changeset;node=49ff22218b59
author: Pavel Tisnovsky <ptisnovs@...>
date: Wed Feb 01 10:28:44 2012 +0100

	2012-02-01 Pavel Tisnovsky <ptisnovs@...>

	 * src/org/gfxtest/framework/CommonBitmapOperations.java:
	Added support for rendering flipped images.
	    * src/org/gfxtest/testsuites/BitBltMirrorImage.java: Basic test
	for rendering flipped images.

diffstat:

 ChangeLog                                             |   7 +
 src/org/gfxtest/framework/CommonBitmapOperations.java |  63 +++++++++++++++++
 src/org/gfxtest/testsuites/BitBltMirrorImage.java     |  68 +++++++++++++++++++
 3 files changed, 138 insertions(+), 0 deletions(-)

diffs (180 lines):

diff -r 5d9eed71daa9 -r 49ff22218b59 ChangeLog
--- a/ChangeLog	Fri Jan 27 14:47:46 2012 +0100
+++ b/ChangeLog	Wed Feb 01 10:28:44 2012 +0100
@@ -1,3 +1,10 @@
+2012-02-01  Pavel Tisnovsky  <ptisnovs@...>
+
+	* src/org/gfxtest/framework/CommonBitmapOperations.java:
+	Added support for rendering flipped images.
+	* src/org/gfxtest/testsuites/BitBltMirrorImage.java:
(Continue reading)

Andrew Hughes | 1 Feb 16:08
Picon
Favicon

Re: Wiki & Bugzilla Updates


----- Original Message -----
> On 01/31/2012 08:09 AM, Andrew Hughes wrote:
> > With the release of 1.11, I've updated the wiki and Bugzilla
> > accordingly.
> >
> > It is now possible to file bugs against 1.11 and target them for
> > 1.11.1.
> > I also added 8-hg which I noticed was missing.
> >
> 
> Thanks! I noticed this last night but I did not have the permissions
> to
> add these myself. I was going to ping you today about this :)
> 
> Cheers,
> Omair
> 
> 

Yeah, you need to get mjw to give you permissions. Just remember; with
great power comes great responsibility i.e. don't screw up the bug DB ;-)
--

-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07
(Continue reading)

Andrew Hughes | 1 Feb 16:10
Picon
Favicon

Re: Wiki & Bugzilla Updates

----- Original Message -----
> On 31/01/12 11:55 AM, Jiri Vanek wrote:
> > On 01/31/2012 05:00 PM, Omair Majid wrote:
> >> On 01/31/2012 08:09 AM, Andrew Hughes wrote:
> >>> With the release of 1.11, I've updated the wiki and Bugzilla
> >>> accordingly.
> >>>
> >>> It is now possible to file bugs against 1.11 and target them for
> >>> 1.11.1.
> >>> I also added 8-hg which I noticed was missing.
> >>>
> >>
> >> Thanks! I noticed this last night but I did not have the
> >> permissions
> >> to add these myself. I was going to ping you today about this :)
> >>
> >> Cheers,
> >> Omair
> >>
> >
> >
> > I think that also
> > http://icedtea.classpath.org/wiki/BuildRequirements
> > should be upgraded.
> >
> > As dependence on Xerxes and Xalan is no longer valid, and was
> > repalced
> > by xsltproc (In Fedora hidden under libxslt).
> >
> > In rpm I have removed build requires xalan-j2 and xerces-j2 and
(Continue reading)

Jiri Vanek | 1 Feb 16:15
Picon
Favicon

Re: Wiki & Bugzilla Updates

On 02/01/2012 04:10 PM, Andrew Hughes wrote:
> ----- Original Message -----
>> On 31/01/12 11:55 AM, Jiri Vanek wrote:
>>> On 01/31/2012 05:00 PM, Omair Majid wrote:
>>>> On 01/31/2012 08:09 AM, Andrew Hughes wrote:
>>>>> With the release of 1.11, I've updated the wiki and Bugzilla
>>>>> accordingly.
>>>>>
>>>>> It is now possible to file bugs against 1.11 and target them for
>>>>> 1.11.1.
>>>>> I also added 8-hg which I noticed was missing.
>>>>>
>>>>
>>>> Thanks! I noticed this last night but I did not have the
>>>> permissions
>>>> to add these myself. I was going to ping you today about this :)
>>>>
>>>> Cheers,
>>>> Omair
>>>>
>>>
>>>
>>> I think that also
>>> http://icedtea.classpath.org/wiki/BuildRequirements
>>> should be upgraded.
>>>
>>> As dependence on Xerxes and Xalan is no longer valid, and was
>>> repalced
>>> by xsltproc (In Fedora hidden under libxslt).
>>>
(Continue reading)

andrew | 1 Feb 16:15
Favicon

/hg/icedtea6: Sync 1.11 NEWS with 1.11 branch.

changeset b442e48932cf in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b442e48932cf
author: Andrew John Hughes <ahughes@...>
date: Wed Feb 01 15:15:10 2012 +0000

	Sync 1.11 NEWS with 1.11 branch.

	2012-02-01 Andrew John Hughes <ahughes@...>

	 * NEWS: Sync with 1.11 branch.

diffstat:

 ChangeLog |  4 ++++
 NEWS      |  4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r efaffd693af8 -r b442e48932cf ChangeLog
--- a/ChangeLog	Tue Jan 31 12:21:44 2012 +0000
+++ b/ChangeLog	Wed Feb 01 15:15:10 2012 +0000
@@ -1,3 +1,7 @@
+2012-02-01  Andrew John Hughes  <ahughes@...>
+
+	* NEWS: Sync with 1.11 branch.
+
 2012-01-31  Andrew Haley  <aph@...>

 	* arm_port/hotspot/src/cpu/zero/vm/cppInterpreter_arm.S
(Continue reading)

Danesh Dadachanji | 1 Feb 16:46
Picon
Favicon

Re: Wiki & Bugzilla Updates

On 01/02/12 10:10 AM, Andrew Hughes wrote:
> ----- Original Message -----
[snip]

>> (I've got backports of icedtea6's changeset in review for 6-1.10 and
>> 6-1.9 so that's probably where the confusion came in =)  )
>
> I thought we decided not to backport?  Any chance of a link to this?
>

It didn't quite finish, I never got a final response to my justification 
of the patch! =( Link to email:

http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-December/016557.html

bugzilla | 1 Feb 17:25
Favicon

[Bug 865] New: Patching fails with patches/ecj/jaxws-getdtdtype.patch

http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=865

             Bug #: 865
           Summary: Patching fails with patches/ecj/jaxws-getdtdtype.patch
    Classification: Unclassified
           Product: IcedTea
           Version: 6-1.11
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Bootstrapping
        AssignedTo: ahughes@...
        ReportedBy: stefan@...
                CC: unassigned@...

When I forget to specify --with-jdk-home=/usr/lib/jvm/java-1.6.0-openjdk on my
old Fedora 10 i386 box, the build fails. I guess this is because gcj is chosen
as the JDK. The build works fine with said JDK home.

The symptom is exactly the same as in bug #744.

Log excerpt:

checking build identification... Built on Fedora release 10 (Cambridge) (Wed
Feb  1 17:19:21 CE
T 2012)
checking whether to build a bootstrap version first... yes
checking for a JDK home directory... /usr/lib/jvm/java-gcj
(Continue reading)

bugzilla | 1 Feb 17:31
Favicon

[Bug 865] Patching fails with patches/ecj/jaxws-getdtdtype.patch

http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=865

--- Comment #1 from Stefan Ring <stefan@...>
2012-02-01 16:31:35 UTC ---
Build log: http://dl.dropbox.com/u/5338701/dev/icedtea-1.11-log

--

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Gmane