Fri, 01 Aug 2003 18:50:50 +0000Added a generation option (-generateSwitches) to generate code for parsing command line arguments into the java beans. BLD200308040100
cliffwd@netbeans.org [Fri, 01 Aug 2003 18:50:50 +0000] rev 1322
Added a generation option (-generateSwitches) to generate code for parsing command line arguments into the java beans.
Changed the way GenBeans reads/parses arguments to use the above feature.
Changed the ant task class to inherit from a delegate to the GenBeans.Config class.
All command line options and ant tasks are now easily managed in 1 simple XML Schema file (s2bconfig.xsd). This will take care of any bugs relating to the ant task missing a feature, or inconsistencies between the command line and the ant task.

Thu, 31 Jul 2003 08:25:55 +0000download task updated (licenses and version info is now added to the zip) BLD200308010100
mmatula@netbeans.org [Thu, 31 Jul 2003 08:25:55 +0000] rev 1321
download task updated (licenses and version info is now added to the zip)

Wed, 30 Jul 2003 20:54:51 +0000build updated, "download" task for creating standalone MDR download package added
mmatula@netbeans.org [Wed, 30 Jul 2003 20:54:51 +0000] rev 1320
build updated, "download" task for creating standalone MDR download package added

Thu, 24 Jul 2003 07:43:01 +0000automatic BLD200307300100
dkaspar@netbeans.org [Thu, 24 Jul 2003 07:43:01 +0000] rev 1319
automatic

Wed, 23 Jul 2003 18:20:46 +0000automatic BLD200307240100
dkaspar@netbeans.org [Wed, 23 Jul 2003 18:20:46 +0000] rev 1318
automatic

Wed, 23 Jul 2003 14:34:48 +0000Collections optimized.
mmatula@netbeans.org [Wed, 23 Jul 2003 14:34:48 +0000] rev 1317
Collections optimized.

Tue, 22 Jul 2003 18:50:31 +0000Javadoc generation was broken since Jul 03. BLD200307230100
jglick@netbeans.org [Tue, 22 Jul 2003 18:50:31 +0000] rev 1316
Javadoc generation was broken since Jul 03.

Tue, 22 Jul 2003 11:27:44 +0000getObjectsFromAIByPrefix method added
mmatula@netbeans.org [Tue, 22 Jul 2003 11:27:44 +0000] rev 1315
getObjectsFromAIByPrefix method added

Tue, 22 Jul 2003 10:55:44 +0000Dependency on xml core module fixed in manifest.
mmatula@netbeans.org [Tue, 22 Jul 2003 10:55:44 +0000] rev 1314
Dependency on xml core module fixed in manifest.

Mon, 21 Jul 2003 17:29:42 +0000Implement IZ#22838: create a Tags class with all of the element and attribute names in it. sequoia-milestone2_root
cliffwd@netbeans.org [Mon, 21 Jul 2003 17:29:42 +0000] rev 1313
Implement IZ#22838: create a Tags class with all of the element and attribute names in it.
More fully implement the -forME flag: XSD->Java type mapping works better, and do arrays instead of java.util.List for indexed properties.
Try to make the version # the same as the NB version #.
XMLUtil's writer will now do "<foo/>" instead of "<foo></foo>".