[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] New Project Creation Wizard Question

I have a tester that created a project with the name:
#$!@!#)(&^%#%^@&fdkajdnmvkihgkjdskjhd6361$$#@()

The wizard allows it, and the project gets created.  We have an xml file in 
that directory that we need to parse.

However, when getting the filename to parse, I get a MalformedURLException

I thought maybe the @ were causing a problem, however, when I attempted to 
rename the project to rename them, I got an error in eclipse
Problems occurred renaming the selected resource.
  Copy successful, but problems occurred removing old resources
    Could not delete: 
C:\development\eclipse_workspaces\isv-toolkit-runtime-workspace\#$!@!#)(&^%#%^@&fdkajdnmvkihgkjdskjhd6361$$#@().

What can I do to avoid the malformed url exception?