/hg/icedtea-web: 4 new changesets

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Wed Mar 30 14:54:00 PDT 2011


changeset ee199149caa9 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=ee199149caa9
author: Omair Majid <omajid at redhat.com>
date: Wed Mar 30 17:43:32 2011 -0400

	Update location of settings file in javaws man page

	2011-03-30 Omair Majid <omajid at redhat.com>

	 * netx/javaws.1: Fix FILES section to point to
	~/.icedtea/deployment.properties.


changeset 962cfcd8c727 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=962cfcd8c727
author: Omair Majid <omajid at redhat.com>
date: Wed Mar 30 17:46:08 2011 -0400

	Document reasons for using bootclasspath in Makefile.am

	2011-03-30 Omair Majid <omajid at redhat.com>

	 * Makefile.am: Document reason for using bootclasspath.


changeset 17d77cfe0bdc in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=17d77cfe0bdc
author: Omair Majid <omajid at redhat.com>
date: Wed Mar 30 17:49:13 2011 -0400

	Fix typo in RCantRename in Messages.properties

	2011-03-30 Omair Majid <omajid at redhat.com>

	 * netx/net/sourceforge/jnlp/resources/Messages.properties: Fix
	typo in RCantRename.


changeset b68e805d7d67 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b68e805d7d67
author: Omair Majid <omajid at redhat.com>
date: Wed Mar 30 17:53:38 2011 -0400

	2011-03-30 Omair Majid <omajid at redhat.com>

	 * Makefile.am: Fix comment explaining reasons for setting
	JDK_UPDATE_VERSION.


diffstat:

 ChangeLog                                               |  19 +++++++++++++++++
 Makefile.am                                             |  11 ++++++++-
 netx/javaws.1                                           |   2 +-
 netx/net/sourceforge/jnlp/resources/Messages.properties |   2 +-
 4 files changed, 30 insertions(+), 4 deletions(-)

diffs (75 lines):

diff -r 77ac95466baa -r b68e805d7d67 ChangeLog
--- a/ChangeLog	Wed Mar 30 11:47:41 2011 -0400
+++ b/ChangeLog	Wed Mar 30 17:53:38 2011 -0400
@@ -1,3 +1,22 @@
+2011-03-30  Omair Majid  <omajid at redhat.com>
+
+	* Makefile.am: Fix comment explaining reasons for setting
+	JDK_UPDATE_VERSION.
+
+2011-03-30  Omair Majid  <omajid at redhat.com>
+
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: Fix typo in
+	RCantRename.
+
+2011-03-30  Omair Majid  <omajid at redhat.com>
+
+	* Makefile.am: Document reason for using bootclasspath.
+
+2011-03-30  Omair Majid  <omajid at redhat.com>
+
+	* netx/javaws.1: Fix FILES section to point to
+	~/.icedtea/deployment.properties.
+
 2011-03-30  Omair Majid  <omajid at redhat.com>
 
 	* netx/net/sourceforge/jnlp/LaunchHandler.java
diff -r 77ac95466baa -r b68e805d7d67 Makefile.am
--- a/Makefile.am	Wed Mar 30 11:47:41 2011 -0400
+++ b/Makefile.am	Wed Mar 30 17:53:38 2011 -0400
@@ -25,12 +25,19 @@
 IT_CLASS_TARGET_VERSION=6
 IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION)
 
+#
+# We need the jars in bootclasspath for a couple of reasons
+#  - we use classes (in the sun.applet package) loaded by the bootclassloader
+#    using another classloader to load classes from the same package causes an
+#    IllegalAccessException
+#  - we want full privileges
+#
 JRE='"$(SYSTEM_JDK_DIR)/jre"'
 LAUNCHER_BOOTCLASSPATH="-Xbootclasspath/a:$(datadir)/$(PACKAGE_NAME)/netx.jar$(RHINO_RUNTIME)"
 PLUGIN_BOOTCLASSPATH='"-Xbootclasspath/a:$(datadir)/$(PACKAGE_NAME)/netx.jar:$(datadir)/$(PACKAGE_NAME)/plugin.jar$(RHINO_RUNTIME)"'
 
-# Fake update version to shut up the plugin detector hosted by Oracle.
-# If Oracle ever release a JDK update greater than 50, this needs to be increased.
+# Fake update version to work with the Deployment Toolkit script used by Oracle
+# http://download.oracle.com/javase/tutorial/deployment/deploymentInDepth/depltoolkit_index.html
 JDK_UPDATE_VERSION=50
 
 # Sources list
diff -r 77ac95466baa -r b68e805d7d67 netx/javaws.1
--- a/netx/javaws.1	Wed Mar 30 11:47:41 2011 -0400
+++ b/netx/javaws.1	Wed Mar 30 17:53:38 2011 -0400
@@ -101,7 +101,7 @@
 Print a help message and exit.
 
 .SH FILES
-~/.netxrc specifies the location of the base directory
+~/.icedtea/deployment.properties specifies the settings used by javaws
 
 .SH BUGS
 There arent any known bugs. If you come across one, please file it at
diff -r 77ac95466baa -r b68e805d7d67 netx/net/sourceforge/jnlp/resources/Messages.properties
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Wed Mar 30 11:47:41 2011 -0400
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Wed Mar 30 17:53:38 2011 -0400
@@ -147,7 +147,7 @@
 RGetWPermFailed=Acquiring write permissions on file {0} failed
 RGetXPermFailed=Acquiring execute permissions on file {0} failed
 RCantCreateDir=Cant create directory {0}
-RCantRename=Cant rename {0} to {0}
+RCantRename=Cant rename {0} to {1}
 RDenyStopped=Stopped applications have no permissions.
 RExitNoApp=Can not exit the JVM because the current application cannot be determined.
 RNoLockDir=Unable to create locks directory ({0})



More information about the distro-pkg-dev mailing list