pnever 2004/09/23 06:40:01
Modified: proposals/tamino/src/store/org/apache/slide/store/tamino/tools
Tws.java
Log:
Added support for Solaris 64-bit (need to be taken into account because
of the native SSX module used for security)
Revision Changes Path
1.2 +6 -3
jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/tools/Tws.java
Index: Tws.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/tools/Tws.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Tws.java 25 Mar 2004 16:18:04 -0000 1.1
+++ Tws.java 23 Sep 2004 13:40:01 -0000 1.2
@@ -285,11 +285,14 @@
if (!jar.isFile()) {
throw new IOException("jar not found: " + jar);
}
+
nativeLib = args[3];
+ String jvmopt_d64 = args[4];
+
tools = createTools();
env = new Properties();
for (i = 0; i < tools.length; i++) {
- vmOpts = "-Dmain=" + tools[i].getClass().getName();
+ vmOpts = jvmopt_d64 + " -Dmain=" + tools[i].getClass().getName();
g = new Generator(dir, PREFIX + tools[i].name, props, jar, env, vmOpts,
nativeLib);
g.run();
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]