[OS-JIRA] Created: (WOL-1045) WOBuildPropertiesNotFoundException needs new message

From: Chuck Hill (JIRA) ("Chuck)
Date: Thu Jul 30 2009 - 15:11:43 EDT

  • Next message: JIRA: "[OS-JIRA] Created: (WOL-1046) Wonder App template: Disable er.extensions.ERXThreadStorage.useInheritableThreadLocal by default"

    WOBuildPropertiesNotFoundException needs new message
    ----------------------------------------------------

                     Key: WOL-1045
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1045
                 Project: WOProject/WOLips
              Issue Type: Improvement
              Components: woenvironment
        Affects Versions: WOLips stable 3.3.4906 for Eclipse 3.3.2
                Reporter: Chuck Hill
                Priority: Minor

    Current message refers to obsolete files: Could not find wobuild.properties. Run the buildfile: woproperties.xml first.

    Used in org.objectstyle.woproject.ant.WOApplication:
        public WOEnvironment getWOEnvironment()
        {
            if(woEnvironment != null)
                return woEnvironment;
            woEnvironment = new WOEnvironment(getProject().getProperties());
            if(!woEnvironment.variablesConfigured())
                getProject().fireBuildFinished(new WOBuildPropertiesNotFoundException());
            return woEnvironment;
        }

    -- 
    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 : Thu Jul 30 2009 - 15:12:29 EDT