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 104208 - Enable build target -pre-compile and -pre-pre-compile for extensibility
Summary: Enable build target -pre-compile and -pre-pre-compile for extensibility
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 100872
  Show dependency tree
 
Reported: 2007-05-17 19:47 UTC by _ gmpatil
Modified: 2007-05-23 18:54 UTC (History)
3 users (show)

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 _ gmpatil 2007-05-17 19:47:57 UTC
Java SE project recently added feature to extend Ant based project build script.
http://www.netbeans.org/issues/show_bug.cgi?id=93509
By default following targets are enabled.
-do-init, -init-check, -post-clean, jar 
Enabling -pre-compile and -pre-pre-compile will allow module like Web services
and JAXB generate code before actual source compilation happens.
Comment 1 Milan Kuchtiak 2007-05-23 07:00:13 UTC
The -pre-pre-compile target was already added because we needed that for web
services. For me I don't see much sense to have the -pre-compile target there as
the -pre-comile target is intended for users. 
Do you really need that ?
Comment 2 _ gmpatil 2007-05-23 18:54:43 UTC
If -pre-compile is intended for users, then "-pre-pre-compile" will do for JAXB.