Petals SE SCA

Too long file paths under Windows

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    The SCA component generates data-binding classes in the SU directory.
    It results in a heavy file hierarchy and file paths that are too long to be handled on Windows.
    This problem does not cause troubles on the first deployment, but SU deployment will fail then (e.g. after a Petals reboot).

    The SCA component should provide another solution to avoid these problems (like writing the data-binding classes in a JAR file).

    Show
    The SCA component generates data-binding classes in the SU directory. It results in a heavy file hierarchy and file paths that are too long to be handled on Windows. This problem does not cause troubles on the first deployment, but SU deployment will fail then (e.g. after a Petals reboot). The SCA component should provide another solution to avoid these problems (like writing the data-binding classes in a JAR file).
  • Environment:
    Windows XP

Activity

Hide
Vincent Zurczak added a comment - Mon, 30 Aug 2010 - 12:32:08 +0200

What we can do is putting the generated classes in the temporary directory, under a specific folder.
This will reduce the length of the file paths.

Show
Vincent Zurczak added a comment - Mon, 30 Aug 2010 - 12:32:08 +0200 What we can do is putting the generated classes in the temporary directory, under a specific folder. This will reduce the length of the file paths.
Hide
Vincent Zurczak added a comment - Mon, 30 Aug 2010 - 13:03:56 +0200

The OS temp directory is used to store the data-binding classes.
Thus, the file path does not depend on the Petals location and remains acceptable.

Show
Vincent Zurczak added a comment - Mon, 30 Aug 2010 - 13:03:56 +0200 The OS temp directory is used to store the data-binding classes. Thus, the file path does not depend on the Petals location and remains acceptable.

People

Dates

  • Created:
    Tue, 24 Aug 2010 - 18:07:49 +0200
    Updated:
    Mon, 30 Aug 2010 - 13:04:00 +0200
    Resolved:
    Mon, 30 Aug 2010 - 13:03:56 +0200