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 169214 - Building a module suite uses paths with "null"
Summary: Building a module suite uses paths with "null"
Status: VERIFIED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-27 12:35 UTC by Tim Lebedkov
Modified: 2009-09-13 10:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nbproject dir (2.82 KB, application/x-compressed)
2009-07-28 15:09 UTC, Tim Lebedkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2009-07-27 12:35:07 UTC
here is the output

Copying 1 file to C:\docs\Projekte2\STools\build\launcher\bin
build-zip:
copy-cluster:
Copying 175 files to C:\docs\Projekte2\STools\build\null908659972\platform10
copy-nbexec:
Copying 3 files to C:\docs\Projekte2\STools\build\null1137338506\platform10
Building zip: C:\docs\Projekte2\STools\dist\stools.zip
BUILD SUCCESSFUL (total time: 6 seconds)
Comment 1 Michael Nazarov 2009-07-27 15:59:10 UTC
Would you please specify steps to reproduce this issue?
Comment 2 Tim Lebedkov 2009-07-27 16:27:31 UTC
I have an existing module suite (from 6.5). I just do "create zip file".
Comment 3 Michael Nazarov 2009-07-27 17:20:30 UTC
Not sure about correct subcategory, it might be problems with parameters,
so misses data in project configuration passed into directory name as null.
Comment 4 rmichalsky 2009-07-28 14:09:59 UTC
Cannot reproduce with sample project. Could you attach some simple project on which it happens? Or at least 'nbproject'
dir of the STools suite?
Comment 5 Michael Nazarov 2009-07-28 14:15:28 UTC
I reproduced this issue by creating new empty module,
setting as standalone application due to IDE request
and starting ZIP building. Nothing else.
Comment 6 Tim Lebedkov 2009-07-28 15:09:47 UTC
Created attachment 85354 [details]
nbproject dir
Comment 7 rmichalsky 2009-07-29 15:11:55 UTC
I see. These are just temp folder names created by Ant, they don't get into distribution.
Comment 8 Michael Nazarov 2009-07-29 15:18:04 UTC
Please rename this null-named temporary folders using more convenient
names. Null looks very suspicious.
Comment 9 rmichalsky 2009-07-29 15:57:53 UTC
Are there any real problems stemming from such a name? This name is created by Ant's <tempfile> task and there are
hundreds of projects using it, so I guess we can too. I'm not going to spend time creating my own name, ensure that it
doesn't exist, etc. only because it looks suspicious, sorry. 
Comment 10 Michael Nazarov 2009-07-29 16:14:37 UTC
Would you please specify this template file with null name?
BTW if you are not going to fix -- please close with WONTFIX resolution.
Comment 11 rmichalsky 2009-07-29 16:37:36 UTC
> BTW if you are not going to fix -- please close with WONTFIX resolution.

I'm not going to fix since it is not a bug, but whatever makes you happier...
Comment 12 Michael Nazarov 2009-07-29 16:51:13 UTC
I also asked about template file. Just to make me completely happy.
It's very interesting to view variable with "null" value defined.
Comment 13 rmichalsky 2009-07-29 17:01:01 UTC
What template file do you mean?
Comment 14 Michael Nazarov 2009-07-29 17:03:40 UTC
Sorry, misreading one of your previous answers.
Comment 15 Michael Nazarov 2009-07-29 17:14:29 UTC
You was right, it's not an issue. At least in NB, not sure about ant itself :)
Comment 16 Tim Lebedkov 2009-09-13 10:33:32 UTC
-