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 53972 - Uninitialized property ${build.ear.classes.dir}
Summary: Uninitialized property ${build.ear.classes.dir}
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: blueprints (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Yutaka Yoshida
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-25 14:48 UTC by Lukas Jungmann
Modified: 2013-02-13 10:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output window (1.67 KB, text/plain)
2005-01-25 17:23 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2005-01-25 14:48:59 UTC
[build: 200501241900]

1. Create new project from blueprints solutions
2. Build this project
3. go to files tab

=> you can see ${build.ear.classes.dir} directory
Comment 1 _ ludo 2005-01-25 16:18:57 UTC
Bug, yes, and should be fixed for FCS but I would ask why a P2 bug?
What is the customer impact other that a cosmetic ui folder name?
Comment 2 Marek Fukala 2005-01-25 16:59:41 UTC
it's related to a missing properties in project properties. I haven't
tried yet, but I guess that such a webmodule is not able to be built
correctly as a part of an ear archive.

I will handle it.
Comment 3 Lukas Jungmann 2005-01-25 17:22:31 UTC
P2 it is because:

- all examples from BP catalog are affected by this
- as Marek mentioned: if user add some of these examples to enterprise
application, this enterprise application can't be successfully built

(steps to reproduce:
1. create new cdcatalog project (Samples | Blueprints | Web Tier... ->
Displaying and Navigating ...)
2. create new empty Enterprise app
3. add cdcatalog project to that enterprise app
4. build whole enterprise app

=> build failed
)
Comment 4 Lukas Jungmann 2005-01-25 17:23:57 UTC
Created attachment 19958 [details]
output window
Comment 5 Lukas Jungmann 2005-01-25 17:29:30 UTC
Property ${build.ear.web.dir} is uninitialized too.
Comment 6 Marek Fukala 2005-01-28 16:04:17 UTC
This requires adding some properties into blueprints catalog project
files.
Comment 7 _ ludo 2005-02-09 01:51:58 UTC
fix for Beta?
should not be hard to modify the catalog and add this missing entry (s?)
in project.properties file for each catalog project.
Comment 8 Marek Fukala 2005-02-09 09:22:00 UTC
[20050208]
already fixed - the missing properties are now present in bluprints
examples bundled with netbeans.

nb project files
(https://bpcatalog.dev.java.net/source/browse/bpcatalog/tools/netbeans-module/resources/)
has already been updated and zipped in
j2ee/external/blueprints-solutions-catalog.zip
Comment 9 Lukas Jungmann 2005-02-15 13:56:42 UTC
v. 200502142300