Hello all,

I am getting a strange error ... when I run the javadoc task 
cut=

<target name="doc" depends="init">
 <echo> ${ant.home}</echo>
          <javadoc packagenames="ie.emuse.*"
                           sourcepath="${sourceDir}"
                           destdir="${javadocsDir}"
                           author="true"
                           version="true"
                           use="true"
                           windowtitle="Ichara Documentation">

          </javadoc>
=cut

I get the following output
cut=
 C:\ichara\build>ant doc
Buildfile: build.xml

init:

doc:
     [echo]  ${ant.home}
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] usage: javadoc [options] [packagenames] [sourcefiles]
[classnames] [
@files]
  [javadoc] javadoc: invalid flag: -Dant.home=C;\jakarta-ant-1.4.1
  [javadoc] -overview <file>          Read overview documentation from HTML
file

  [javadoc] -public                   Show only public classes and members
  [javadoc] -protected                Show protected/public classes and
members
(default)
  [javadoc] -package                  Show package/protected/public classes
and
members
  [javadoc] -private                  Show all classes and members

etc etc etc ......
=cut

This seems to be strange behaviour. I had this same task working fine
yesterday ....
Here is my env variables taken from the set command

cut=

ANT_HOME=C:\jakarta-ant-1.4.1\
APPDATA=C:\Documents and Settings\huntb\Application Data
CLASSPATH=C:\jdk1.3.1_01\lib\tools.jar;c:\tomcat\lib\servlet.jar;C:\xalan-j_
2_2_
0\bin\
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=HUNTB
ComSpec=C:\WINNT\system32\cmd.exe
HOMEDRIVE=C:
HOMEPATH=\
HP_LBB_HOME=C:\hpmw\hpas\config\lbb
IT_CONFIG_DOMAINS_DIR=C:\hpmw\hpas\orbix\orbix_art\1.2\localhost
IT_DOMAIN_NAME=localhost
IT_LICENSE_FILE=C:\hpmw\hpas\orbix\etc\licenses.txt
IT_PRODUCT_DIR=C:\hpmw\hpas\orbix
J2EE_HOME=C:\j2sdkee1.3
JAVA_HOME=C:\jdk1.3.1_01
JBOSS_DIST=c:\jboss\jboss\
JBOSS_HOME=c:\jboss\jboss\
LOGONSERVER=\\BUBBLE
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Os2LibPath=C:\WINNT\system32\os2\dll;
Path=C:\jdk1.3.1_01\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:
\Pro
gram Files\Rational\common;C:\steghide\;C:\Program Files\Microsoft Visual
Studio
\Common\VSS\win32\;C:\vim60d16\vim\vim60;C:\jdk1.3.1_01\bin\;C:\Program
Files\pu
tty;C:\jakarta-ant-1.4.1\bin\;C:\WINNT\;C:\wbin;C:\hpmw\hpas\orbix\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 8 Stepping 3, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0803
ProgramFiles=C:\Program Files
PROMPT=$P$G
SystemDrive=C:
SystemRoot=C:\WINNT
TEMP=C:\DOCUME~1\huntb\LOCALS~1\Temp
TMP=C:\DOCUME~1\huntb\LOCALS~1\Temp
USERDOMAIN=EMUSE
USERNAME=huntb
USERPROFILE=C:\Documents and Settings\huntb
windir=C:\WINNT

=cut

Anyone got any ideas ?

Bryan




perl -e 'print
pack("c*",0x42,0x72,0x79,0x61,0x6E,0x20,0x48,0x75,0x6E,0x74)."\n";'
___________________________________________

eMuse Technologies
Unit 24, Trinity Enterprise Centre,
Pearse Street, Dublin 2, Ireland

Tel:  353-1-671-7317
Fax:  353-1-671-7319

website: www.emuse.ie 
email: [EMAIL PROTECTED] 
___________________________________________

This message has been scanned for viruses using GroupShield for Exchange 4.5

CONFIDENTIALITY NOTICE - The information contained in this email message is
intended only for confidential use of the named recipient. If the reader is
not the intended recipient or the person responsible for delivering it to
the recipient, you are hereby notified that you have received this
communication in error and that any review, dissemination or copying of this
communication is strictly prohibited. If you have received this in error,
please notify the sender immediately.

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

Reply via email to