Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Problem with using ant 1.5 in 3.0 stream


We attempt to be backwards compatible. Please log bugs if you find otherwise.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=50410
I had leaked through some of the 1.6 classes.

The fix will be out in tomorrow's integration build.

Out of my interest, why do you wish to use an Ant 1.5 install?

Darins



Matt_Conway@xxxxxx
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

01/26/04 08:55 AM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ant-dev] Problem with using ant 1.5 in 3.0 stream







Should the ant support in the 3.0 stream (using 200401210900) be backwards
compatible with earlier versions of ant?
It doesn't seem to be working for me - i.e. I change the Ant runtime
classpath to point to an ant 1.5 installation, and the Run Ant dialog
reports the error:
Could not find one or more classes:
"org.apache.tools.ant.DemuxInputStream". Please check the Ant classpath.
It seems that that class is only in ant 1.6, 1.5 only has a
DemuxOutputStream

Matt

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top