Ignore me - it was a missing class in CVS.
Stephen McConnell wrote:
Just did a build of ant (ant building ant) and that passed without
problem so I took a look at the bootstrap.sh script and noticed that the
package in question is not included in the build:
"${JAVAC}" $BOOTJAVAC_OPTS -d ${CLASSDIR} ${TOOLS}/bzip2/*.java
${TOOLS}/tar/*.java ${TOOLS}/zip/*.java \
${TOOLS}/ant/util/regexp/RegexpMatcher.java \
${TOOLS}/ant/util/regexp/RegexpMatcherFactory.java \
${TOOLS}/ant/types/*.java \
${TOOLS}/ant/*.java ${TOOLS}/ant/taskdefs/*.java \
${TOOLS}/ant/taskdefs/compilers/*.java \
${TOOLS}/ant/taskdefs/condition/*.java
Seems to me that ${TOOLS}/ant/types/selectors/** needs to be added to
the list of sources - after all, .selectors is referenced in
AbstractFileSet and defaults.properties.
Steve.
Adam R. B. Jack wrote:
FYI:
http://brutus.apache.org/~gump/public/ant/bootstrap-ant/index.htm
which leads to :
http://brutus.apache.org/~gump/public/ant/bootstrap-ant/gump_work/buildscript_ant_bootstrap-ant.html
... Bootstrapping Ant Distribution
... Compiling Ant Classes
src/main/org/apache/tools/ant/types/selectors/modifiedselector/ModifiedSelec
tor.java:390: cannot resolve symbol
symbol : class ChecksumAlgorithm
location: class
org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector
algorithm = new ChecksumAlgorithm();
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
1 error
... Failed compiling Ant classes !
regards
Adam
--
Experience the Unwired Enterprise:
http://www.sybase.com/unwiredenterprise
Try Sybase: http://www.try.sybase.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
|---------------------------------------|
| Magic by Merlin |
| Production by Avalon |
| |
| http://avalon.apache.org |
|---------------------------------------|
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]