Re: Jar name not lowercased

From: Anjo Krank (anjo.kran..-online.de)
Date: Wed Oct 02 2002 - 12:06:37 EDT

  • Next message: Christian Edward Gruber: "RE: Core WOProject lead needed"

    Hi Andrus,

    given that Windows and OSX disregard case, it shouldn't be a problem -
    and I removed the case from the framework build quite some time ago
    anyway. And running on Linux/Solaris should work then.

    Thanks in advance!

    Am Mittwoch, 02.10.02, um 17:05 Uhr (Europe/Berlin) schrieb Andrus
    Adamchik:

    > 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 - 12:06:52 EDT