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

Summary: Enable build target -pre-compile and -pre-pre-compile for extensibility
Product: java Reporter: _ gmpatil <gmpatil>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: mkleint, mkuchtiak, rcruz
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 100872    

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.