This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 158257 - BD-J: Appropriate checkers should be add for the "Deployment Directory"
Summary: BD-J: Appropriate checkers should be add for the "Deployment Directory"
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: CDC pack (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-02-10 08:48 UTC by martin_sladecek
Modified: 2009-09-18 11:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description martin_sladecek 2009-02-10 08:48:57 UTC
Open "Project properties"/"Application descriptor"/"BD-J"
Type something to the "Deployment Directory" field and apply "Ok"
Try to build project.
Comment 1 Petr Suchomel 2009-04-01 13:39:03 UTC
Check should be added in task/build script fragment IMO
Comment 2 Denis Anisimov 2009-04-02 15:51:58 UTC
Bad description.
What is the problem of the issue ?
You are unable to build ? Something else.
Please provide full description of issue: current result, expected result.
The IDE is not static . It is under development. Issues can be in one build and 
absent in another. This is why we have Issue TRACKER.
We should be able to know exact steps to reproduce issue. Its incorrect result ( from your 
point of view ) and expected result ( from your point of view ).

I don't see a problem now with building project after changing mentioned directory.
Have you wrote something special ? What do you mean "something" ?
Please provide more details.
Comment 3 bukh 2009-04-03 14:29:00 UTC
Simple example: I write "~!@#$%^&*()_+:\$?" to the "Deployment Directory" and try to build. BUILD will be FAILED and you
can see only "...Syntax error in the file name...." in the end of long string (this string isn't red) in the output window. 

I think that UI should be more customer oriented. And in this case better to check value of "Deployment Directory"
during its changing in the "Project Properties" dialog.
Comment 4 Petr Suchomel 2009-04-03 14:36:10 UTC
I think, there were two issues - one was if path did not exist, it was not created. Fixed in CS 5da4e7fc6418.
The other issue with  "~!@#$%^&*()_+:\$?" I think is really user error and reported standard way - I expect user to be
more smarter not to insert such string and hoping it will pass. IMHO, next step could be checking code in editor and not
allow to write code with bad paterns?
Comment 5 Quality Engineering 2009-04-09 19:32:13 UTC
Integrated into 'main-golden', will be available in build *200904091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5da4e7fc6418
User: psuchomel@netbeans.org
Log: Fix for #158257, BD-J: Appropriate checkers should be add for the "Deployment Directory"