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 150163 - build failled for platform cluster
Summary: build failled for platform cluster
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 06:59 UTC by tarul
Modified: 2009-03-17 08:29 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 tarul 2008-10-15 06:59:14 UTC
Hello all,

Actually, it is not possible to build the only nb.cluster.platform.

This is the error message : 
/Users/tarul/Desktop/nb65/nbbuild/build.xml:611: java.io.FileNotFoundException:
/Users/tarul/Desktop/nb65/nbbuild/netbeans/nb6.5/build_info (No such file or directory)

To Reproduce the bug :
-go to nbbuild from clone of hg.netbeans.org/main-golden
-ant clean
-create/modify the user.build.properties and add this string :
nb.clusters.list=nb.cluster.platform,nb.cluster.harness
-close the file and launch "ant"
Comment 1 Jesse Glick 2008-11-07 03:20:16 UTC
I believe Yarda recently made some change in this area. Technically this is not a defect because what you did is not
supposed to work; use 'ant build-platform'. 'build-nozip' is supposed to create a complete runnable product, and that
necessarily includes the nbx.y cluster.
Comment 2 Jaroslav Tulach 2009-03-12 17:13:38 UTC
core-main#31e56530b3fc
Comment 3 Quality Engineering 2009-03-17 08:29:11 UTC
Integrated into 'main-golden', will be available in build *200903170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/31e56530b3fc
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #150163: Precreating the target directory, if it does not exists yet