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 96742 - Compapp sample projects can not be built from command line.
Summary: Compapp sample projects can not be built from command line.
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-28 08:07 UTC by Jun Qian
Modified: 2007-12-07 16:35 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 Jun Qian 2007-02-28 08:07:35 UTC
Composite Applications created from "New Project->SOA->Composite Application"
can be built from command line like the following:
    ant -Dcaps.netbeans.home=C:/Alaska/nb_all/nbbuild/netbeans jbi-build

However, Composite Applications created from the sample projects are not
buildable from command line. The build.xml file is not generated correctly.
Comment 1 Jun Qian 2007-02-28 08:34:58 UTC
I haven't tried this yet, but it looks like "build.xml" needs to be added to the
xlateFiles[] in org.netbeans.modules.bpel.samples.util.SoaSampleUtils.
Comment 2 Vladimir Yaroslavskiy 2007-04-23 13:25:09 UTC
"build.xml" has been added to the xlateFiles[].
comp app projects have been regenerated.
Comment 3 Jun Qian 2007-07-05 22:18:02 UTC
Fixed.