+1

Jan



https://dist.apache.org/repos/dist/dev/ant/manual/ does not contain the manual 
for 1.10.2, only 1.9.10.

Try apache-ant-1.9.10 on Java7
- ant -f fetch.xml all -Ddest=system
  ==> works, but downloading JAI fails:
    Downloading: javax/media/jai-core/1.1.3/jai-core-1.1.3.pom from repository 
central at http://repo1.maven.org/maven2
    Unable to locate resource in repository  
- license file present
- manual present, version correct
- "...1.9.10\...\bin\ant clean dist" on Ant's trunk (Java8)
  build.xml:904: Problem: failed to create task or type setpermissions
  ==> ok, <setpermissions> is Ant 1.10+, so that buildfile requires Ant 1.10+.


Try apache-ant-1.10.2 on Java8
- ant -f fetch.xml all -Ddest=system
  ==> works, but downloading JAI fails: <same>
- license file present
- manual present, version correct
- "...1.10.2\...\bin\ant clean dist" on Ant's trunk (Java8)
  ok


apache-ant-1.9.10-src
- try "build dist" with Java7 on Win7
  ==> ok


apache-ant-1.10.2-src
- try "build dist" with Java8 on Win7
  -- javadoc failes due 23 errors (missing libs)
 try "build dist -Djavadoc.notrequired=true" with Java8 on Win7
 -- 4 AntUnit tests are failing
    setpermissions-test_xml:testRequiresNestedResources
        Expected build failure with message 'At least one resource-collection 
is required' 
        but was 'Problem: failed to create task or type setpermissions Cause: 
The name is undefined. ... 
    tstamp-test_xml:testMagicPropertyIso
        Expected property 'DSTAMP' to have value '19720417' but was '20180205'
    tstamp-test_xml:testMagicPropertyBoth
        Expected property 'DSTAMP' to have value '19720417' but was '19700102'
    ownedby-test_xml:testRequiresOwner
        Expected build failure with message 'the owner attribute is required' 
        but was 'isfileselected doesn't support the nested "ownedBy" element.'
  ==> ok






---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to