DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13006>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13006

javadoc task crashes Windows ME, JSDK 1.2.2





------- Additional Comments From [EMAIL PROTECTED]  2002-09-27 12:30 -------
I'm not Windows expert at all, hopefully some other fellow Ant committer can 
jump
in here.

First of all, let me check that my assumptions are correct, could you please
provide the output of the following snippet:

<project default="check">
  <target name="check">
    <echo message="${os.name}"/>
    <condition property="win">
      <os family="windows"/>
    </condition>
    <echo message="${win}"/>
    <condition property="win9x">
      <os family="win9x"/>
    </condition>
    <echo message="${win9x}"/>
  </target>
</project>

Next, what happens if you type

command.com /c set

in a DOS box?

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to