You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2004/09/23 15:24:43 UTC

cvs commit: jakarta-slide/proposals/tamino/src/store/org/apache/slide/store/tamino/tools Tws.java

pnever      2004/09/23 06:24:43

  Modified:    proposals/tamino/src/store/org/apache/slide/store/tamino/tools
                        Tag: TWS421_BRANCH 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
  No                   revision
  No                   revision
  1.1.4.1   +5 -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.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- Tws.java	25 Mar 2004 16:18:04 -0000	1.1
  +++ Tws.java	23 Sep 2004 13:24:42 -0000	1.1.4.1
  @@ -286,10 +286,12 @@
               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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org