Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Regression in 2.1


Could not reproduce with 1.4.2 b18 either.

Darins



Darin Swanson/Minneapolis/IBM@IBMUS
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

04/11/03 10:42 AM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-ant-dev] Regression in 2.1




I cannot reproduce on Win2000 or on WinNT4 using JDK 1.4.2 beta b05 and 2.1


These is the test I used:


============buildfiles/external.xml=====================


<?xml version="1.0"?>

<!DOCTYPE project [

 <!ENTITY common SYSTEM "../common/common.xml">

 <!ENTITY ejb SYSTEM "../common/ejb.xml">

]>

<project
default="build">
 &common;

 &ejb;

</project>


==================common/common.xml=============

<target
name="build" >
               
<echo message="build"/>
</target>


==============common/ejb.xml=======================

<target
name="ejb" >
               
<echo message="ejb"/>
</target>

My 1.4.2 might not be the latest but it is the latest that I have available to us currently.  What build is your beta?

Is my test incorrect?

Darins



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

04/11/03 09:55 AM
Please respond to platform-ant-dev

       
       To:        platform-ant-dev@xxxxxxxxxxx

       cc:        

       Subject:        [platform-ant-dev] Regression in 2.1




This bug seems to have reappeared in 2.1 release:
http://bugs.eclipse.org/bugs/show_bug.cgi?id=18692
Using JDK 1.4.2 beta on NT4SP6a, if I right click on a build file, "Run
ant...", it doesn't like if the build file has external entity references
that are missing the "file:" protocol.  If I put in the file: protocol,
then everything workks fine.


Matt

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





Back to the top