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 60067 - project wasn't built with new platfrom
Summary: project wasn't built with new platfrom
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 14:49 UTC by pzajac
Modified: 2006-02-14 17:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-06-15 14:49:52 UTC
[200506142000]
1) Add new platform to Netbeans platform manager
2) Create new Modules Suite Project
3) Create new Module Project in Suite. Select for it the new Netbeans platform.
4) Try compile the new project. 

Log from build script:

/tmp/tests/aaaa/fffff/build.xml:7: The following error occurred while executing
this line:
/tmp/tests/aaaa/fffff/nbproject/build-impl.xml:22: You must define
'nbplatform.NetBeans_IDE_Dev_(Build_200506072010).harness.dir'
Comment 1 Martin Krauskopf 2005-06-15 16:33:46 UTC
Fixed. I've forgotten to generate harness.dir property.

Checking in src/org/netbeans/modules/apisupport/project/universe/NbPlatform.java;
new revision: 1.6; previous revision: 1.5
Comment 2 pzajac 2005-06-16 10:18:10 UTC
verified