Ant failed build with 25 warning
Can someone help me to figure oout why the build file has failed. What do I need to fix. There are no errors just warnings but still wont create a successful build
Buildfile: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build
[delete] Deleting directory C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\dist
clean:
main:
[copy] Copying 2 files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\classes
[echo] Building Slide Core API
[javac] Compiling 287 source files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\classes
[javac] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\Namespace.java:912: warning: non-varargs call of varargs method with inexact argument typefor last parameter;
[javac] cast to java.lang.Objectfor a varargs call
[javac] cast to java.lang.Object[]for a non-varargs call and to suppressthis warning
[javac] extractor = (Extractor)extractorConstructor.newInstance(new String[]{ uri, contentType, namespace});
[javac] ^
[javac] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\event\EventDispatcher.java:87: warning: non-varargs call of varargs method with inexact argument typefor last parameter;
[javac] cast to java.lang.Objectfor a varargs call
[javac] cast to java.lang.Object[]for a non-varargs call and to suppressthis warning
[javac] eventListener = (EventListener)getInstanceMethod.invoke(null,null);
[javac] ^
[javac] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\extractor\ExtractorManager.java:116: warning: non-varargs call of varargs method with inexact argument typefor last parameter;
[javac] cast to java.lang.Objectfor a varargs call
[javac] cast to java.lang.Object[]for a non-varargs call and to suppressthis warning
[javac] extractor = (Extractor) extractorConstructor.newInstance(new String[]{ uri, contentType, namespace});
[javac] ^
[javac] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\extractor\ExtractorManager.java:120: warning: non-varargs call of varargs method with inexact argument typefor last parameter;
[javac] cast to java.lang.Objectfor a varargs call
[javac] cast to java.lang.Object[]for a non-varargs call and to suppressthis warning
[javac] extractor = (Extractor) extractorConstructor.newInstance(new String[]{ uri, contentType});
[javac] ^
[javac] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\search\IndexTrigger.java:64: warning: non-varargs call of varargs method with inexact argument typefor last parameter;
[javac] cast to java.lang.Objectfor a varargs call
[javac] cast to java.lang.Object[]for a non-varargs call and to suppressthis warning
[javac] indexer = (Indexer)getInstanceMethod.invoke(null,null);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecationfor details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:uncheckedfor details.
[javac] 5 warnings
[copy] Copying 1 file to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\classes
[copy] Copying 25 files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\lib
[echo] Building Slide WebDAV Servlet
[javac] Compiling 137 source files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecationfor details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:uncheckedfor details.
[echo] Building Standard Stores
[javac] Compiling 61 source files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\classes
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecationfor details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:uncheckedfor details.
[echo] Building Default Roles
[javac] Compiling 6 source files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\classes
[echo] Building JAAS LoginModule
[javac] Compiling 4 source files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\classes
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:uncheckedfor details.
prepare-dist:
[echo] Creating distribution directories
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\dist
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\dist\slide\webapp
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\dist\slide\lib
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\dist\doc
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\dist\slide\wrappers
detect.display:
[echo] +-
[echo] | Build environmentfor Jakarta-Slide 2.1
[echo] |
[echo] | Note:
[echo] |If ${property.name} is displayedfor a library
[echo] |instead of'true', that library is not present.
[echo] +-
[echo] Environment:
[echo] Java home C:\Program Files\Java\jdk1.5.0_09\jre
[echo] Java version1.5
[echo] Build options:
[echo] Generate debugging infoon
[echo] Display deprecation infooff
[echo] Optimize on
[echo] Target1.5
[echo] Build directory./build
[echo] Distribution directory./dist
[echo] Distribution archive name./jakarta-slide-server-bin-2.1
[echo] Libraries:
[echo] JAXP (1.1 or later)true
[echo] XML DOM Level 2 APItrue
[echo] XML SAX 2 APItrue
[echo] Optional Tomcat bundle:
[echo] Tomcat (4.1.x or 5.0.x)C:Tomcat-5.0.28bin
[echo] Present${catalina.present}
detect.fail:
detect:
prepare:
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\schema
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\samples
[mkdir] Created dir: C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\javadoc
doc:
[style] Transforming into C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\architecture.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\architecture.html
[style] Loading stylesheet C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\stylesheets\slide.xsl
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\changelog.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\changelog.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\conf-lib.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\conf-lib.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\config_file.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\config_file.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\contrib.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\contrib.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\download.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\download.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\faq.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\faq.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\getting-started.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\getting-started.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-acl.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-acl.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-bind.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-bind.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-create-users.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-create-users.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-deltav.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-deltav.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-j2eestore.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-j2eestore.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-jaas.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-jaas.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-jca.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-jca.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\howto-tomcat.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\howto-tomcat.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\index.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\index.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\installation.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\installation.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\news.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\news.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\osx.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\osx.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\project.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\project.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\roadmap.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\roadmap.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\webdav-client.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\webdav-client.html
[style] Processing C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\doc\xp.xml to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\xp.html
[copy] Copying 115 files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc
[copy] Copying 2 files to C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\schema
javadoc:
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source filesforpackage org.apache.slide.authenticate...
[javadoc] Loading source filesforpackage org.apache.slide.cluster...
[javadoc] Loading source filesforpackage org.apache.slide.common...
[javadoc] Loading source filesforpackage org.apache.slide.content...
[javadoc] Loading source filesforpackage org.apache.slide.event...
[javadoc] Loading source filesforpackage org.apache.slide.extractor...
[javadoc] Loading source filesforpackage org.apache.slide.lock...
[javadoc] Loading source filesforpackage org.apache.slide.macro...
[javadoc] Loading source filesforpackage org.apache.slide.search...
[javadoc] Loading source filesforpackage org.apache.slide.search.basic...
[javadoc] Loading source filesforpackage org.apache.slide.search.basic.expression...
[javadoc] Loading source filesforpackage org.apache.slide.security...
[javadoc] Loading source filesforpackage org.apache.slide.store...
[javadoc] Loading source filesforpackage org.apache.slide.structure...
[javadoc] Loading source filesforpackage org.apache.slide.transaction...
[javadoc] Loading source filesforpackage org.apache.slide.util...
[javadoc] Loading source filesforpackage org.apache.slide.util.conf...
[javadoc] Loading source filesforpackage org.apache.slide.util.event...
[javadoc] Loading source filesforpackage org.apache.slide.util.logger...
[javadoc] Constructing Javadoc information...
[javadoc] Standard Doclet version 1.5.0_09
[javadoc] Building treefor all the packages and classes...
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\DomainAccessToken.java:91: warning - @param argument"Reader" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\RequestedPropertiesImpl.java:120: warning - @param argument"text" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\RequestedPropertiesImpl.java:120: warning - @param argument"children" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\SlideTokenImpl.java:306: warning - @return tag cannot be used in method withvoidreturn type.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\SlideTokenWrapper.java:250: warning - @return tag cannot be used in method withvoidreturn type.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\event\RemoteInformation.java:34: warning - Tag @link: reference not found: org.apache.slide.webdav.method.PollMethod PollMethod
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\extractor\SimpleXmlExtractor.java:90: warning - @param argument"text" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\search\Indexer.java:63: warning - @param argument"number" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\search\Indexer.java:77: warning - @param argument"number" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\search\SlideUri.java:99: warning - @param argument"path" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\search\basic\BasicExpressionCompiler.java:76: warning - Tag @link: can't find storeSpecificExpressionFactory in org.apache.slide.search.basic.BasicExpressionCompiler
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\search\basic\BasicQueryScope.java:79: warning - @param argument"propertyName" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\search\basic\BasicQueryScope.java:91: warning - @param argument"propertyName" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\store\AbstractStore.java:1249: warning - @param argument"revisionNumber" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\store\DefaultIndexer.java:111: warning - @param argument"number" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\store\ResourceId.java:71: warning - @pre is an unknown tag.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\store\SequenceStore.java:36: warning - Tag @link: reference not found: isSupported
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\store\SequenceStore.java:80: warning - @param argument"sequenceNamethe" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\structure\ActionNode.java:122: warning - @param argument"The" is not a parameter name.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\transaction\ExternalTransactionContext.java:64: warning - @return tag has no arguments.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\transaction\ExternalTransactionContext.java:77: warning - @return tag has no arguments.
[javadoc] Generating C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\javadoc\org/apache/slide/common/\package-summary.html...
[javadoc] Copying file C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\doc-files\architecture.png to directory C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\javadoc\org\apache\slide\common\doc-files...
[javadoc] Copying file C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\doc-files\stores.png to directory C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\javadoc\org\apache\slide\common\doc-files...
[javadoc] Copying file C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\common\doc-files\transactions.png to directory C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\javadoc\org\apache\slide\common\doc-files...
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\event\package.html: warning - Tag @link: can't find vetoableEventFired(EventMethod,EventObject) in org.apache.slide.event.GlobalListener
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\event\package.html: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\event\package.html: warning - Tag @see cannot be used in inline documentation. It can only be used in the following types of documentation: overview, package, class/interface, constructor, field, method.
[javadoc] C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\src\share\org\apache\slide\structure\ObjectNode.java:72: warning - Tag @link: can't find linksShared in org.apache.slide.structure.ObjectNode
[javadoc] Building indexfor all the packages and classes...
[javadoc] Building indexfor all classes...
[javadoc] Generating C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build\doc\javadoc\stylesheet.css...
[javadoc] 25 warnings
dist-xml:
BUILD FAILED
C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\build.xml:414: Warning: Could not find file C:\Documents and Settings\shapellj\Desktop\College stuff\Workspace\slide2.1\${jaxp.jar} to copy.
Total time: 37 seconds

