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 179894

Summary: Remove build warning: [path] bad path element
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: D-LightAssignee: Alexey Vladykin <alexey_vladykin>
Status: RESOLVED FIXED    
Severity: normal Keywords: TEST
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Alexander Simon 2010-01-27 02:57:31 UTC
Dlight cluster has 15 such warnings.
For example:
warning: [path] bad path element "/export1/hudson/jobs/cnd-build/workspace/nbbuild/netbeans/dlight/modules/ext/derby-10.2.2.0.jar": no such file or directory
   [repeat] 

Please, fix warnings.
Comment 1 Alexander Simon 2010-01-27 03:27:12 UTC
fixed 2 warnings in change set:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=2a3e7ef0629b

Rest warnings say that external jar has unresolved references:
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_cs.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_de_DE.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_es.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_fr.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_hu.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_it.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_ja_JP.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_ko_KR.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_pl.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_pt_BR.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_ru.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_zh_CN.jar": no such file or directory
warning: [path] bad path element "/export/home/as204739/cnd-main/dlight.db.derby/external/derbyLocale_zh_TW.jar": no such file or directory
Comment 2 Alexey Vladykin 2010-01-27 05:57:57 UTC
I've updated Hudson configuration to ignore these warnings. Implications are too minor, if any.
Comment 3 Quality Engineering 2010-01-27 13:07:52 UTC
Integrated into 'main-golden', will be available in build *201001271614* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2a3e7ef0629b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing BZ#179894 Remove build warning: [path] bad path element