You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by admin <ad...@mailer.kicks-ass.org> on 2001/01/09 10:38:50 UTC

Re: cvs commit: jakarta-ant/proposal/embed/src/java/org/apache/tools/ant UnknownElement2.java

** High Priority **
** Reply Requested When Convenient **

LEAVE

>>> costin@apache.org 12/14/02 05:32am >>>
costin      2002/12/13 10:32:32

  Modified:    proposal/embed/src/java/org/apache/tools/ant
                        UnknownElement2.java
  Log:
  Make it compile with HEAD.
  
  After the change to ProjectHelper2, [embed] shouldn't be
  used with ant1.6, only with ant1.5 as a mechanism to use the
  new tasks and semantics with the stable branch.
  
  The build file for Ant1.6 should be the same ( and work the same)
  as the build file for ant1.5.1+embed.
  This is not the case at the moment, because embed supports import
  and few other features that are not yet in the main branch.
  
  Import and the system loader can be supported now as regular tasks.
  ( preferably moved into HEAD, but they can work as an antlib )
  
  Dynamic properties and ProjectComponentFactory still need to be
  discussed and merged to HEAD ( or replaced with whatever gets
  in the HEAD ).
  
  Revision  Changes    Path
  1.4       +1 -1     
jakarta-ant/proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java
  
  Index: UnknownElement2.java
  ===================================================================
  RCS file:
/home/cvs/jakarta-ant/proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UnknownElement2.java	6 Dec 2002 22:59:53 -0000	1.3
  +++ UnknownElement2.java	13 Dec 2002 18:32:32 -0000	1.4
  @@ -115,7 +115,7 @@
           return elementName;
       }
   
  -    protected RuntimeConfigurable getWrapper() {
  +    public RuntimeConfigurable getWrapper() {
           return wrapper;
       }
   
  
  
  

--
To unsubscribe, e-mail:  
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>