From a2561b91b344c788961a4c86881fa9ee1585d84c Mon Sep 17 00:00:00 2001 From: Costin Manolache Date: Fri, 13 Dec 2002 18:32:32 +0000 Subject: [PATCH] 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 ). git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273665 13f79535-47bb-0310-9956-ffa450edef68 --- .../embed/src/java/org/apache/tools/ant/UnknownElement2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java b/proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java index 5b66cc640..edbc81157 100644 --- a/proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java +++ b/proposal/embed/src/java/org/apache/tools/ant/UnknownElement2.java @@ -115,7 +115,7 @@ public class UnknownElement2 extends UnknownElement { return elementName; } - protected RuntimeConfigurable getWrapper() { + public RuntimeConfigurable getWrapper() { return wrapper; }