Hi there,
Could anyone please let me know why I got this error? I downloaded the
latest GrouseDoc distribution with ANT and installed JDK 1.6
C:\jGrouseDoc-2.0\ant\bin>ant -f E:\TestCheckIn\jslibs\internal\samples
\javascripts\build.xml
Buildfile: E:\TestCheckIn\jslibs\internal\samples\javascripts
\build.xml
setup:
clean:
[delete] Deleting directory E:\TestCheckIn\jslibs\internal\samples
\api
makeProjectFile:
[mkdir] Created dir: E:\TestCheckIn\jslibs\internal\samples\api
[jgdoc] Building jGrouseDoc project file (BIN) E:\TestCheckIn
\jslibs\internal\samples\api\jgrouse.jgd
BUILD FAILED
java.lang.NoSuchMethodError: org.apache.tools.ant.types.FileSet.getDir
()Ljava/io/File;
Total time: 0 seconds
Here's my property file
#set jGrouseHome - location of jGrouseDoc distribution
jGrouseHome.default=C:/jGrouseDoc-2.0
#set the location of your source files
inputDir.default=E:/TestCheckIn/jslibs/internal/samples/javascripts/
#Set mask for input files
fileMask.default=**/*.js
#set output directory
outputDir.default=E:/TestCheckIn/jslibs/internal/samples/api
########### for additional information regarding configuration
parameters
########### see
http://code.google.com/p/jgrousedoc/wiki/AdvancedConfiguration
Thanks very much!