[OS-JIRA] Created: (WOL-372) JVM paramater for woapplication ant task

From: David Kovacs (JIRA) ("David)
Date: Mon Jan 29 2007 - 10:21:42 EST

  • Next message: Logi Helgu: "Re: Accessing resources in test cases"

    JVM paramater for woapplication ant task
    ----------------------------------------

                     Key: WOL-372
                     URL: http://issues.objectstyle.org/jira/browse/WOL-372
                 Project: WOProject/WOLips
              Issue Type: New Feature
              Components: woproject
             Environment: Mac OS X and developing WebObjects application in intellij.
                Reporter: David Kovacs

    I am currently developing and deploying WOApplications on Mac OS X.

    I need a parameter (probably called jvm) for the WOApplication ant
    task that would let me specify the version of the JVM to use once the WOApplication is
    deployed. I know that there is a jvmoptions paramater for woapplication but I don't know
    of one specifying the version of the jvm for deployment.

    Currently I am able to specify the JVM manually by explicitly
    changing a line inside the MacOSClassPath.txt that resides within the folder Contents/MacOS/ which is generated
    inside the woa folder for the application. (There are similar class path files for windows and unix. You'll see it inside the woa folder)

    I change this manually in MacOSClassPath.txt by changing the
    first line that reads

    # JVM == java

    to instead read:

    # JVM == /System/Library/Frameworks/JavaVM.framework/
    Versions/1.4.2/Home/bin/java

    This has the effect of changing the runtime JVM from my current
    version 1.5 to run with version 1.4.2 of the JVM instead.

    Thanks for your help,

    David Kovacs

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Mon Jan 29 2007 - 10:21:49 EST