Ticket #242 (closed Bug: fixed)

Opened 3 months ago

Last modified 1 month ago

New project - path space checking

Reported by: dsugar Assigned to: dsugar
Priority: Medium Milestone: Future Release
Component: Wizards Version: 1.3.x
Keywords: Cc:

Description (Last modified by dsugar)

When creating a new project there is code that checks the workspace path for invalid characters. This is because 'make' doesn't work correctly if there are spaces in the path that is being built.

It turns out this checking is also catching a '.' in the path and marking that is invalid. 'make' should be ok with a '.' in a directory name and shouldn't show an error.

The example shown was a workspace path of '/home/slawrence/.workspace'

Change History

10/22/08 09:41:20 changed by dsugar

  • status changed from new to closed.
  • resolution set to fixed.
  • description changed.
  • severity changed.

fixed in changeset:2126