Re: Jar name not lowercased

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Wed Oct 02 2002 - 11:05:41 EDT

  • Next message: Andrus Adamchik: "Core WOProject lead needed"

    Hi Anjo,

    I guess following Apple's windows build format when originally implementing
    WOProject wasn't such a good idea after all :-).

    I guess we can make this change, but we need to test it on Windows with all
    the scripts, etc.

    Andrus

    Anjo Krank writes:

    > Hi,
    >
    > is there a good reason why the names of the jar for an app-build is
    > lowercased? I'd really like to remove that because currently the build
    > breaks when the name given to the task is not lowercase too...
    >
    > In AppFormat.java:
    >
    > protected String buildAppPath() {
    > String name = getApplicatonTask().toLowerCase().getName() +
    > ".jar";
    > change to
    > String name = getApplicatonTask().getName() + ".jar";
    >
     



    This archive was generated by hypermail 2.0.0 : Wed Oct 02 2002 - 11:05:44 EDT