[OS-JIRA] Created: (WOL-429) org.objectstyle.wolips.eomodeler plugin classpath references should point to /Library/WebObjects/lib/*.jar

From: Daryl Lee (JIRA) ("Daryl)
Date: Wed May 16 2007 - 17:10:48 EDT

  • Next message: Lachlan Deck (JIRA): "[OS-JIRA] Created: (WOL-430) Entity Modeler: subclassing via Horizontal inheritance doesn't populate column name"

    org.objectstyle.wolips.eomodeler plugin classpath references should point to /Library/WebObjects/lib/*.jar
    ----------------------------------------------------------------------------------------------------------

                     Key: WOL-429
                     URL: http://issues.objectstyle.org/jira/browse/WOL-429
                 Project: WOProject/WOLips
              Issue Type: Improvement
              Components: wolips
                Reporter: Daryl Lee
                Priority: Minor

     /Library/WebObjects/lib has self-contained jar bundles for the WO runtime. Using these instead of .framework references will ensure future compatibility.

    Here's a proposed diff:

    Index: .classpath
    ===================================================================
    --- .classpath (revision 4011)
    +++ .classpath (working copy)
    ..-3,8 +3,8 @@
             <classpathentry kind="src" path="java"/>
             <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
             <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    - <classpathentry kind="var" path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaEOAccess.framework/Versions/A/Resources/Java/javaeoaccess.jar"/>
    - <classpathentry kind="var" path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar"/>
    - <classpathentry kind="var" path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaFoundation.framework/Versions/A/Resources/Java/javafoundation.jar"/>
    + <classpathentry kind="var" path="NEXT_LOCAL_ROOT/Library/WebObjects/lib/JavaEOAccess.jar"/>
    + <classpathentry kind="var" path="NEXT_LOCAL_ROOT/Library/WebObjects/lib/JavaJDBCAdaptor.jar"/>
    + <classpathentry kind="var" path="NEXT_LOCAL_ROOT/Library/WebObjects/lib/JavaFoundation.jar"/>
             <classpathentry kind="output" path="bin"/>
     </classpath>

    -- 
    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 : Wed May 16 2007 - 17:11:03 EDT