You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2001/07/26 08:22:52 UTC

Status of Antidote (was [VOTE] 1.4 Release Plan)

On Thu, 26 Jul 2001, Christoph Wilhelms
<Ch...@impress.com> wrote:

> I'd propose to setup the release-schedule dependent to the ant 1.4
> release, so that we can build and test Antidote against 1.4. 1.4
> would be the recommented Ant-version for Antidote then!

So you propose an Antidote release *after* the Ant release, right?

FYI, I still cannot build Antidote using jikes for some strange
reasons and there still seem to be dependencies on com.sun classes of
parser.jar (at least the build process still wants to compile classes
that depend on them).  This is what I get after a clean checkout with
current CVS Ant:


    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/xml/dtd/ANTDocumentType.java:565:27:565:36: Caution: Ambiguous reference to member named "getClass" inherited from type "java/lang/Object" but also declared or inherited in the enclosing type "org/apache/tools/ant/gui/xml/dtd/ANTDocumentType". Explicit qualification is required.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/xml/dtd/ANTDocumentType.java:569:27:569:36: Caution: Ambiguous reference to member named "getClass" inherited from type "java/lang/Object" but also declared or inherited in the enclosing type "org/apache/tools/ant/gui/xml/dtd/ANTDocumentType". Explicit qualification is required.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/xml/dtd/ANTDocumentType.java:573:27:573:36: Caution: Ambiguous reference to member named "getClass" inherited from type "java/lang/Object" but also declared or inherited in the enclosing type "org/apache/tools/ant/gui/xml/dtd/ANTDocumentType". Explicit qualification is required.

should be easy to fix (even I could do it 8-)

    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/acs/ACSNamedElement.java:56:8:56:25: Error: "com/sun/xml/tree/ElementNode" is either a misplaced package name or a non-existent entity.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/acs/ACSTargetElement.java:56:8:56:25: Error: "com/sun/xml/tree/ElementNode" is either a misplaced package name or a non-existent entity.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/acs/ACSPropertyElement.java:56:8:56:25: Error: "com/sun/xml/tree/ElementNode" is either a misplaced package name or a non-existent entity.

These are things I'm concerned of.

    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/Antidote.java:84:13:84:13: Error: Type AppContext is imported on demand from package org/apache/tools/ant/gui/core and package javax/swing.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/Antidote.java:94:21:94:21: Error: Type AppContext is imported on demand from package org/apache/tools/ant/gui/core and package javax/swing.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/Main.java:90:13:90:13: Error: Type AppContext is imported on demand from package org/apache/tools/ant/gui/core and package javax/swing.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/Main.java:90:38:90:38: Error: Type AppContext is imported on demand from package org/apache/tools/ant/gui/core and package javax/swing.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/modules/TargetMonitor.java:94:31:94:31: Error: Type AppContext is imported on demand from package org/apache/tools/ant/gui/core and package javax/swing.
    [javac] /home/bodewig/jakarta/jakarta-ant-antidote/src/java/org/apache/tools/ant/gui/modules/edit/PropertyEditor.java:98:31:98:31: Error: Type AppContext is imported on demand from package org/apache/tools/ant/gui/core and package javax/swing.

Strange jikes behavior - I have no idea why jikes thinks the package
scope class AppContext in javax.swing would be accessible here.  Could
be fixed easily as well.

What do you think about GUMPifying Antidote?  Shouldn't be that hard
(and I'd volunteer to help with that as soon as I manage to compile
Antodote, that is 8-)

Stefan

RE: Status of Antidote (was [VOTE] 1.4 Release Plan)

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
> From: Stefan Bodewig [mailto:bodewig@apache.org]
>
> What do you think about GUMPifying Antidote?  Shouldn't be that hard
> (and I'd volunteer to help with that as soon as I manage to compile
> Antodote, that is 8-)
>

Absolutely should be done. We could get nightly builds happening at the same
time (assuming there isn't a solution already).

Conor