I just downloaded the latest builds from
http://people.apache.org/~antoine/
* binary distro with MD5
ac30ce5b07b0018d65203fbc680968f5 *apache-ant-1.7.0-bin.zip
* source distro with MD5
f3c9e94df5f4cc639ad8067700b3d571 *apache-ant-1.7.0-src.zip
Using Java
Classic VM (build JDK-1.2.1_004, native threads)
and a buildfile
<project>
<target name="one">
<echo>ONE</echo>
</target>
<target name="two" depends="one"/>
</project>
I got for "ant -p"
---8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-<------
-8-<----
Buildfile: build.xml
A nonfatal internal JIT (3.00.078(x)) error 'chgTarg: Conditional' has
occurred in :
'org/apache/tools/ant/Project.fireMessageLoggedEvent
(Lorg/apache/tools/ant/BuildEvent;Ljava/lang/String;I)V': Interpr
eting method.
Please report this error in detail to
http://java.sun.com/cgi-bin/bugreport.cgi
Main targets:
Other targets:
one
two
---8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-<------
-8-<----
Not sure if that is a problem with Ant, or with JDK 1.2.2 or with my
installation (have several JDKs installed: 1.2-1.6).
I invoke the java command with path
Path=c:\jdk\121_04\bin;C:\Programme\Perl\bin\;C:\WINNT\system32;C:\WINNT
;C:\WINNT\System32\Wbem;c:\bin;C:\ant\downloads\
apache-ant-1.7.0-bin\apache-ant-1.7.0\bin
So I'm sure to get the right version.
On a
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
that works.
Martijn started again something like "let's drop 1.2" .... What's the
status of that?
I'll have a look at the zip's content and post a comment on that in
another mail.
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]