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 242640 - Freeform projects need to depend on other projects
Summary: Freeform projects need to depend on other projects
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 23:37 UTC by kitfox
Modified: 2015-08-03 12:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kitfox 2014-03-06 23:37:12 UTC
I have a set of projects which need to be built in a certain order. One of them is a freeform project - I decided to make it freeform because it needs to run a lot of customized ant plugins in order to generate code. This project depends on another regular ClassLibrary project so whenever I do a Clean Build, it would be nice to force this other project to build before NetBeans tries to build my freeform. Is there a way I can do this?

I've edited the freeform project's Java Sources Classpath to include the path to the jar that is generated by the project I want to depend on, but this is not helping.
Comment 1 Tomas Stupka 2015-08-03 12:14:53 UTC
you have to set this up by yourself 
maybe this helps a bit - https://netbeans.org/kb/articles/freeform-config.html