conor 2002/06/14 00:11:48
Modified: . Tag: ANT_15_BRANCH WHATSNEW
Log:
Explain why ejbjar will give warnings when upgraded
PR: 9825
Revision Changes Path
No revision
No revision
1.263.2.41 +7 -3 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.263.2.40
retrieving revision 1.263.2.41
diff -u -w -u -r1.263.2.40 -r1.263.2.41
--- WHATSNEW 13 Jun 2002 14:08:02 -0000 1.263.2.40
+++ WHATSNEW 14 Jun 2002 07:11:48 -0000 1.263.2.41
@@ -283,9 +283,13 @@
* <ejbjar> now allows control over which additional classes and interfaces
are added to the generated EJB jars. A new attribute "dependency" can be
- defines which classes are added. The addition of classes now uses
+ defined which controls what classes are added. The addition of classes now
uses
the Jakarta-BCEL library rather than reflection, meaning bean classes are
- no longer loaded into Ant's JVM.
+ no longer loaded into Ant's JVM. The default dependency analyzer is known
as
+ the ancestor analyzer. It provides the same behaviour as the 1.4.1 version
of
+ <ejbjar>. If the BCEL library is not present, a warning will be issued
stating
+ the ancestor analyzer is not available. In this case <ejbjar> will continue
+ to function but will not add super classes to the jar.
* <available> has a new attribute named ignoreSystemClasses.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>