Changeset 35638 for main


Ignore:
Timestamp:
2021-10-20T10:39:44+13:00 (3 years ago)
Author:
davidb
Message:

Tidy up of test-setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r35628 r35638  
    917917
    918918  <target name="test-setup">
    919     <echo>ant java version=${ant.java.version}</echo>
    920     <echo>is unix : ${current.os.isunix}</echo>
    921     <echo>is mac : ${current.os.ismac}</echo>
     919    <echo>ant version      = ${ant.version}</echo>
     920    <echo>ant java version = ${ant.java.version}</echo>
     921    <echo>is unix       : ${current.os.isunix}</echo>
     922    <echo>is mac        : ${current.os.ismac}</echo>
    922923    <echo>is unixnotmac : ${current.os.isunixnotmac}</echo>
    923     <echo>is windows : ${current.os.iswindows}</echo>
    924     <echo>os.unix: ${os.unix}</echo>
    925     <echo>env.PATH: ${env.PATH}</echo>
    926     <echo>env.Path: ${env.Path}</echo> 
     924    <echo>is windows    : ${current.os.iswindows}</echo>
     925    <echo>os.unix       : ${os.unix}</echo>
     926    <echo>env.PATH : ${env.PATH}</echo>
     927    <echo>env.Path : ${env.Path}</echo>
    927928  </target>
    928929
Note: See TracChangeset for help on using the changeset viewer.