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 57630

Summary: Wrong pathelement in build script
Product: javaee Reporter: Peter Zavadsky <pzavadsky>
Component: EJBAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED WONTFIX    
Severity: blocker CC: pslechta
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Edited diff of suggested patch

Description Peter Zavadsky 2005-04-07 17:59:35 UTC
There is a wrong pathelement in the build script. It doesn't work in our case.
See the diff, and if it is OK, please apply. If not please explain how does it work.
Comment 1 Peter Zavadsky 2005-04-07 18:00:40 UTC
Created attachment 21467 [details]
Edited diff of suggested patch
Comment 2 pslechta 2008-09-17 11:52:41 UTC
The path
  <pathelement path="${nb_all}/schema2beans/dev/schema2beansdev.jar" />
works fine, but path
  <pathelement location="${schema2beans/dev.dir}/${nb.modules/autoload.dir}/schema2beansdev.jar" />
does not work in standard NB trunk builds.
So I would not change it.

Closing as WONTFIX. Reporter, please reopen if you don't agree and provide more details. Thanks!