Your message dated Wed, 24 Jun 2009 21:34:51 +0000
with message-id <e1mja7h-0008if...@ries.debian.org>
and subject line Bug#533967: fixed in velocity-tools 1.4-2
has caused the Debian Bug report #533967,
regarding velocity-tools: FTBFS: The method assertEquals(Object, Object) is 
ambiguous for the type GenericToolsTests
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533967
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: velocity-tools
Version: 1.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4'
> make[1]: Nothing to be done for `update-config'.
> make[1]: Leaving directory 
> `/build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4'
> touch debian/stamp-patched
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/antlr.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-collections.jar:/usr/share/java/commons-digester.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-validator.jar:/usr/share/java/oro.jar:/usr/share/java/servlet-api.jar:/usr/share/java/velocity.jar:/usr/share/java/junit4.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dskip-download=true    
>  jar.view javadoc
> Buildfile: build.xml
> 
> prepare.compile:
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/classes
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/dist
> 
> base-download:
> 
> commons-collections-download:
> 
> http-download:
> 
> do-http-download:
> 
> velocity-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile-download:
> 
> commons-beanutils-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-digester-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-lang-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-logging-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-validator-download:
> 
> http-download:
> 
> do-http-download:
> 
> oro-download:
> 
> http-download:
> 
> do-http-download:
> 
> servletapi-download:
> 
> http-download:
> 
> do-http-download:
> 
> sslext-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-core-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-tiles-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-taglib-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile.view:
>     [javac] Compiling 45 source files to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/classes
>     [javac] ----------
>     [javac] 1. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/generic/ComparisonDateTool.java
>  (at line 23)
>     [javac]   import java.util.Date;
>     [javac]          ^^^^^^^^^^^^^^
>     [javac] The import java.util.Date is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 2. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/generic/ValueParser.java (at line 23)
>     [javac]   import java.util.ArrayList;
>     [javac]          ^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.util.ArrayList is never used
>     [javac] ----------
>     [javac] 3. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/generic/ValueParser.java
>  (at line 26)
>     [javac]   import java.util.List;
>     [javac]          ^^^^^^^^^^^^^^
>     [javac] The import java.util.List is never used
>     [javac] ----------
>     [javac] 
>     [javac] ----------
>     [javac] 4. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/ViewToolInfo.java
>  (at line 96)
>     [javac]   Object instance = clazz.newInstance();
>     [javac]          ^^^^^^^^
>     [javac] The local variable instance is never read
>     [javac] ----------
>     [javac] ----------
>     [javac] 5. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/view/context/ChainedContext.java (at line 70)
>     [javac]   public class ChainedContext extends VelocityContext implements 
> ViewContext
>     [javac]                ^^^^^^^^^^^^^^
>     [javac] The serializable class ChainedContext does not declare a static 
> final serialVersionUID field of type long
>     [javac] ----------
>     [javac] ----------
>     [javac] 6. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/view/servlet/ServletToolInfo.java (at line 22)
>     [javac]   import javax.servlet.http.HttpServletRequest;
>     [javac]          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The import javax.servlet.http.HttpServletRequest is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 7. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/servlet/ServletToolboxManager.java
>  (at line 23)
>     [javac]   import java.io.PrintWriter;
>     [javac]          ^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.io.PrintWriter is never used
>     [javac] ----------
>     [javac] 8. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/servlet/ServletToolboxManager.java
>     [javac]  (at line 24)
>     [javac]   import java.io.StringWriter;
>     [javac]          ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.io.StringWriter is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 9. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/v
>     [javac] elocity/tools/view/servlet/VelocityViewServlet.java (at line 29)
>     [javac]   import java.util.Properties;
>     [javac]          ^^^^^^^^^^^^^^^^^^^^
>     [javac] The import java.util.Properties is never used
>     [javac] ----------
>     [javac] ----------
>     [javac] 10. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/src/java/org/apache/velocity/tools/view/tools/LinkTool.java
>  (at line 983)
>     [javac]   return URLEncoder.encode(url);
>     [javac]          ^^^^^^^^^^^^^^^^^^^^^^
>     [javac] The method encode(String) from the type URLEncoder is deprecated
>     [javac] ----------
>     [javac] 10 problems (10 warnings)
>      [copy] Copying 2 files to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/classes
> 
> jar.view:
>       [jar] Building jar: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/dist/velocity-tools-view-1.4.jar
> 
> javadoc:
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/docs/javadoc
>   [javadoc] Generating Javadoc
>   [javadoc] Javadoc execution
>   [javadoc] Loading classes for package org.apache.velocity.tools.generic...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.generic.log...
>   [javadoc] Loading classes for package org.apache.velocity.tools.struts...
>   [javadoc] Loading classes for package org.apache.velocity.tools.view...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.view.context...
>   [javadoc] Loading classes for package org.apache.velocity.tools.view.i18n...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.view.servlet...
>   [javadoc] Loading classes for package 
> org.apache.velocity.tools.view.tools...
>   [javadoc] Constructing Javadoc information...
>   [javadoc] WARNING: Cannot locate class java.lang.Object referenced in class 
> org.apache.velocity.tools.generic.Alternator
>   [javadoc] WARNING: Error while loading class List
>   [javadoc] WARNING: Error while loading class Field
>   [javadoc] WARNING: Error while loading class DateFormat
>   [javadoc] WARNING: Error while loading class SimpleDateFormat
>   [javadoc] WARNING: Error while loading class Date
>   [javadoc] WARNING: Error while loading class Calendar
>   [javadoc] WARNING: Error while loading class Locale
>   [javadoc] WARNING: Error while loading class Map
>   [javadoc] WARNING: Error while loading class TimeZone
>   [javadoc] WARNING: Error while loading class URLEncoder
>   [javadoc] WARNING: Error while loading class UnsupportedEncodingException
>   [javadoc] WARNING: Error while loading class StringEscapeUtils
>   [javadoc] WARNING: Error while loading class Array
>   [javadoc] WARNING: Error while loading class ArrayList
>   [javadoc] WARNING: Error while loading class Collection
>   [javadoc] WARNING: Error while loading class Iterator
>   [javadoc] WARNING: Error while loading class Collections
>   [javadoc] WARNING: Error while loading class LinkedHashMap
>   [javadoc] WARNING: Error while loading class MissingResourceException
>   [javadoc] WARNING: Error while loading class ResourceBundle
>   [javadoc] WARNING: Error while loading class MessageFormat
>   [javadoc] WARNING: Error while loading class Enumeration
>   [javadoc] WARNING: Error while loading class ArrayIterator
>   [javadoc] WARNING: Error while loading class EnumerationIterator
>   [javadoc] WARNING: Error while loading class DecimalFormat
>   [javadoc] WARNING: Error while loading class DecimalFormatSymbols
>   [javadoc] WARNING: Error while loading class NumberFormat
>   [javadoc] WARNING: Error while loading class Arrays
>   [javadoc] WARNING: Error while loading class Comparator
>   [javadoc] WARNING: Error while loading class PropertyUtils
>   [javadoc] WARNING: Error while loading class StringWriter
>   [javadoc] WARNING: Error while loading class Velocity
>   [javadoc] WARNING: Error while loading class VelocityEngine
>   [javadoc] WARNING: Error while loading class Context
>   [javadoc] WARNING: Error while loading class PrintWriter
>   [javadoc] WARNING: Error while loading class Log
>   [javadoc] WARNING: Error while loading class LogSystem
>   [javadoc] WARNING: Error while loading class LogFactory
>   [javadoc] WARNING: Error while loading class RuntimeServices
>   [javadoc] WARNING: Error while loading class HttpServletRequest
>   [javadoc] WARNING: Error while loading class HttpSession
>   [javadoc] WARNING: Error while loading class ActionForm
>   [javadoc] WARNING: Error while loading class ServletContext
>   [javadoc] WARNING: Error while loading class Globals
>   [javadoc] WARNING: Error while loading class ActionMessage
>   [javadoc] WARNING: Error while loading class ActionMessages
>   [javadoc] WARNING: Error while loading class ModuleConfig
>   [javadoc] WARNING: Error while loading class ForwardConfig
>   [javadoc] WARNING: Error while loading class ActionConfig
>   [javadoc] WARNING: Error while loading class MessageResources
>   [javadoc] WARNING: Error while loading class RequestUtils
>   [javadoc] WARNING: Error while loading class TagUtils
>   [javadoc] WARNING: Error while loading class ModuleUtils
>   [javadoc] WARNING: Error while loading class SecurePlugInInterface
>   [javadoc] WARNING: Error while loading class SecureActionConfig
>   [javadoc] WARNING: Error while loading class Stack
>   [javadoc] WARNING: Error while loading class AttributeDefinition
>   [javadoc] WARNING: Error while loading class ComponentContext
>   [javadoc] WARNING: Error while loading class ComponentDefinition
>   [javadoc] WARNING: Error while loading class Controller
>   [javadoc] WARNING: Error while loading class DefinitionAttribute
>   [javadoc] WARNING: Error while loading class DefinitionNameAttribute
>   [javadoc] WARNING: Error while loading class DefinitionsFactoryException
>   [javadoc] WARNING: Error while loading class DirectStringAttribute
>   [javadoc] WARNING: Error while loading class TilesUtil
>   [javadoc] WARNING: Error while loading class Form
>   [javadoc] WARNING: Error while loading class ValidatorAction
>   [javadoc] WARNING: Error while loading class ValidatorResources
>   [javadoc] WARNING: Error while loading class Var
>   [javadoc] WARNING: Error while loading class Resources
>   [javadoc] WARNING: Error while loading class ValidatorPlugIn
>   [javadoc] WARNING: Error while loading class Rule
>   [javadoc] WARNING: Error while loading class Digester
>   [javadoc] WARNING: Error while loading class RuleSetBase
>   [javadoc] WARNING: Error while loading class Attributes
>   [javadoc] WARNING: Error while loading class Reader
>   [javadoc] WARNING: Error while loading class HttpServletResponseWrapper
>   [javadoc] WARNING: Error while loading class BufferedReader
>   [javadoc] WARNING: Error while loading class ByteArrayOutputStream
>   [javadoc] WARNING: Error while loading class IOException
>   [javadoc] WARNING: Error while loading class InputStream
>   [javadoc] WARNING: Error while loading class InputStreamReader
>   [javadoc] WARNING: Error while loading class StringReader
>   [javadoc] WARNING: Error while loading class HttpURLConnection
>   [javadoc] WARNING: Error while loading class URL
>   [javadoc] WARNING: Error while loading class URLConnection
>   [javadoc] WARNING: Error while loading class RequestDispatcher
>   [javadoc] WARNING: Error while loading class ServletOutputStream
>   [javadoc] WARNING: Error while loading class HttpServletResponse
>   [javadoc] WARNING: Error while loading class InvocationTargetException
>   [javadoc] WARNING: Error while loading class Method
>   [javadoc] WARNING: Error while loading class HashMap
>   [javadoc] WARNING: Error while loading class File
>   [javadoc] WARNING: Error while loading class FileInputStream
>   [javadoc] WARNING: Error while loading class RuleSet
>   [javadoc] WARNING: Error while loading class VelocityContext
>   [javadoc] WARNING: Error while loading class HttpServlet
>   [javadoc] WARNING: Error while loading class OutputStreamWriter
>   [javadoc] WARNING: Error while loading class Writer
>   [javadoc] WARNING: Error while loading class Properties
>   [javadoc] WARNING: Error while loading class ServletConfig
>   [javadoc] WARNING: Error while loading class ServletException
>   [javadoc] WARNING: Error while loading class ExtendedProperties
>   [javadoc] WARNING: Error while loading class Template
>   [javadoc] WARNING: Error while loading class MethodInvocationException
>   [javadoc] WARNING: Error while loading class ParseErrorException
>   [javadoc] WARNING: Error while loading class ResourceNotFoundException
>   [javadoc] WARNING: Error while loading class VelocityWriter
>   [javadoc] WARNING: Error while loading class RuntimeConstants
>   [javadoc] WARNING: Error while loading class SimplePool
>   [javadoc] WARNING: Error while loading class ResourceLoader
>   [javadoc] WARNING: Error while loading class Resource
>   [javadoc] WARNING: Error while loading class HashSet
>   [javadoc] WARNING: Error while loading class ServletRequest
>   [javadoc] WARNING: Error while loading class Matcher
>   [javadoc] WARNING: Error while loading class Pattern
>   [javadoc] WARNING: Error while loading class PatternSyntaxException
>   [javadoc] WARNING: Error while loading class Cookie
>   [javadoc] WARNING: Error while loading class Set
>   [javadoc] WARNING: Error while loading class AbstractContext
>   [javadoc] Resolving references in comments...
>   [javadoc] Resolving references in classes...
>   [javadoc] Resolving references in packages...
>   [javadoc] Resolving references in class comments...
>   [javadoc] Resolving references in package comments...
>   [javadoc] Running doclet...
>   [javadoc] WARNING: Option -validhtml hasn't been specified. Generated HTML 
> will not validate.
>   [javadoc] Building cross-reference information...
>   [javadoc] Writing overview files...
>   [javadoc] Writing full tree...
>   [javadoc] Writing index...
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.generic
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.generic.log
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.struts
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.view
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.view.context
>   [javadoc] Writing HTML files for package org.apache.velocity.tools.view.i18n
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.view.servlet
>   [javadoc] Writing HTML files for package 
> org.apache.velocity.tools.view.tools
>   [javadoc] 122 warnings
> 
> BUILD SUCCESSFUL
> Total time: 3 seconds
> touch debian/stamp-ant-build
> cd . && /usr/lib/jvm/default-java/bin/java -classpath 
> /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/antlr.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-collections.jar:/usr/share/java/commons-digester.jar:/usr/share/java/commons-lang.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-validator.jar:/usr/share/java/oro.jar:/usr/share/java/servlet-api.jar:/usr/share/java/velocity.jar:/usr/share/java/junit4.jar:/usr/share/java/ant-junit.jar:/usr/lib/jvm/default-java/lib/tools.jar
>   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dskip-download=true    
>  test.generic
> Buildfile: build.xml
> 
> prepare.compile:
> 
> base-download:
> 
> commons-collections-download:
> 
> http-download:
> 
> do-http-download:
> 
> velocity-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile-download:
> 
> commons-beanutils-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-digester-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-lang-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-logging-download:
> 
> http-download:
> 
> do-http-download:
> 
> commons-validator-download:
> 
> http-download:
> 
> do-http-download:
> 
> oro-download:
> 
> http-download:
> 
> do-http-download:
> 
> servletapi-download:
> 
> http-download:
> 
> do-http-download:
> 
> sslext-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-core-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-tiles-download:
> 
> http-download:
> 
> do-http-download:
> 
> struts-taglib-download:
> 
> http-download:
> 
> do-http-download:
> 
> compile.view:
> 
> jar.view:
> 
> test.generic:
> 
> prepare.test:
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/test/lib
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/rst
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/classes
>     [mkdir] Created dir: 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/log
>      [copy] Copying 9 files to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src
>      [copy] Copying 1 file to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/test/etc
> 
> whitebox.test.download:
> 
> base-download:
> 
> commons-collections-download:
> 
> http-download:
> 
> do-http-download:
> 
> velocity-download:
> 
> http-download:
> 
> do-http-download:
> 
> whitebox-test-download:
> 
> junit-download:
> 
> http-test-download:
> 
> do-http-test-download:
> 
> compile.whitebox.test:
>     [javac] Compiling 1 source file to 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/classes
>     [javac] ----------
>     [javac] 1. WARNING in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 55)
>     [javac]   private static Map toolbox = null;
>     [javac]                  ^^^
>     [javac] Map is a raw type. References to generic type Map<K,V> should be 
> parameterized
>     [javac] ----------
>     [javac] 2. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 100)
>     [javac]   assertEquals(2007,dateTool.getYear(disp));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 3. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 101)
>     [javac]   assertEquals(0,dateTool.getMonth(disp));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 4. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 102)
>     [javac]   assertEquals(2,dateTool.getDay(disp));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 5. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 131)
>     [javac]   assertEquals(3,mathTool.ceil(2.5));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 6. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 133)
>     [javac]   assertEquals(5,mathTool.floor(5.1));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 7. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 137)
>     [javac]   assertEquals(8,mathTool.idiv(130,16));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 8. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>     [javac]  (at line 140)
>     [javac]   assertEquals(11,mathTool.mod(37,13));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 9. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 142)
>     [javac]   assertEquals(13,mathTool.round(12.8));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 10. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apa
>     [javac] che/velocity/tools/test/whitebox/GenericToolsTests.java (at line 
> 143)
>     [javac]   assertEquals(14.2,mathTool.roundTo(1,14.18));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 11. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 144)
>     [javac]   assertEquals(-5.0,mathTool.roundTo(2,-4.999));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 12. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apa
>     [javac] che/velocity/tools/test/whitebox/GenericToolsTests.java (at line 
> 147)
>     [javac]   assertEquals(17,mathTool.toInteger("17"));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 13. ERROR in 
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build/test/src/org/apache/velocity/tools/test/whitebox/GenericToolsTests.java
>  (at line 148)
>     [javac]   assertEquals(18.1,mathTool.toDouble("18.1"));
>     [javac]   ^^^^^^^^^^^^
>     [javac] The method assertEquals(Object, Object) is ambiguous for the type 
> GenericToolsTests
>     [javac] ----------
>     [javac] 13 problems (12 errors, 1 warning)
> 
> BUILD FAILED
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/build.xml:590:
>  The following error occurred while executing this line:
> /build/user-velocity-tools_1.4-1-amd64-xYJtId/velocity-tools-1.4/test.xml:111:
>  Compile failed; see the compiler error output for details.
> 
> Total time: 2 seconds
> make: *** [debian/stamp-ant-check] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/velocity-tools_1.4-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: velocity-tools
Source-Version: 1.4-2

We believe that the bug you reported is fixed in the latest version of
velocity-tools, which is due to be installed in the Debian FTP archive:

libvelocity-tools-java-doc_1.4-2_all.deb
  to pool/main/v/velocity-tools/libvelocity-tools-java-doc_1.4-2_all.deb
libvelocity-tools-java_1.4-2_all.deb
  to pool/main/v/velocity-tools/libvelocity-tools-java_1.4-2_all.deb
velocity-tools_1.4-2.diff.gz
  to pool/main/v/velocity-tools/velocity-tools_1.4-2.diff.gz
velocity-tools_1.4-2.dsc
  to pool/main/v/velocity-tools/velocity-tools_1.4-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 533...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damien Raude-Morvan <draz...@drazzib.com> (supplier of updated velocity-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 24 Jun 2009 00:25:56 +0200
Source: velocity-tools
Binary: libvelocity-tools-java libvelocity-tools-java-doc
Architecture: source all
Version: 1.4-2
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan <draz...@drazzib.com>
Changed-By: Damien Raude-Morvan <draz...@drazzib.com>
Description: 
 libvelocity-tools-java - collection of useful tools for Velocity template 
engine
 libvelocity-tools-java-doc - collection of useful tools for Velocity template 
engine - documen
Closes: 533967
Changes: 
 velocity-tools (1.4-2) unstable; urgency=low
 .
   * debian/patches/02_junit_45.dpatch: compatibility patch
     for JUnit 4.5. (Closes: #533967)
   * debian/docs: include WHY_THREE_JARS.txt in package
   * debian/rules: New generic.jar module activated
     - Add "jar.generic" Ant target to DEB_ANT_BUILD_TARGET
     - Install generic.jar file
   * Bump Standards-Version to 3.8.2: no changes needed.
Checksums-Sha1: 
 c9dadca30d66566a92a7144f4d0d384a80ff7c9e 1494 velocity-tools_1.4-2.dsc
 36ff37107a300a30e570ff68cbaef58cb2b70a75 3941 velocity-tools_1.4-2.diff.gz
 c4ef0644fe6faa65724940f86ed3f3b7f8340fcc 155206 
libvelocity-tools-java_1.4-2_all.deb
 8281c9f91bf42947727ce4639fc14df62818c212 251358 
libvelocity-tools-java-doc_1.4-2_all.deb
Checksums-Sha256: 
 527d272a0280856696a85a59588f45529fc2cd1d163bd7828ee438812a5b4421 1494 
velocity-tools_1.4-2.dsc
 4a98f7778174468f64534f4048512e262594b4d760f6d98812eb51e5ea0bb783 3941 
velocity-tools_1.4-2.diff.gz
 f307b6af315bb8d935db8b8c53cb6ac8e4a1c98b60af87fb7fcac3f08f29db5e 155206 
libvelocity-tools-java_1.4-2_all.deb
 0e987692e097fefeef5a03b5d9067308c7d67ba9a99e73275c1a5b3c763652f4 251358 
libvelocity-tools-java-doc_1.4-2_all.deb
Files: 
 4f93f57d30b2a743a076884f2648d765 1494 java optional velocity-tools_1.4-2.dsc
 e4fdac07d90544ffb719a439ed1264ae 3941 java optional 
velocity-tools_1.4-2.diff.gz
 884387f12c4cd7a35273ad96b9a8906c 155206 java optional 
libvelocity-tools-java_1.4-2_all.deb
 3e9df726af94d91a86f1c31d3956f109 251358 doc optional 
libvelocity-tools-java-doc_1.4-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpCkD8ACgkQx/UhwSKygspTjACbBDLRaNlrdRdxeIe1P/1FPXca
4ewAnA9tEpr4X61NQwU1HfiBVZcHySeK
=BKOC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to