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 253319 - Cannot build platform (JNLPUpdateManifestStartup)
Summary: Cannot build platform (JNLPUpdateManifestStartup)
Status: RESOLVED INVALID
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-06 12:19 UTC by cezariusz
Modified: 2016-01-13 10:20 UTC (History)
3 users (show)

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 cezariusz 2015-07-06 12:19:19 UTC
Product Version: NetBeans IDE Dev (Build nbms-and-javadoc-151-on-20150702)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b15
System: Windows 8 version 6.2 running on amd64; UTF-8; pl_PL (nb)

I've downloaded sources for NetBeans Platform 8.0.1, imported to my NetBeans IDE. When I try to compile them, I got the following output:

ant -f T:\\Work\\Sources\\C3\\Platform\\src\\autoupdate.services -Dcontinue.after.failing.tests=true netbeans
init-tasks:
T:\Work\Sources\C3\Platform\src\nbbuild\default.xml:55: taskdef class org.netbeans.nbbuild.JNLPUpdateManifestStartup cannot be found
 using the classloader AntClassLoader[]
BUILD FAILED (total time: 0 seconds)
Comment 1 Ondrej Vrabec 2015-08-28 06:38:59 UTC
First build bootstrap before building any other module: ant bootstrap, then ant -f ... ANY MODULE
Comment 2 cezariusz 2015-08-28 07:06:41 UTC
Is is possible from the IDE or I have to use a command line?
Comment 3 Ondrej Vrabec 2015-08-28 07:10:14 UTC
I always run it from CLI.
Comment 4 Ondrej Vrabec 2015-08-28 07:12:11 UTC
i guess you can run it from the IDE:
open nbbuild project
expand its build.xml
find "bootstrap" task and choose Run Target from its popup.