/hg/icedtea-web: Add resources.jar to classpath

Jiri Vanek jvanek at redhat.com
Tue May 22 07:32:33 PDT 2012


On 04/24/2012 08:45 PM, omajid at icedtea.classpath.org wrote:
I would like to backport this to 1.2. Possible?
Patch applies with few offsets (-7,-23,-24,-25) corrctly and I will reuse changelog.
It is long enough in head IMHO.

J.



> changeset 82e908d46d70 in /hg/icedtea-web
> details:http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=82e908d46d70
> author: Omair Majid<omajid at redhat.com>
> date: Tue Apr 24 14:43:34 2012 -0400
>
> 	Add resources.jar to classpath
>
> 	2012-04-24  Omair Majid<omajid at redhat.com>
>
> 	* Makefile.am
> 	       (RUNTIME): Add resources.jar.
> 	       (stamps/run-unit-test-code-coverage.stamp) [WITH_EMMA]: Add resouces.jar
> 	       to classpath.
> 	       (stamps/run-reproducers-test-code-coverage.stamp) [WITH_EMMA]: Include
> 	       resources.jar in classpath.
> 	       (stamps/bootstrap-directory.stamp): Create a link to resources.jar in
> 	       BOOT_DIR.
>
>
> diffstat:
>
>   ChangeLog   |  11 +++++++++++
>   Makefile.am |   9 ++++++++-
>   2 files changed, 19 insertions(+), 1 deletions(-)
>
> diffs (58 lines):
>
> diff -r a1c138829627 -r 82e908d46d70 ChangeLog
> --- a/ChangeLog	Fri Apr 20 17:17:59 2012 +0200
> +++ b/ChangeLog	Tue Apr 24 14:43:34 2012 -0400
> @@ -1,3 +1,14 @@
> +2012-04-24  Omair Majid<omajid at redhat.com>
> +
> +	* Makefile.am
> +	(RUNTIME): Add resources.jar.
> +	(stamps/run-unit-test-code-coverage.stamp) [WITH_EMMA]: Add resouces.jar
> +	to classpath.
> +	(stamps/run-reproducers-test-code-coverage.stamp) [WITH_EMMA]: Include
> +	resources.jar in classpath.
> +	(stamps/bootstrap-directory.stamp): Create a link to resources.jar in
> +	BOOT_DIR.
> +
>   2012-04-19  Omair Majid<omajid at redhat.com>
>
>   	PR918: java applet windows uses a low resulution black/white icon
> diff -r a1c138829627 -r 82e908d46d70 Makefile.am
> --- a/Makefile.am	Fri Apr 20 17:17:59 2012 +0200
> +++ b/Makefile.am	Tue Apr 24 14:43:34 2012 -0400
> @@ -45,7 +45,7 @@
>     RHINO_RUNTIME=
>   endif
>
> -RUNTIME = $(BOOT_DIR)/jre/lib/rt.jar:$(BOOT_DIR)/jre/lib/jsse.jar$(RHINO_RUNTIME)
> +RUNTIME = $(BOOT_DIR)/jre/lib/rt.jar:$(BOOT_DIR)/jre/lib/jsse.jar$(RHINO_RUNTIME):$(BOOT_DIR)/jre/lib/resources.jar
>
>   # Flags
>   IT_CFLAGS=$(CFLAGS) $(ARCHFLAG)
> @@ -661,6 +661,7 @@
>   	 -cp $(JUNIT_RUNNER_JAR) \
>   	 -cp $(BOOT_DIR)/jre/lib/rt.jar \
>   	 -cp $(BOOT_DIR)/jre/lib/jsse.jar \
> +	 -cp $(BOOT_DIR)/jre/lib/resources.jar \
>   	 -cp $(RHINO_RUNTIME) \
>   	 -cp . \
>   	 -ix "-org.junit.*" \
> @@ -723,6 +724,7 @@
>   	   -cp $(JUNIT_RUNNER_JAR) \
>   	   -cp $(BOOT_DIR)/jre/lib/rt.jar \
>   	   -cp $(BOOT_DIR)/jre/lib/jsse.jar \
> +	   -cp $(BOOT_DIR)/jre/lib/resources.jar \
>   	   -cp $(RHINO_RUNTIME) \
>   	   -cp . \
>   	   -ix "-org.junit.*" \
> @@ -921,6 +923,11 @@
>   	else \
>   	  ln -s rt.jar $(BOOT_DIR)/jre/lib/jsse.jar ; \
>   	fi
> +	if [ -e $(SYSTEM_JRE_DIR)/lib/resources.jar ] ; then \
> +	  ln -s $(SYSTEM_JRE_DIR)/lib/resources.jar $(BOOT_DIR)/jre/lib ; \
> +	else \
> +	  ln -s rt.jar $(BOOT_DIR)/jre/lib/resources.jar ; \
> +	fi
>   	ln -sf $(SYSTEM_JRE_DIR)/lib/$(JRE_ARCH_DIR) \
>   	  $(BOOT_DIR)/jre/lib/  &&  \
>   	if ! test -d $(BOOT_DIR)/jre/lib/$(INSTALL_ARCH_DIR); \
>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: omairBackport.diff
Type: text/x-patch
Size: 1324 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120522/d16d9e77/omairBackport.diff 


More information about the distro-pkg-dev mailing list