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 - Wrong pathelement in build script
Summary: Wrong pathelement in build script
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-07 17:59 UTC by Peter Zavadsky
Modified: 2009-11-10 06:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Edited diff of suggested patch (683 bytes, patch)
2005-04-07 18:00 UTC, Peter Zavadsky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!