owasp-java-html-sanitizer_0.1+r88-1_amd64.changes ACCEPTED into unstable

2012-03-22 Thread Debian FTP Masters



Accepted:
libowasp-java-html-sanitizer-java-doc_0.1+r88-1_all.deb
  to 
main/o/owasp-java-html-sanitizer/libowasp-java-html-sanitizer-java-doc_0.1+r88-1_all.deb
libowasp-java-html-sanitizer-java_0.1+r88-1_all.deb
  to 
main/o/owasp-java-html-sanitizer/libowasp-java-html-sanitizer-java_0.1+r88-1_all.deb
owasp-java-html-sanitizer_0.1+r88-1.debian.tar.gz
  to 
main/o/owasp-java-html-sanitizer/owasp-java-html-sanitizer_0.1+r88-1.debian.tar.gz
owasp-java-html-sanitizer_0.1+r88-1.dsc
  to main/o/owasp-java-html-sanitizer/owasp-java-html-sanitizer_0.1+r88-1.dsc
owasp-java-html-sanitizer_0.1+r88.orig.tar.gz
  to 
main/o/owasp-java-html-sanitizer/owasp-java-html-sanitizer_0.1+r88.orig.tar.gz


Changes:
owasp-java-html-sanitizer (0.1+r88-1) unstable; urgency=low
 .
  * Initial Debian release (Closes: #664055)
 .
  [tony mancill]
  * Set DMUA flag.


Override entries for your package:
libowasp-java-html-sanitizer-java-doc_0.1+r88-1_all.deb - optional doc
libowasp-java-html-sanitizer-java_0.1+r88-1_all.deb - optional java
owasp-java-html-sanitizer_0.1+r88-1.dsc - source java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 664055 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#665053: castor: FTBFS: [javac] TemplateJClassPrinter.java:95: cannot find symbol

2012-03-22 Thread Lucas Nussbaum
Source: castor
Version: 1.3.2-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 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 `/«PKGBUILDDIR»'
 cd src  ant release
 Buildfile: /«PKGBUILDDIR»/src/build.xml
 
 clean.tests:
 
 clean.tests.core:
 
 clean.xmlctf:
 
 clean.xmlctf:
 
 clean.cpactf:
 
 clean.cpaptf:
 
 clean.tests.codegen:
 
 clean.tests.schema:
 
 clean.tests.diff:
 
 clean.libs:
 
 clean:
 
 clean.core:
 
 clean.ddlgen:
 
 clean.cpa:
 
 clean.codegen:
 
 clean.anttask:
 
 clean.cpactf:
 
 clean.cpaptf:
 
 clean.examples:
 
 clean.schema:
 
 clean.diff:
 
 compile:
 
 prepare:
 [mkdir] Created dir: /«PKGBUILDDIR»/build
 [mkdir] Created dir: /«PKGBUILDDIR»/build/classes
 [mkdir] Created dir: /«PKGBUILDDIR»/build/test
 [mkdir] Created dir: /«PKGBUILDDIR»/dist
 [mkdir] Created dir: /«PKGBUILDDIR»/build/schema
  [copy] Copying 4 files to /«PKGBUILDDIR»/build/schema
  [copy] Copying 4 files to /«PKGBUILDDIR»/build/schema
  [copy] Copying 4 files to /«PKGBUILDDIR»/build/schema
 
 -castor-build.check:
 
 derive.root.libs:
 [mkdir] Created dir: /«PKGBUILDDIR»/newlib
 
 compile.commons:
 
 prepare.core:
 [mkdir] Created dir: /«PKGBUILDDIR»/core/build
 [mkdir] Created dir: /«PKGBUILDDIR»/core/build/classes
 
 derive.core.libs:
 [mkdir] Created dir: /«PKGBUILDDIR»/core/lib
 
 compile.core:
 [javac] /«PKGBUILDDIR»/core/build.xml:62: warning: 'includeantruntime' 
 was not set, defaulting to build.sysclasspath=last; set to false for 
 repeatable builds
 [javac] Compiling 36 source files to /«PKGBUILDDIR»/core/build/classes
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
  [copy] Copying 4 files to /«PKGBUILDDIR»/core/build/classes
 [javac] /«PKGBUILDDIR»/src/build.xml:316: warning: 'includeantruntime' 
 was not set, defaulting to build.sysclasspath=last; set to false for 
 repeatable builds
 [javac] Compiling 10 source files to /«PKGBUILDDIR»/build/classes
 [javac] EnumFieldHandler.java:148: warning: non-varargs call of varargs 
 method with inexact argument type for last parameter;
 [javac] cast to java.lang.Class for a varargs call
 [javac] cast to java.lang.Class[] for a non-varargs call and to suppress 
 this warning
 [javac] method = type.getMethod(METHOD_VALUE, null);
 [javac]   ^
 [javac] EnumFieldHandler.java:156: warning: non-varargs call of varargs 
 method with inexact argument type for last parameter;
 [javac] cast to java.lang.Class for a varargs call
 [javac] cast to java.lang.Class[] for a non-varargs call and to suppress 
 this warning
 [javac] method = type.getMethod(METHOD_TOSTRING, null);
 [javac]  ^
 [javac] EnumFieldHandler.java:195: warning: non-varargs call of varargs 
 method with inexact argument type for last parameter;
 [javac] cast to java.lang.Object for a varargs call
 [javac] cast to java.lang.Object[] for a non-varargs call and to suppress 
 this warning
 [javac] values[i] = (String) 
 getMarshallMethod(obj.getClass()).invoke(obj, null);
 [javac]   
  ^
 [javac] EnumFieldHandler.java:203: warning: non-varargs call of varargs 
 method with inexact argument type for last parameter;
 [javac] cast to java.lang.Object for a varargs call
 [javac] cast to java.lang.Object[] for a non-varargs call and to suppress 
 this warning
 [javac] result = 
 getMarshallMethod(val.getClass()).invoke(val, null);
 [javac]   
  ^
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 4 warnings
 
 compile.all:
 
 prepare.core:
 
 derive.core.libs:
 
 compile.core:
 [javac] /«PKGBUILDDIR»/core/build.xml:62: warning: 'includeantruntime' 
 was not set, defaulting to build.sysclasspath=last; set to false for 
 repeatable builds
 [javac] /«PKGBUILDDIR»/src/build.xml:341: warning: 'includeantruntime' 
 was not set, defaulting to build.sysclasspath=last; set to false for 
 repeatable builds
 [javac] Compiling 108 source files to /«PKGBUILDDIR»/build/classes
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
   

Bug#665059: libjrosetta-java: FTBFS: ln: failed to create symbolic link `debian/libjrosetta-java/usr/share/java/jrosetta-API.jar': No such file or directory

2012-03-22 Thread Lucas Nussbaum
Source: libjrosetta-java
Version: 1.0.4-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  fakeroot debian/rules binary
 test -x debian/rules
 dh_testroot
 dh_prep 
 dh_installdirs -A 
 mkdir -p .
 # before-build target may be used to unpatch the pom files, so we need to 
 check if
 # patching the pom files is needed here, normally not
 if [ ! -f pom.xml.save ]; then \
   /usr/bin/make -f debian/rules patch-poms; \
   fi
 cd .  /usr/lib/jvm/default-java/bin/java -noverify -cp 
 /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
   -Dclassworlds.conf=/etc/maven2/m2-debian-nodocs.conf 
 org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
 -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo -e package
 + Error stacktraces are turned on.
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 [INFO] Scanning for projects...
 [INFO] Reactor build order: 
 [INFO]   JRosetta
 [INFO]   JRosetta API
 [INFO]   JRosetta Engine
 [INFO] 
 
 [INFO] Building JRosetta
 [INFO]task-segment: [package]
 [INFO] 
 
 [INFO] [assembly:single {execution: sources}]
 [INFO] Reading assembly descriptor: src/main/assembly/sources.xml
 [INFO] Building jar: /«PKGBUILDDIR»/target/jrosetta-1.0.4-sources.jar
 [INFO] 
 
 [INFO] Building JRosetta API
 [INFO]task-segment: [package]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 2 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 0 resource
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory: 
 /«PKGBUILDDIR»/modules/jrosetta-api/target/surefire-reports
 
 ---
  T E S T S
 ---
 
 Results :
 
 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
 
 [INFO] [jar:jar {execution: default-jar}]
 [INFO] [assembly:single {execution: sources}]
 [INFO] Reading assembly descriptor: src/main/assembly/sources.xml
 [INFO] Building jar: 
 /«PKGBUILDDIR»/modules/jrosetta-api/target/jrosetta-api-1.0.4-sources.jar
 [INFO] 
 
 [INFO] Building JRosetta Engine
 [INFO]task-segment: [package]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 3 resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 0 resource
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] [surefire:test {execution: default-test}]
 [INFO] Surefire report directory: 
 /«PKGBUILDDIR»/modules/jrosetta-engine/target/surefire-reports
 
 ---
  T E S T S
 ---
 Running com.artenum.rosetta.util.ConfigurationBuilderTest
 1.0.4
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
 
 Results :
 
 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
 
 [INFO] [jar:jar {execution: default-jar}]
 [INFO] Building jar: 
 /«PKGBUILDDIR»/modules/jrosetta-engine/target/jrosetta-engine-1.0.4.jar
 [INFO] [assembly:single {execution: sources}]
 [INFO] Reading assembly descriptor: src/main/assembly/sources.xml
 [INFO] Building jar: 
 /«PKGBUILDDIR»/modules/jrosetta-engine/target/jrosetta-engine-1.0.4-sources.jar
 [INFO] 
 [INFO] 
 [INFO] 
 
 [INFO] Reactor Summary:
 [INFO] 
 
 [INFO] JRosetta .. SUCCESS 
 [21.708s]
 [INFO] JRosetta API 

Bug#665061: maven-debian-helper: FTBFS: [javac] GenerateDebianFilesMojo.java:635: cannot find symbol

2012-03-22 Thread Lucas Nussbaum
Source: maven-debian-helper
Version: 1.5
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p debian/.mh
 cp -R bin debian/.mh/
 cp -R etc debian/.mh/
 cp -R share debian/.mh/
 mkdir -p .
 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/ant-junit.jar:/usr/share/java/junit.jar:/usr/share/java/commons-io.jar:/usr/share/java/classworlds.jar:/usr/share/java/maven-core.jar:/usr/share/java/maven-artifact.jar:/usr/share/java/maven-artifact-manager.jar:/usr/share/java/maven-model.jar:/usr/share/java/maven-compat.jar:/usr/share/java/maven-plugin-api.jar:/usr/share/java/maven-project.jar:/usr/share/java/maven-scm-api.jar:/usr/share/java/plexus-utils.jar:/usr/share/java/plexus-container-default-alpha.jar:/usr/share/java/maven-repo-helper.jar:/usr/lib/jvm/default-java/lib/tools.jar
   -Dant.home=/usr/share/ant org.apache.tools.ant.Main 
 -Dpackage=maven-debian-helper -Dbin.package=maven-debian-helper   -buildfile 
 debian/build.xml  package 
 Buildfile: /«PKGBUILDDIR»/debian/build.xml
 
 package:
 
 init.pom:
  [echo] Base dir is /«PKGBUILDDIR»
  [echo] Pom name in /«PKGBUILDDIR»/debian/maven-debian-helper.poms: 
 pom.xml
  [echo] Pom file pom.xml available? true
 
 read.pom:
  [echo] Cleaner options: --no-parent --has-package-version
  [java] Cleaning POM /«PKGBUILDDIR»/pom.xml, saving the result into 
 /«PKGBUILDDIR»/debian/.mh/pom.xml
  [java] Cannot find file: /«PKGBUILDDIR»/debian/maven.publishedRules
  [copy] Copying 1 file to /«PKGBUILDDIR»
  [copy] Copying 1 file to /«PKGBUILDDIR»
  [echo] Properties read from the POM file:
  [echo]   groupId: org.debian.maven, artifactId: maven-debian, version: 
 1.5, debianVersion: debian
 
 init:
  [echo] Compile classpath: target/classes:
  [echo] Test classpath: target/test-classes::target/classes:
 
 process-resources:
 
 process-pom:
 [mkdir] Created dir: 
 /«PKGBUILDDIR»/target/classes/META-INF/maven/org.debian.maven/maven-debian
  [copy] Copying 2 files to 
 /«PKGBUILDDIR»/target/classes/META-INF/maven/org.debian.maven/maven-debian
 
 mvn-generate:
 
 mvn-generate2:
 
 compile:
 
 process-test-resources:
 
 test-compile:
 
 test:
 
 jar:
   [jar] Building jar: /«PKGBUILDDIR»/target/maven-debian-1.5.jar
 
 mvn-package:
 
 restore-pom:
 
 package:
 
 local-install:
 [mkdir] Created dir: 
 /«PKGBUILDDIR»/debian/.mh/maven-repo/org/debian/maven/maven-debian/debian
  [copy] Copying 1 file to 
 /«PKGBUILDDIR»/debian/.mh/maven-repo/org/debian/maven/maven-debian/debian
 
 package-and-local-install:
 
 init.pom:
  [echo] Base dir is /«PKGBUILDDIR»/maven-debian-helper
  [echo] Pom name in /«PKGBUILDDIR»/debian/maven-debian-helper.poms: 
 maven-debian-helper/pom.xml
  [echo] Pom file pom.xml available? true
 
 read.pom:
  [echo] Cleaner options: --has-package-version 
 --artifact=maven-debian-helper/target/maven-debian-helper-*.jar --java-lib 
 --keep-parent-version
  [java] Cleaning POM /«PKGBUILDDIR»/maven-debian-helper/pom.xml, saving 
 the result into /«PKGBUILDDIR»/debian/.mh/pom.xml
  [java] Cannot find file: /«PKGBUILDDIR»/debian/maven.publishedRules
  [copy] Copying 1 file to /«PKGBUILDDIR»/maven-debian-helper
  [copy] Copying 1 file to /«PKGBUILDDIR»/maven-debian-helper
  [echo] Properties read from the POM file:
  [echo]   groupId: org.debian.maven, artifactId: maven-debian-helper, 
 version: 1.5, debianVersion: debian
 
 init:
  [echo] Compile classpath: target/classes:
  [echo] Test classpath: target/test-classes::target/classes:
 
 process-resources:
 
 process-pom:
 [mkdir] Created dir: 
 /«PKGBUILDDIR»/maven-debian-helper/target/classes/META-INF/maven/org.debian.maven/maven-debian-helper
  [copy] Copying 2 files to 
 /«PKGBUILDDIR»/maven-debian-helper/target/classes/META-INF/maven/org.debian.maven/maven-debian-helper
 
 mvn-generate:
 
 mvn-generate2:
 
 compile:
 [mkdir] Created dir: 
 /«PKGBUILDDIR»/maven-debian-helper/target/generated-sources
 [javac] /usr/share/maven-ant-helper/maven-build.xml:337: warning: 
 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
 to false for repeatable builds
 [javac] Compiling 1 source file to 
 /«PKGBUILDDIR»/maven-debian-helper/target/classes
 
 process-test-resources:
 
 test-compile:
 
 test:
 
 jar:
   [jar] Building jar: 
 /«PKGBUILDDIR»/maven-debian-helper/target/maven-debian-helper-1.5.jar
 
 mvn-package:
 
 restore-pom:
 
 package:
 
 local-install:
 [mkdir] Created dir: 
 /«PKGBUILDDIR»/debian/.mh/maven-repo/org/debian/maven/maven-debian-helper/debian
  [copy] Copying 1 file to 
 

Bug#665066: jellydoc: FTBFS: jh_manifest: debian/libjellydoc-java/usr/share/java/taglib-xml-writer.jar: No such file or directory

2012-03-22 Thread Lucas Nussbaum
Source: jellydoc
Version: 1.5-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  fakeroot debian/rules binary
 test -x debian/rules
 dh_testroot
 dh_prep 
 dh_installdirs -A 
 mkdir -p .
 # before-build target may be used to unpatch the pom files, so we need to 
 check if
 # patching the pom files is needed here, normally not
 if [ ! -f pom.xml.save ]; then \
   /usr/bin/make -f debian/rules patch-poms; \
   fi
 cd .  /usr/lib/jvm/default-java/bin/java -noverify -cp 
 /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties 
 -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
 org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
 -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  install
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 [INFO] Scanning for projects...
 [INFO] Reactor build order: 
 [INFO]   Jellydoc
 [INFO]   Jellydoc annotations
 [INFO]   taglib-xml-writer
 [INFO] 
 
 [INFO] Building Jellydoc
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing /«PKGBUILDDIR»/pom.xml to 
 /«PKGBUILDDIR»/debian/maven-repo/org/jvnet/maven-jellydoc-plugin/jellydoc/1.5/jellydoc-1.5.pom
 [INFO] 
 
 [INFO] Building Jellydoc annotations
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory 
 /«PKGBUILDDIR»/annotation/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] [resources:testResources {execution: default-testResources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory 
 /«PKGBUILDDIR»/annotation/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] Surefire report directory: 
 /«PKGBUILDDIR»/annotation/target/surefire-reports
 
 ---
  T E S T S
 ---
 
 Results :
 
 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
 
 [INFO] [jar:jar {execution: default-jar}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing 
 /«PKGBUILDDIR»/annotation/target/jellydoc-annotations-1.5.jar to 
 /«PKGBUILDDIR»/debian/maven-repo/org/jvnet/maven-jellydoc-plugin/jellydoc-annotations/1.5/jellydoc-annotations-1.5.jar
 [INFO] 
 
 [INFO] Building taglib-xml-writer
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory 
 /«PKGBUILDDIR»/taglib-xml-writer/src/main/resources
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Nothing to compile - all classes are up to date
 [INFO] [resources:testResources {execution: default-testResources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] skip non existing resourceDirectory 
 /«PKGBUILDDIR»/taglib-xml-writer/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] No sources to compile
 [INFO] [surefire:test {execution: default-test}]
 [INFO] No tests to run.
 [INFO] Surefire report directory: 
 /«PKGBUILDDIR»/taglib-xml-writer/target/surefire-reports
 
 ---
  T E S T S
 ---
 
 Results :
 
 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
 
 [INFO] [jar:jar {execution: default-jar}]
 [INFO] [install:install {execution: default-install}]
 [INFO] Installing 
 

Bug#665072: velocity-tools: FTBFS: [javac] VelocityView.java:34: cannot find symbol

2012-03-22 Thread Lucas Nussbaum
Source: velocity-tools
Version: 2.0-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 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-collections3.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-2.5.jar:/usr/share/java/jsp-api-2.1.jar:/usr/share/java/junit4.jar:/usr/share/java/ant-junit.jar:/usr/share/java/dom4j.jar:/usr/lib/jvm/default-java/lib/tools.jar
   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dskip-download=true
  jar.view jar.generic javadoc
 Buildfile: /«PKGBUILDDIR»/build.xml
 
 prepare.compile:
 [mkdir] Created dir: /«PKGBUILDDIR»/build
 [mkdir] Created dir: /«PKGBUILDDIR»/build/classes
 [mkdir] Created dir: /«PKGBUILDDIR»/dist
 
 base-download:
 
 commons-collections-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 velocity-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 compile-download:
 
 commons-beanutils-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 commons-digester-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 commons-lang-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 commons-logging-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 commons-validator-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 dom4j-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 oro-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 servletapi-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 sslext-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 struts-core-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 struts-tiles-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 struts-taglib-download:
 
 http-m2-download:
 
 do-http-m2-download:
 
 compile.view:
 [javac] /«PKGBUILDDIR»/build.xml:175: warning: 'includeantruntime' was 
 not set, defaulting to build.sysclasspath=last; set to false for repeatable 
 builds
 [javac] Compiling 116 source files to /«PKGBUILDDIR»/build/classes
 [javac] ClassUtils.java:39: package org.apache.velocity.util does not 
 exist
 [javac] import org.apache.velocity.util.ArrayIterator;
 [javac]^
 [javac] ClassUtils.java:40: package org.apache.velocity.util does not 
 exist
 [javac] import org.apache.velocity.util.EnumerationIterator;
 [javac]^
 [javac] ToolContext.java:28: package org.apache.velocity.app does not 
 exist
 [javac] import org.apache.velocity.app.VelocityEngine;
 [javac]   ^
 [javac] ToolContext.java:29: package org.apache.velocity.context does not 
 exist
 [javac] import org.apache.velocity.context.Context;
 [javac]   ^
 [javac] ToolContext.java:40: cannot find symbol
 [javac] symbol: class Context
 [javac] public class ToolContext implements Context
 [javac] ^
 [javac] ToolContext.java:67: cannot find symbol
 [javac] symbol  : class VelocityEngine
 [javac] location: class org.apache.velocity.tools.ToolContext
 [javac] public ToolContext(VelocityEngine engine)
 [javac]^
 [javac] ToolContext.java:163: cannot find symbol
 [javac] symbol  : class VelocityEngine
 [javac] location: class org.apache.velocity.tools.ToolContext
 [javac] public void putVelocityEngine(VelocityEngine engine)
 [javac]   ^
 [javac] ToolManager.java:23: package org.apache.velocity.app does not 
 exist
 [javac] import org.apache.velocity.app.VelocityEngine;
 [javac]   ^
 [javac] ToolManager.java:24: package org.apache.velocity.runtime.log does 
 not exist
 [javac] import org.apache.velocity.runtime.log.Log;
 [javac]   ^
 [javac] ToolManager.java:41: cannot find symbol
 [javac] symbol  : class VelocityEngine
 [javac] location: class org.apache.velocity.tools.ToolManager
 [javac] protected VelocityEngine velocity;
 [javac]   ^
 [javac] ToolManager.java:142: cannot find symbol
 [javac] symbol  : class VelocityEngine
 [javac] location: class org.apache.velocity.tools.ToolManager
 [javac] public void setVelocityEngine(VelocityEngine engine)
 [javac]   ^
 [javac] ToolManager.java:151: cannot find symbol
 

Bug#665074: jakarta-jmeter: FTBFS: cp: cannot stat `./docs/css/': No such file or directory

2012-03-22 Thread Lucas Nussbaum
Source: jakarta-jmeter
Version: 2.4-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  fakeroot debian/rules binary
 test -x debian/rules
 dh_testroot
 dh_clean -k 
 dh_clean: dh_clean -k is deprecated; use dh_prep instead
 dh_installdirs -A 
 mkdir -p .
 DEB_ANT_CHECK_TARGET unset, not running checks
 DEB_ANT_INSTALL_TARGET unset, skipping default ant.mk common-install target
 Adding cdbs dependencies to debian/jmeter.substvars
 dh_installdirs -pjmeter 
 mkdir -p debian/jmeter/usr/share/jmeter/bin
 install -m 755 debian/wrappers/jmeter debian/jmeter/usr/share/jmeter/bin
 install -m 755 bin/jmeter-server debian/jmeter/usr/share/jmeter/bin
 Adding cdbs dependencies to debian/jmeter-ftp.substvars
 dh_installdirs -pjmeter-ftp 
 Adding cdbs dependencies to debian/jmeter-http.substvars
 dh_installdirs -pjmeter-http 
 Adding cdbs dependencies to debian/jmeter-java.substvars
 dh_installdirs -pjmeter-java 
 Adding cdbs dependencies to debian/jmeter-jms.substvars
 dh_installdirs -pjmeter-jms 
 Adding cdbs dependencies to debian/jmeter-junit.substvars
 dh_installdirs -pjmeter-junit 
 Adding cdbs dependencies to debian/jmeter-ldap.substvars
 dh_installdirs -pjmeter-ldap 
 Adding cdbs dependencies to debian/jmeter-mail.substvars
 dh_installdirs -pjmeter-mail 
 Adding cdbs dependencies to debian/jmeter-tcp.substvars
 dh_installdirs -pjmeter-tcp 
 Adding cdbs dependencies to debian/jmeter-help.substvars
 dh_installdirs -pjmeter-help 
 Adding cdbs dependencies to debian/jmeter-apidoc.substvars
 dh_installdirs -pjmeter-apidoc 
 dh_installdocs -pjmeter ./README 
 dh_installexamples -pjmeter 
 dh_installman -pjmeter  
 dh_installinfo -pjmeter  
 dh_installmenu -pjmeter 
 dh_installcron -pjmeter 
 dh_installinit -pjmeter  
 dh_installdebconf -pjmeter 
 dh_installemacsen -pjmeter   
 dh_installcatalogs -pjmeter 
 dh_installpam -pjmeter 
 dh_installlogrotate -pjmeter 
 dh_installlogcheck -pjmeter 
 dh_installchangelogs -pjmeter  
 dh_installudev -pjmeter 
 dh_lintian -pjmeter 
 dh_bugfiles -pjmeter 
 dh_install -pjmeter  
 dh_link -pjmeter  
 dh_installmime -pjmeter 
 dh_installgsettings -pjmeter 
 dh_installdocs -pjmeter-ftp ./README 
 dh_installexamples -pjmeter-ftp 
 dh_installman -pjmeter-ftp  
 dh_installinfo -pjmeter-ftp  
 dh_installmenu -pjmeter-ftp 
 dh_installcron -pjmeter-ftp 
 dh_installinit -pjmeter-ftp  
 dh_installdebconf -pjmeter-ftp 
 dh_installemacsen -pjmeter-ftp   
 dh_installcatalogs -pjmeter-ftp 
 dh_installpam -pjmeter-ftp 
 dh_installlogrotate -pjmeter-ftp 
 dh_installlogcheck -pjmeter-ftp 
 dh_installchangelogs -pjmeter-ftp  
 dh_installudev -pjmeter-ftp 
 dh_lintian -pjmeter-ftp 
 dh_bugfiles -pjmeter-ftp 
 dh_install -pjmeter-ftp  
 dh_link -pjmeter-ftp  
 dh_installmime -pjmeter-ftp 
 dh_installgsettings -pjmeter-ftp 
 dh_installdocs -pjmeter-http ./README 
 dh_installexamples -pjmeter-http 
 dh_installman -pjmeter-http  
 dh_installinfo -pjmeter-http  
 dh_installmenu -pjmeter-http 
 dh_installcron -pjmeter-http 
 dh_installinit -pjmeter-http  
 dh_installdebconf -pjmeter-http 
 dh_installemacsen -pjmeter-http   
 dh_installcatalogs -pjmeter-http 
 dh_installpam -pjmeter-http 
 dh_installlogrotate -pjmeter-http 
 dh_installlogcheck -pjmeter-http 
 dh_installchangelogs -pjmeter-http  
 dh_installudev -pjmeter-http 
 dh_lintian -pjmeter-http 
 dh_bugfiles -pjmeter-http 
 dh_install -pjmeter-http  
 dh_link -pjmeter-http  
 dh_installmime -pjmeter-http 
 dh_installgsettings -pjmeter-http 
 dh_installdocs -pjmeter-java ./README 
 dh_installexamples -pjmeter-java 
 dh_installman -pjmeter-java  
 dh_installinfo -pjmeter-java  
 dh_installmenu -pjmeter-java 
 dh_installcron -pjmeter-java 
 dh_installinit -pjmeter-java  
 dh_installdebconf -pjmeter-java 
 dh_installemacsen -pjmeter-java   
 dh_installcatalogs -pjmeter-java 
 dh_installpam -pjmeter-java 
 dh_installlogrotate -pjmeter-java 
 dh_installlogcheck -pjmeter-java 
 dh_installchangelogs -pjmeter-java  
 dh_installudev -pjmeter-java 
 dh_lintian -pjmeter-java 
 dh_bugfiles -pjmeter-java 
 dh_install -pjmeter-java  
 dh_link -pjmeter-java  
 dh_installmime -pjmeter-java 
 dh_installgsettings -pjmeter-java 
 dh_installdocs -pjmeter-jms ./README 
 dh_installexamples -pjmeter-jms 
 dh_installman -pjmeter-jms  
 dh_installinfo -pjmeter-jms  
 dh_installmenu -pjmeter-jms 
 dh_installcron -pjmeter-jms 
 dh_installinit -pjmeter-jms  
 dh_installdebconf -pjmeter-jms 
 dh_installemacsen -pjmeter-jms   
 dh_installcatalogs -pjmeter-jms 
 dh_installpam -pjmeter-jms 
 dh_installlogrotate -pjmeter-jms 
 dh_installlogcheck -pjmeter-jms 
 dh_installchangelogs -pjmeter-jms  
 dh_installudev -pjmeter-jms 
 dh_lintian -pjmeter-jms 
 dh_bugfiles -pjmeter-jms 
 dh_install -pjmeter-jms  
 dh_link -pjmeter-jms  
 dh_installmime -pjmeter-jms 
 dh_installgsettings -pjmeter-jms 
 

Bug#665078: jmock2: FTBFS: [javac] HamcrestTypeSafetyAcceptanceTests.java:27: cannot find symbol

2012-03-22 Thread Lucas Nussbaum
Source: jmock2
Version: 2.5.1+dfsg-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 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/hamcrest-core.jar:/usr/share/java/hamcrest-library.jar:/usr/share/java/junit4.jar:/usr/share/java/cglib.jar:/usr/share/java/bsh.jar:/usr/share/java/asm3.jar:/usr/share/java/objenesis.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 -Dcompile.debug=true 
 -Dcompile.optimize=true -Dversion=2.5.1zip.jars javadoc
 Buildfile: /«BUILDDIR»/jmock2-2.5.1+dfsg/build.xml
 
 dir.build:
 [mkdir] Created dir: /«BUILDDIR»/jmock2-2.5.1+dfsg/build
 
 compile:
 [mkdir] Created dir: /«BUILDDIR»/jmock2-2.5.1+dfsg/build/classes
 [javac] /«BUILDDIR»/jmock2-2.5.1+dfsg/build.xml:61: warning: 
 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
 to false for repeatable builds
 [javac] Compiling 175 source files to 
 /«BUILDDIR»/jmock2-2.5.1+dfsg/build/classes
 [javac] Money.java:30: warning: unmappable character for encoding ASCII
 [javac] return ?? + amount;
 [javac] ^
 [javac] Money.java:30: warning: unmappable character for encoding ASCII
 [javac] return ?? + amount;
 [javac]  ^
 [javac] HamcrestTypeSafetyAcceptanceTests.java:3: cannot find symbol
 [javac] symbol  : class OrderingComparisons
 [javac] location: package org.hamcrest.number
 [javac] import static org.hamcrest.number.OrderingComparisons.greaterThan;
 [javac]  ^
 [javac] HamcrestTypeSafetyAcceptanceTests.java:3: static import only from 
 classes and interfaces
 [javac] import static org.hamcrest.number.OrderingComparisons.greaterThan;
 [javac] ^
 [javac] HamcrestTypeSafetyAcceptanceTests.java:4: cannot find symbol
 [javac] symbol  : class StringStartsWith
 [javac] location: package org.hamcrest.text
 [javac] import static org.hamcrest.text.StringStartsWith.startsWith;
 [javac]^
 [javac] HamcrestTypeSafetyAcceptanceTests.java:4: static import only from 
 classes and interfaces
 [javac] import static org.hamcrest.text.StringStartsWith.startsWith;
 [javac] ^
 [javac] Expectations.java:187: incompatible types
 [javac] found   : capture#280 of ? super java.lang.Boolean
 [javac] required: boolean
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:191: incompatible types
 [javac] found   : capture#78 of ? super java.lang.Byte
 [javac] required: byte
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:195: incompatible types
 [javac] found   : capture#644 of ? super java.lang.Short
 [javac] required: short
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:199: incompatible types
 [javac] found   : capture#649 of ? super java.lang.Character
 [javac] required: char
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:203: incompatible types
 [javac] found   : capture#229 of ? super java.lang.Integer
 [javac] required: int
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:207: incompatible types
 [javac] found   : capture#162 of ? super java.lang.Long
 [javac] required: long
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:211: incompatible types
 [javac] found   : capture#772 of ? super java.lang.Float
 [javac] required: float
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:215: incompatible types
 [javac] found   : capture#65 of ? super java.lang.Double
 [javac] required: double
 [javac] return with(equalTo(value));
 [javac]^
 [javac] Expectations.java:219: incompatible types
 [javac] found   : capture#415 of ? super T
 [javac] required: T
 [javac] return with(equalTo(value));
 [javac]^
 [javac] HamcrestTypeSafetyAcceptanceTests.java:26: cannot find symbol
 [javac] symbol: method startsWith(java.lang.String)
 [javac] exactly(1).of 
 (anything()).method(withName(m)).with(startsWith(x));
 [javac]   
 ^
 [javac] 

Bug#665080: jasperreports: FTBFS: [javac] VelocityUtil.java:64: cannot find symbol

2012-03-22 Thread Lucas Nussbaum
Source: jasperreports
Version: 4.1.3+dfsg-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 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/bsh.jar:/usr/share/java/asm2.jar:/usr/share/java/groovy.jar:/usr/share/java/jcommon.jar:/usr/share/java/spring3-core.jar:/usr/share/java/spring3-beans.jar:/usr/share/java/commons-digester.jar:/usr/share/java/commons-collections3.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-beanutils.jar:/usr/share/java/commons-codec.jar:/usr/share/java/commons-javaflow.jar:/usr/share/java/eclipse-ecj.jar:/usr/share/java/xalan2.jar:/usr/share/java/jaxen.jar:/usr/share/java/xml-apis-ext.jar:/usr/share/java/jxl.jar:/usr/share/java/poi.jar:/usr/share/java/itext.jar:/usr/share/java/castor-core.jar:/usr/share/java/castor-xml.jar:/usr/share/java/batik-all.jar:/usr/share/java/jfreechart.jar:/usr/share/java/hibernate3.jar:/usr/share/java/glassfish-javaee.jar:/usr/share/java/mondrian.jar:/usr/share/java/olap4j.jar:/usr/share/java/antlr.jar:/usr/share/java/js.jar:/usr/share/java/jackson-mapper.jar:/usr/share/java/jackson-core.jar:/usr/lib/jvm/default-java/lib/tools.jar
   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 -Dcompile.optimize=true jar docs
 Buildfile: /«BUILDDIR»/jasperreports-4.1.3+dfsg/build.xml
 
 compile:
 [mkdir] Created dir: /«BUILDDIR»/jasperreports-4.1.3+dfsg/build/classes
 [javac] /«BUILDDIR»/jasperreports-4.1.3+dfsg/build.xml:9: warning: 
 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
 to false for repeatable builds
 [javac] Compiling 1576 source files to 
 /«BUILDDIR»/jasperreports-4.1.3+dfsg/build/classes
 [javac] MapElementHtmlHandler.java:38: package org.apache.velocity does 
 not exist
 [javac] import org.apache.velocity.VelocityContext;
 [javac]   ^
 [javac] SortElementHtmlHandler.java:60: package org.apache.velocity does 
 not exist
 [javac] import org.apache.velocity.VelocityContext;
 [javac]   ^
 [javac] DefaultViewer.java:33: package org.apache.velocity does not exist
 [javac] import org.apache.velocity.VelocityContext;
 [javac]   ^
 [javac] NoDecorationViewer.java:33: package org.apache.velocity does not 
 exist
 [javac] import org.apache.velocity.VelocityContext;
 [javac]   ^
 [javac] VelocityUtil.java:29: package org.apache.velocity does not exist
 [javac] import org.apache.velocity.Template;
 [javac]   ^
 [javac] VelocityUtil.java:30: package org.apache.velocity does not exist
 [javac] import org.apache.velocity.VelocityContext;
 [javac]   ^
 [javac] VelocityUtil.java:31: package org.apache.velocity.app does not 
 exist
 [javac] import org.apache.velocity.app.VelocityEngine;
 [javac]   ^
 [javac] VelocityUtil.java:46: cannot find symbol
 [javac] symbol  : class VelocityEngine
 [javac] location: class net.sf.jasperreports.web.util.VelocityUtil
 [javac]   private static final VelocityEngine velocityEngine;
 [javac]^
 [javac] VelocityUtil.java:59: cannot find symbol
 [javac] symbol  : class VelocityEngine
 [javac] location: class net.sf.jasperreports.web.util.VelocityUtil
 [javac]   public static VelocityEngine getVelocityEngine() {
 [javac] ^
 [javac] VelocityUtil.java:63: cannot find symbol
 [javac] symbol  : class VelocityContext
 [javac] location: class net.sf.jasperreports.web.util.VelocityUtil
 [javac]   public static String processTemplate(String templateName, 
 VelocityContext vContext) {
 [javac] ^
 [javac] MapElementHtmlHandler.java:67: cannot find symbol
 [javac] symbol  : class VelocityContext
 [javac] location: class 
 net.sf.jasperreports.components.map.MapElementHtmlHandler
 [javac]   VelocityContext velocityContext = new VelocityContext();
 [javac]   ^
 [javac] MapElementHtmlHandler.java:67: cannot find symbol
 [javac] symbol  : class VelocityContext
 [javac] location: class 
 net.sf.jasperreports.components.map.MapElementHtmlHandler
 [javac]   VelocityContext velocityContext = new VelocityContext();
 [javac] ^
 [javac] SortElementHtmlHandler.java:144: cannot find symbol
 [javac] symbol  : class VelocityContext
 [javac] location: class 
 net.sf.jasperreports.components.sort.SortElementHtmlHandler
 

Bug#665082: sitemesh: FTBFS: [javac] VelocityDecoratorServlet.java:31: cannot find symbol

2012-03-22 Thread Lucas Nussbaum
Source: sitemesh
Version: 2.4.1+dfsg-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 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 `/«BUILDDIR»/sitemesh-2.4.1+dfsg'
 # this file was dropped by accident from the orig source tarball
 cp debian/api.css docs/api.css
 ant dist
 Buildfile: /«BUILDDIR»/sitemesh-2.4.1+dfsg/build.xml
 
 clean:
 
 compile:
 
 jflex:
  [echo] Generating HTML lexer using JFlex
 [mkdir] Created dir: /«BUILDDIR»/sitemesh-2.4.1+dfsg/build/java
  [java] Reading 
 src/java/com/opensymphony/module/sitemesh/html/tokenizer/lexer.flex
  [java] Constructing NFA : 360 states in NFA
  [java] Converting NFA to DFA : 
  [java] 
 ...
  [java] 83 states before minimization, 60 states in minimized DFA
  [java] Writing code to 
 build/java/com/opensymphony/module/sitemesh/html/tokenizer/Lexer.java
 [mkdir] Created dir: /«BUILDDIR»/sitemesh-2.4.1+dfsg/build/classes
 [javac] /«BUILDDIR»/sitemesh-2.4.1+dfsg/build.xml:47: warning: 
 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
 to false for repeatable builds
 [javac] Compiling 116 source files to 
 /«BUILDDIR»/sitemesh-2.4.1+dfsg/build/classes
 [javac] FastByteArrayOutputStream.java:24: warning: unmappable character 
 for encoding ASCII
 [javac]  * @author Rickard ???berg
 [javac]^
 [javac] FastByteArrayOutputStream.java:24: warning: unmappable character 
 for encoding ASCII
 [javac]  * @author Rickard ???berg
 [javac] ^
 [javac] FastByteArrayOutputStream.java:24: warning: unmappable character 
 for encoding ASCII
 [javac]  * @author Rickard ???berg
 [javac]  ^
 [javac] VelocityDecoratorServlet.java:15: package org.apache.velocity 
 does not exist
 [javac] import org.apache.velocity.Template;
 [javac]   ^
 [javac] VelocityDecoratorServlet.java:16: package 
 org.apache.velocity.context does not exist
 [javac] import org.apache.velocity.context.Context;
 [javac]   ^
 [javac] VelocityDecoratorServlet.java:17: warning: [deprecation] 
 org.apache.velocity.tools.view.servlet.VelocityViewServlet in 
 org.apache.velocity.tools.view.servlet has been deprecated
 [javac] import org.apache.velocity.tools.view.servlet.VelocityViewServlet;
 [javac]  ^
 [javac] VelocityDecoratorServlet.java:30: warning: [deprecation] 
 org.apache.velocity.tools.view.servlet.VelocityViewServlet in 
 org.apache.velocity.tools.view.servlet has been deprecated
 [javac] public class VelocityDecoratorServlet extends VelocityViewServlet 
 {
 [javac]   ^
 [javac] VelocityDecoratorServlet.java:31: cannot find symbol
 [javac] symbol  : class Context
 [javac] location: class 
 com.opensymphony.module.sitemesh.velocity.VelocityDecoratorServlet
 [javac] public Template handleRequest(HttpServletRequest request, 
 HttpServletResponse response, Context context) {
 [javac]   
   ^
 [javac] VelocityDecoratorServlet.java:31: cannot find symbol
 [javac] symbol  : class Template
 [javac] location: class 
 com.opensymphony.module.sitemesh.velocity.VelocityDecoratorServlet
 [javac] public Template handleRequest(HttpServletRequest request, 
 HttpServletResponse response, Context context) {
 [javac]^
 [javac] DefaultFactory.java:146: warning: [deprecation] toURL() in 
 java.io.File has been deprecated
 [javac] is = configFile.toURL().openStream();
 [javac]^
 [javac] DefaultFactory.java:184: warning: [deprecation] toURL() in 
 java.io.File has been deprecated
 [javac] is = excludesFile.toURL().openStream();
 [javac]  ^
 [javac] AbstractPage.java:153: warning: [deprecation] getRequest() in 
 com.opensymphony.module.sitemesh.Page has been deprecated
 [javac] public HttpServletRequest getRequest() {
 [javac]   ^
 [javac] VelocityDecoratorServlet.java:74: cannot access 
 org.apache.velocity.Template
 [javac] class file for org.apache.velocity.Template not found
 [javac] return getTemplate(template);
 [javac]   ^
 [javac] Content2HTMLPage.java:151: warning: [deprecation] getRequest() in 
 com.opensymphony.module.sitemesh.Page has been deprecated
 [javac] public HttpServletRequest getRequest() {
 [javac]   ^
 [javac] 5 errors
 

Bug#665195: eclipse: Eclipse 3.7.2-1 cannot found libswt-gtk.so and libswt-gtk-3740.so

2012-03-22 Thread Gagou
Package: eclipse
Version: 3.7.2-1
Severity: important

After the update of eclipse and libswt, eclipse doesn't want to start !

Eclipse cannot found libswt-gtk.so and libswt-gtk-3740.so, it seach in
~/.swt/lib/linux/x86/ (empty directory) instead of /usr/lib/jni/.

The solution is a symbolic link between  /usr/lib/jni/ and
~/.swt/lib/linux/x86/ or starting eclipse from shell after the command:

  export LD_LIBRARY_PATH=/usr/lib/jni

Please fix it shortly !

Thank you.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/8 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages eclipse depends on:
ii  eclipse-jdt  3.7.2-1
ii  eclipse-pde  3.7.2-1

eclipse recommends no packages.

eclipse suggests no packages.

Versions of packages eclipse-platform depends on:
ii  ant1.8.2-4
ii  ant-optional   1.8.2-4
ii  default-jre [java6-runtime]1:1.6-47
ii  eclipse-platform-data  3.7.2-1
ii  eclipse-rcp3.7.2-1
ii  gcj-4.4-jre [java5-runtime]4.4.6-11
ii  gcj-4.6-jre [java5-runtime]4.6.3-1
ii  gcj-jre [java5-runtime]4:4.6.2-4
ii  java-common0.47
ii  libc6  2.13-27
ii  libcommons-codec-java  1.5-1
ii  libcommons-el-java 1.0-7
ii  libcommons-httpclient-java 3.1-10
ii  libcommons-logging-java1.1.1-9
ii  libjasper-java 5.5.33-3
ii  libjetty-java  6.1.24-6
ii  libjsch-java   0.1.42-2
ii  liblucene2-java2.9.4+ds1-4
ii  libservlet2.5-java 6.0.35-1
ii  openjdk-6-jre [java6-runtime]  6b24-1.11.1-3
ii  perl   5.14.2-9
ii  sat4j  2.3.0-3
ii  sun-java6-jre [java6-runtime]  6.26-0squeeze1

Versions of packages eclipse-platform recommends:
ii  eclipse-pde  3.7.2-1

Versions of packages eclipse-platform suggests:
ii  eclipse-jdt  3.7.2-1

Versions of packages eclipse-pde depends on:
ii  default-jre [java6-runtime]1:1.6-47
ii  eclipse-jdt3.7.2-1
ii  eclipse-platform   3.7.2-1
ii  gcj-4.4-jre [java5-runtime]4.4.6-11
ii  gcj-4.6-jre [java5-runtime]4.6.3-1
ii  gcj-jre [java5-runtime]4:4.6.2-4
ii  libasm3-java   3.3.2-1
ii  openjdk-6-jre [java6-runtime]  6b24-1.11.1-3
ii  sun-java6-jre [java6-runtime]  6.26-0squeeze1

eclipse-pde suggests no packages.

Versions of packages eclipse-jdt depends on:
ii  default-jre [java6-runtime]1:1.6-47
ii  eclipse-platform   3.7.2-1
ii  gcj-4.4-jre [java5-runtime]4.4.6-11
ii  gcj-4.6-jre [java5-runtime]4.6.3-1
ii  gcj-jre [java5-runtime]4:4.6.2-4
ii  junit  3.8.2-8
ii  junit4 4.10-1
ii  libhamcrest-java   1.2-2
ii  openjdk-6-jre [java6-runtime]  6b24-1.11.1-3
ii  sun-java6-jre [java6-runtime]  6.26-0squeeze1

Versions of packages eclipse-jdt recommends:
ii  default-jdk1:1.6-47
ii  sun-java6-jdk  6.26-0squeeze1

eclipse-jdt suggests no packages.

-- no debconf information



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


eclipse 3.7.2-1 MIGRATED to testing

2012-03-22 Thread Debian testing watch
FYI: The status of the eclipse source package
in Debian's testing distribution has changed.

  Previous version: 3.7.1-1
  Current version:  3.7.2-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


automaton 1.11-8-1 MIGRATED to testing

2012-03-22 Thread Debian testing watch
FYI: The status of the automaton source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.11-8-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


icu4j-4.4 4.4.2.2-1 MIGRATED to testing

2012-03-22 Thread Debian testing watch
FYI: The status of the icu4j-4.4 source package
in Debian's testing distribution has changed.

  Previous version: 4.4.2-1
  Current version:  4.4.2.2-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#665231: jenkins-commons-jelly: FTBFS: missing javax.servlet:servlet-api:jar:debian

2012-03-22 Thread Lucas Nussbaum
Source: jenkins-commons-jelly
Version: 1.1-jenkins-20110627-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 /usr/share/maven-debian-helper/copy-repo.sh /«PKGBUILDDIR»/debian
 mh_patchpoms -plibjenkins-commons-jelly-java --debian-build 
 --keep-pom-version --maven-repo=/«PKGBUILDDIR»/debian/maven-repo 
 touch debian/stamp-poms-patched
 # before-build target may be used to unpatch the pom files, so we need to 
 check if
 # patching the pom files is needed here, normally not
 if [ ! -f pom.xml.save ]; then \
   /usr/bin/make -f debian/rules patch-poms; \
   fi
 cd .  /usr/lib/jvm/default-java/bin/java -noverify -cp 
 /usr/share/maven2/boot/classworlds.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dproperties.file.manual=/«PKGBUILDDIR»/debian/maven.properties 
 -Dclassworlds.conf=/etc/maven2/m2-debian.conf 
 org.codehaus.classworlds.Launcher -s/etc/maven2/settings-debian.xml 
 -Dmaven.repo.local=/«PKGBUILDDIR»/debian/maven-repo  install
 [INFO] 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 [INFO] Scanning for projects...
 [INFO] Reactor build order: 
 [INFO]   commons-jelly
 [INFO]   commons-jelly-tags-junit
 [INFO]   commons-jelly-tags-dynabean
 [INFO]   commons-jelly-tags-log
 [INFO]   commons-jelly-tags-fmt
 [INFO]   commons-jelly-tags-xml
 [INFO]   commons-jelly-tags-define
 [INFO]   commons-jelly-parent
 [INFO] 
 
 [INFO] Building commons-jelly
 [INFO]task-segment: [install]
 [INFO] 
 
 [INFO] [resources:resources {execution: default-resources}]
 [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
 resources, i.e. build is platform dependent!
 [INFO] Copying 0 resource to META-INF
 [INFO] Copying 2 resources
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Failed to resolve artifact.
 
 Missing:
 --
 1) javax.servlet:servlet-api:jar:debian
 
   Try downloading the file manually from the project website.
 
   Then, install it using the command: 
   mvn install:install-file -DgroupId=javax.servlet 
 -DartifactId=servlet-api -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file
 
   Alternatively, if you host your own repository you can deploy the file 
 there: 
   mvn deploy:deploy-file -DgroupId=javax.servlet -DartifactId=servlet-api 
 -Dversion=debian -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
 -DrepositoryId=[id]
 
   Path to dependency: 
   1) org.jenkins-ci:commons-jelly:jar:1.1-jenkins-20110627
   2) javax.servlet:servlet-api:jar:debian
 
 --
 1 required artifact is missing.
 
 for artifact: 
   org.jenkins-ci:commons-jelly:jar:1.1-jenkins-20110627
 
 from the specified remote repositories:
   central (http://repo1.maven.org/maven2)
 
 
 
 NOTE: Maven is executing in offline mode. Any artifacts not already in your 
 local
 repository will be inaccessible.
 
 
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 3 seconds
 [INFO] Finished at: Wed Mar 21 21:25:10 UTC 2012
 [INFO] Final Memory: 6M/58M
 [INFO] 
 
 make: *** [mvn-build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/03/21/jenkins-commons-jelly_1.1-jenkins-20110627-2.log

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.



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#665242: libflexdock-java: FTBFS: class file for com.jgoodies.common.base.SystemUtils not found

2012-03-22 Thread Lucas Nussbaum
Source: libflexdock-java
Version: 1.1.1-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_COMPRESS_EXCLUDE is a 
 deprecated variable
 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/looks.jar:/usr/share/java/skinlf.jar:/usr/lib/jvm/default-java//lib/tools.jar
   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 -Dcompile.optimize=true-propertyfile /«PKGBUILDDIR»/debian/ant.properties 
 build.with.native jar doc
 Buildfile: /«PKGBUILDDIR»/build.xml
 
 clean:
 
 init:
 [mkdir] Created dir: /«PKGBUILDDIR»/build/bin
 [mkdir] Created dir: /«PKGBUILDDIR»/build/bin-demo
 [mkdir] Created dir: /«PKGBUILDDIR»/build/bin-test
 [mkdir] Created dir: /«PKGBUILDDIR»/build/dist
 
 resources:
  [copy] Copying 30 files to /«PKGBUILDDIR»/build/bin
  [copy] Copied 16 empty directories to 3 empty directories under 
 /«PKGBUILDDIR»/build/bin
  [copy] Copying 14 files to /«PKGBUILDDIR»/build/bin-demo
 
 compile:
 [javac] Compiling 218 source files to /«PKGBUILDDIR»/build/bin
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] Compiling 27 source files to /«PKGBUILDDIR»/build/bin-demo
 [javac] SimpleInternalFrame.java:351: cannot access 
 com.jgoodies.common.base.SystemUtils
 [javac] class file for com.jgoodies.common.base.SystemUtils not found
 [javac] if (LookUtils.IS_LAF_WINDOWS_XP_ENABLED)
 [javac]  ^
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 1 error
 
 BUILD FAILED
 /«PKGBUILDDIR»/build.xml:145: Compile failed; see the compiler error output 
 for details.
 
 Total time: 14 seconds
 make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/libflexdock-java_1.1.1-2.log

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.



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Bug#665076: libjpfcodegen-java: FTBFS: [javac] CodeGenerator.java:223: cannot find symbol

2012-03-22 Thread gregor herrmann
reassign 665076 velocity 1.7-2
retitle 665076 velocity: /usr/share/java/velocity.jar missing
affects 665076 libjpfcodegen-java
thanks

On Thu, 22 Mar 2012 13:20:39 +0100, Lucas Nussbaum wrote:

 Source: libjpfcodegen-java
 Version: 0.4+dfsg-2
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20120321 qa-ftbfs
 Justification: FTBFS on amd64

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

  compile:
  [mkdir] Created dir: /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build
  [javac] /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build.xml:53: 
  warning: 'includeantruntime' was not set, defaulting to 
  build.sysclasspath=last; set to false for repeatable builds
  [javac] Compiling 5 source files to 
  /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build
  [javac] CodeGenerator.java:25: package org.apache.velocity does not 
  exist
  [javac] import org.apache.velocity.Template;
  [javac]   ^

This looks like a problem in velocity:

% dpkg -L velocity
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/velocity
/usr/share/doc/velocity/changelog.Debian.gz
/usr/share/doc/velocity/copyright
/usr/share/doc/velocity/README.Debian
/usr/share/maven-repo
/usr/share/maven-repo/org
/usr/share/maven-repo/org/apache
/usr/share/maven-repo/org/apache/velocity
/usr/share/maven-repo/org/apache/velocity/velocity
/usr/share/maven-repo/org/apache/velocity/velocity/1.7
/usr/share/maven-repo/org/apache/velocity/velocity/1.7/velocity-1.7.jar
/usr/share/maven-repo/org/apache/velocity/velocity/1.7/velocity-1.7.pom
/usr/share/maven-repo/org/apache/velocity/velocity/debian
/usr/share/maven-repo/org/apache/velocity/velocity/debian/velocity-debian.pom
/etc
/etc/velocity
/etc/velocity/velocity.properties
/usr/share/maven-repo/org/apache/velocity/velocity/debian/velocity-debian.jar


If my understanding of the java policy is correct, there should be a
/usr/share/java/velocity.jar file or symlink, which went missing at
some point. - Ok, 1.7-1 still has it, 1.7-2 doesn't (and
libjpfcodegen-java builds against 1.7-1 but not against -2 and -3).

Please add it back :)


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Alannah Myles: Black Velvet


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#665076: libjpfcodegen-java: FTBFS: [javac] CodeGenerator.java:223: cannot find symbol

2012-03-22 Thread tony mancill
Hi Gregor,

Thanks for the bug report and thorough triaging.  There were some recent
changes to the behavior of maven-debian-helper that have triggered a
cascade of FTBFS issues.  We'll get this ironed out soon.

Cheers,
tony

On 03/22/2012 09:26 AM, gregor herrmann wrote:
 reassign 665076 velocity 1.7-2
 retitle 665076 velocity: /usr/share/java/velocity.jar missing
 affects 665076 libjpfcodegen-java
 thanks



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#665195: Thanks !

2012-03-22 Thread Gaiax

This happened to me as well.

Thanks for the temporal fix you pointed out ! Hope it can be officially 
fixed soon.


This is my error log if anyone interested:

!SESSION 2012-03-22 18:12:50.007 
---

eclipse.buildId=I20110613-1736
java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=es_ES
Command-line arguments:  -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2012-03-22 18:13:18.917
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
no swt-gtk-3740 in java.library.path
no swt-gtk in java.library.path
Can't load library: 
/home/duber/.swt/lib/linux/x86_64/libswt-gtk-3740.so

Can't load library: /home/duber/.swt/lib/linux/x86_64/libswt-gtk.so

at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
at org.eclipse.swt.internal.C.clinit(C.java:21)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.clinit(Display.java:132)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:695)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:153)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:95)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processing of velocity_1.7-4_amd64.changes

2012-03-22 Thread Debian FTP Masters
velocity_1.7-4_amd64.changes uploaded successfully to localhost
along with the files:
  velocity_1.7-4.dsc
  velocity_1.7-4.debian.tar.gz
  velocity_1.7-4_all.deb
  velocity-doc_1.7-4_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


velocity_1.7-4_amd64.changes ACCEPTED into unstable

2012-03-22 Thread Debian FTP Masters



Accepted:
velocity-doc_1.7-4_all.deb
  to main/v/velocity/velocity-doc_1.7-4_all.deb
velocity_1.7-4.debian.tar.gz
  to main/v/velocity/velocity_1.7-4.debian.tar.gz
velocity_1.7-4.dsc
  to main/v/velocity/velocity_1.7-4.dsc
velocity_1.7-4_all.deb
  to main/v/velocity/velocity_1.7-4_all.deb


Changes:
velocity (1.7-4) unstable; urgency=low
 .
  * Team upload.
  * Update d/velocity.poms to install JAR in /usr/share/java
after maven-debian-helper behavior change. (Closes: #665076)


Override entries for your package:
velocity-doc_1.7-4_all.deb - optional doc
velocity_1.7-4.dsc - source java
velocity_1.7-4_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 665076 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#665076: marked as done (velocity: /usr/share/java/velocity.jar missing)

2012-03-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Mar 2012 19:03:34 +
with message-id e1sanim-0005rh...@franck.debian.org
and subject line Bug#665076: fixed in velocity 1.7-4
has caused the Debian Bug report #665076,
regarding velocity: /usr/share/java/velocity.jar missing
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.)


-- 
665076: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665076
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libjpfcodegen-java
Version: 0.4+dfsg-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 dh build --with javahelper
dh_testdir
dh_auto_configure
jh_linkjars
dh_auto_build
 Buildfile: /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build.xml
 
 compile:
 [mkdir] Created dir: /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build
 [javac] /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build.xml:53: warning: 
 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
 to false for repeatable builds
 [javac] Compiling 5 source files to 
 /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build
 [javac] CodeGenerator.java:25: package org.apache.velocity does not exist
 [javac] import org.apache.velocity.Template;
 [javac]   ^
 [javac] CodeGenerator.java:26: package org.apache.velocity does not exist
 [javac] import org.apache.velocity.VelocityContext;
 [javac]   ^
 [javac] CodeGenerator.java:27: package org.apache.velocity.app does not 
 exist
 [javac] import org.apache.velocity.app.Velocity;
 [javac]   ^
 [javac] CodeGenerator.java:170: cannot find symbol
 [javac] symbol  : variable Velocity
 [javac] location: class net.sf.jabref.plugin.util.CodeGenerator
 [javac]   Velocity.init(p);
 [javac]   ^
 [javac] CodeGenerator.java:172: cannot find symbol
 [javac] symbol  : class VelocityContext
 [javac] location: class net.sf.jabref.plugin.util.CodeGenerator
 [javac]   VelocityContext context = new 
 VelocityContext();
 [javac]   ^
 [javac] CodeGenerator.java:172: cannot find symbol
 [javac] symbol  : class VelocityContext
 [javac] location: class net.sf.jabref.plugin.util.CodeGenerator
 [javac]   VelocityContext context = new 
 VelocityContext();
 [javac] ^
 [javac] CodeGenerator.java:184: cannot find symbol
 [javac] symbol  : class Template
 [javac] location: class net.sf.jabref.plugin.util.CodeGenerator
 [javac]   Template template = Velocity
 [javac]   ^
 [javac] CodeGenerator.java:184: cannot find symbol
 [javac] symbol  : variable Velocity
 [javac] location: class net.sf.jabref.plugin.util.CodeGenerator
 [javac]   Template template = Velocity
 [javac]   ^
 [javac] CodeGenerator.java:223: cannot find symbol
 [javac] symbol  : class Template
 [javac] location: class net.sf.jabref.plugin.util.CodeGenerator
 [javac]   Template template = Velocity
 [javac]   ^
 [javac] CodeGenerator.java:223: cannot find symbol
 [javac] symbol  : variable Velocity
 [javac] location: class net.sf.jabref.plugin.util.CodeGenerator
 [javac]   Template template = Velocity
 [javac]   ^
 [javac] 10 errors
 
 BUILD FAILED
 /«BUILDDIR»/libjpfcodegen-java-0.4+dfsg/build.xml:53: Compile failed; see the 
 compiler error output for details.
 
 Total time: 4 seconds
 dh_auto_build: ant returned exit code 1
 make: *** [build] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2012/03/21/libjpfcodegen-java_0.4+dfsg-2.log

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.


---End Message---
---BeginMessage---

[pkg-java] r15870 - trunk/velocity/debian

2012-03-22 Thread Tony Mancill
Author: tmancill
Date: 2012-03-22 18:47:50 + (Thu, 22 Mar 2012)
New Revision: 15870

Modified:
   trunk/velocity/debian/changelog
   trunk/velocity/debian/velocity.poms
Log:
update d/velocity.poms; update changelog

Modified: trunk/velocity/debian/changelog
===
--- trunk/velocity/debian/changelog 2012-03-22 03:37:26 UTC (rev 15869)
+++ trunk/velocity/debian/changelog 2012-03-22 18:47:50 UTC (rev 15870)
@@ -1,3 +1,11 @@
+velocity (1.7-4) unstable; urgency=low
+
+  * Team upload.
+  * Update d/velocity.poms to install JAR in /usr/share/java
+after maven-debian-helper behavior change. (Closes: #665076)
+
+ -- tony mancill tmanc...@debian.org  Thu, 22 Mar 2012 11:35:12 -0700
+
 velocity (1.7-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/velocity/debian/velocity.poms
===
--- trunk/velocity/debian/velocity.poms 2012-03-22 03:37:26 UTC (rev 15869)
+++ trunk/velocity/debian/velocity.poms 2012-03-22 18:47:50 UTC (rev 15870)
@@ -23,4 +23,4 @@
 #   it will be installed with mh_install.
 #   --classifier=classifier: Optional, the classifier for the jar. Empty by 
default.
 #
-pom.xml --no-parent --has-package-version
+pom.xml --no-parent --has-package-version --java-lib


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[pkg-java] r15871 - in tags/velocity: . 1.7-4/debian

2012-03-22 Thread Tony Mancill
Author: tmancill
Date: 2012-03-22 18:49:56 + (Thu, 22 Mar 2012)
New Revision: 15871

Added:
   tags/velocity/1.7-4/
   tags/velocity/1.7-4/debian/changelog
   tags/velocity/1.7-4/debian/velocity.poms
Removed:
   tags/velocity/1.7-4/debian/changelog
   tags/velocity/1.7-4/debian/velocity.poms
Log:
[svn-buildpackage] Tagging velocity 1.7-4

Deleted: tags/velocity/1.7-4/debian/changelog
===
--- trunk/velocity/debian/changelog 2012-03-22 03:37:26 UTC (rev 15869)
+++ tags/velocity/1.7-4/debian/changelog2012-03-22 18:49:56 UTC (rev 
15871)
@@ -1,228 +0,0 @@
-velocity (1.7-3) unstable; urgency=low
-
-  * Team upload.
-  * Update d/maven.rules for rebuild against libservlet2.5-java.
-- Thanks to Brian Thomason and Miguel Landaeta. (Closes: #662810)
-
- -- tony mancill tmanc...@debian.org  Mon, 12 Mar 2012 20:51:51 -0700
-
-velocity (1.7-2) unstable; urgency=low
-
-  * Team upload.
-  * Update libservlet dependency to libservlet2.5-java (Closes: #658806)
-  * Bump Standards-Version to 3.9.3. No changes were required.
-
- -- tony mancill tmanc...@debian.org  Sun, 04 Mar 2012 20:19:01 +
-
-velocity (1.7-1) unstable; urgency=low
-
-  * New upstream release.
-
-  [Steffen Moeller]
-  * Added Brian to uploaders.
-  * Allowed DM-Upload-Allowed for Brian
-
- -- Brian Thomason brian.thoma...@eucalyptus.com  Fri, 02 Dec 2011 20:36:38 
+
-
-velocity (1.6.4-1) unstable; urgency=low
-
-  * Team upload
-  * Newer but not newest upstream version.
-  * Remove Arnaud and Wolfgang from Uploaders list.
-  * Switch to debhelper level 7.
-  * Update Standards-Version: 3.9.2.
-  * Remove bundled ivy*.jar from orig tarball.
-  * Switch to source format 3.0.
-  * Mangle alpha and beta versions in debian/watch.
-  * Document copyright and license of xmleb.jar.
-  * Use Maven to build the package. Parts of the documentation that require the
-maven-site-plugin do not build yet.
-  * Refresh remaining patch.
-
- -- Torsten Werner twer...@debian.org  Thu, 15 Sep 2011 17:30:37 +0200
-
-velocity (1.6.2-4) unstable; urgency=low
-
-  [ Onkar Shinde ]
-  * Replace build-dep openjdk-6-jdk with default-jdk. Adjust JAVA_HOME in rules
-file accordingly.
-  * Replace openjdk-6-doc with default-jdk-doc. (Closes: #567293)
-  * Replace build/runtime dep liblogkit-java with libexcalibur-logkit-java.
-Adjust DEB_JARS in rules file accordingly.
-  * debian/patches/build.patch - Update to add 'Class-Path' attribute in
-manifest file with appropriate list of jar files.
-  * debian/patches/fix_example_scripts.patch - New patch to fix shebang lines
-in example scripts. Fixes lintian warnings.
-
- -- Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org  
Sun, 07 Mar 2010 16:00:47 +0530
-
-velocity (1.6.2-3) unstable; urgency=low
-
-  * Bump up Standards-Version to 3.8.3
- - add debian/README.source
-  * Add Build-Depends on openjdk-6-doc (Closes: #543106)
-
- -- Ludovic Claude ludovic.cla...@laposte.net  Wed, 02 Sep 2009 22:34:33 
+0100
-
-velocity (1.6.2-2) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner twer...@debian.org  Sun, 09 Aug 2009 23:51:24 +0200
-
-velocity (1.6.2-1) experimental; urgency=low
-
-  * New upstream version, add myself to Uploaders
-  * Change section to java, bump up Standards-Version to 3.8.2
-  * Bump up debhelper to 6
-  * Move debhelper and cdbs from Build-Depends-Indep to Build-Depends to
-clear Lintian error
-  * Use openjdk-6-jdk instead of kaffe for the build
-  * Use default-jre-headless | java1-runtime-headless | java2-runtime-headless 
-instead of kaffe | java1-runtime | java2-runtime for velocity Depends: 
-  * Update from libjdom0-java to libjdom1-java (Closes: #500536)
-  * Update from libcommons-collections-java to libcommons-collections3-java
-  * Add quilt to Build-Depends and use it to patch build.xml file to avoid
-downloading jar files from the internet while building the documentation
-  * Add a dependency on libcommons-lang-java, libcommons-logging-java, 
-liboro-java
-  * Update from libservlet2.3-java to libservlet2.5-java
-  * Move liblogkit-java, liblog4j1.2-java, libservlet2.5-java,
-libwerken.xpath-java from Depends to Recommends
-  * Move ant from Depends to Suggest (Closes: #532640)
-  * Create a antlib definition for the tasks anakia and texen, and add 
-the classpath information to the manifest in velocity.jar . This 
-removes the need to install jar links under /usr/share/ant/lib, which 
-have been removed. (Closes: #506018)
-  * Add watch file
-  * Remove all patches as they don't apply anymore and seem irrelevent now
-  * Add the Maven POM to the package,
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-Maven repository
-  * Disable the user docs as it requires the use of a Maven plugin to generate 
-them. Put the old 

[SCM] Spring Web Flow: Java MVC framework focused in View and Controller layers branch, master, updated. debian/2.0.9.RELEASE-3-2-gdd292ee

2012-03-22 Thread tony mancill
The following commit has been merged in the master branch:
commit dd292ee0f6dafe74d2cdfbdb103a4e77b5419bb1
Author: tony mancill tmanc...@debian.org
Date:   Thu Mar 22 13:03:48 2012 -0700

set DMUA flag; set distribution to unstable for sponsored upload

diff --git a/debian/changelog b/debian/changelog
index 84060a5..a1f1d0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libspring-webflow-2.0-java (2.0.9.RELEASE-4) UNRELEASED; urgency=low
+libspring-webflow-2.0-java (2.0.9.RELEASE-4) unstable; urgency=low
 
   * Fix FTBFS caused by new features in Spring Framework 3.0. (Closes: 
#663569).
   * Bump Standards-Version to 3.9.3. No changes were required.
 
+  [tony mancill]
+  * Set DMUA flag.
+
  -- Miguel Landaeta mig...@miguel.cc  Wed, 21 Mar 2012 19:33:23 -0430
 
 libspring-webflow-2.0-java (2.0.9.RELEASE-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 51f7b9c..99ed2fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: libspring-webflow-2.0-java
 Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Miguel Landaeta mig...@miguel.cc
+DM-Upload-Allowed: yes
 Section: java
 Priority: optional
 Build-Depends: debhelper ( 7.0.50), ant, default-jdk, javahelper,

-- 
Spring Web Flow: Java MVC framework focused in View and Controller layers

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


[SCM] Spring Web Flow: Java MVC framework focused in View and Controller layers annotated tag, debian/2.0.9.RELEASE-4, created. debian/2.0.9.RELEASE-4

2012-03-22 Thread tony mancill
The annotated tag, debian/2.0.9.RELEASE-4 has been created
at  40db6e85cf771aac59b9295de059b3287a60efb0 (tag)
   tagging  dd292ee0f6dafe74d2cdfbdb103a4e77b5419bb1 (commit)
  replaces  debian/2.0.9.RELEASE-3
 tagged by  tony mancill
on  Thu Mar 22 13:16:14 2012 -0700

- Shortlog 
Debian release 2.0.9.RELEASE-4

Miguel Landaeta (1):
  Fix #663569

tony mancill (1):
  set DMUA flag; set distribution to unstable for sponsored upload

---

-- 
Spring Web Flow: Java MVC framework focused in View and Controller layers

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processing of libspring-webflow-2.0-java_2.0.9.RELEASE-4_amd64.changes

2012-03-22 Thread Debian FTP Masters
libspring-webflow-2.0-java_2.0.9.RELEASE-4_amd64.changes uploaded successfully 
to localhost
along with the files:
  libspring-webflow-2.0-java_2.0.9.RELEASE-4.dsc
  libspring-webflow-2.0-java_2.0.9.RELEASE-4.debian.tar.gz
  libspring-js-2.0-java_2.0.9.RELEASE-4_all.deb
  libspring-webflow-2.0-java_2.0.9.RELEASE-4_all.deb
  libspring-webflow-2.0-java-doc_2.0.9.RELEASE-4_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libspring-webflow-2.0-java_2.0.9.RELEASE-4_amd64.changes ACCEPTED into unstable

2012-03-22 Thread Debian FTP Masters



Accepted:
libspring-js-2.0-java_2.0.9.RELEASE-4_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-js-2.0-java_2.0.9.RELEASE-4_all.deb
libspring-webflow-2.0-java-doc_2.0.9.RELEASE-4_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java-doc_2.0.9.RELEASE-4_all.deb
libspring-webflow-2.0-java_2.0.9.RELEASE-4.debian.tar.gz
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java_2.0.9.RELEASE-4.debian.tar.gz
libspring-webflow-2.0-java_2.0.9.RELEASE-4.dsc
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java_2.0.9.RELEASE-4.dsc
libspring-webflow-2.0-java_2.0.9.RELEASE-4_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java_2.0.9.RELEASE-4_all.deb


Changes:
libspring-webflow-2.0-java (2.0.9.RELEASE-4) unstable; urgency=low
 .
  * Fix FTBFS caused by new features in Spring Framework 3.0. (Closes: #663569).
  * Bump Standards-Version to 3.9.3. No changes were required.
 .
  [tony mancill]
  * Set DMUA flag.


Override entries for your package:
libspring-js-2.0-java_2.0.9.RELEASE-4_all.deb - optional java
libspring-webflow-2.0-java-doc_2.0.9.RELEASE-4_all.deb - optional doc
libspring-webflow-2.0-java_2.0.9.RELEASE-4.dsc - source java
libspring-webflow-2.0-java_2.0.9.RELEASE-4_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 663569 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#663569: marked as done (libspring-webflow-2.0-java: FTBFS: libspring-webflow-2.0-java-2.0.9.RELEASE/debian/build.xml:46: Compile failed; see the compiler error output for details.)

2012-03-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Mar 2012 21:11:57 +
with message-id e1sapib-0005sm...@franck.debian.org
and subject line Bug#663569: fixed in libspring-webflow-2.0-java 2.0.9.RELEASE-4
has caused the Debian Bug report #663569,
regarding libspring-webflow-2.0-java: FTBFS: 
libspring-webflow-2.0-java-2.0.9.RELEASE/debian/build.xml:46: Compile failed; 
see the compiler error output for details.
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.)


-- 
663569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libspring-webflow-2.0-java
Version: 2.0.9.RELEASE-3
Severity: serious

Your package fails to build from source:

jar-spring-js:
  [jar] Building jar: 
/home/jmm/libspring-webflow-2.0-java-2.0.9.RELEASE/dist/spring-js-2.0.9.RELEASE.jar

compile-spring-webflow:
[javac] Compiling 311 source files to 
/home/jmm/libspring-webflow-2.0-java-2.0.9.RELEASE/build
[javac] WebFlowUpgrader.java:34: warning: 
com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory is internal 
proprietary API and may be removed in a future release
[javac] import 
com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory;
[javac]  ^
[javac] ConversationScope.java:25: 
org.springframework.webflow.scope.ConversationScope is not abstract and does 
not override abstract method resolveContextualObject(java.lang.String) in 
org.springframework.beans.factory.config.Scope
[javac] public class ConversationScope extends AbstractWebFlowScope {
[javac]^
[javac] FlashScope.java:25: org.springframework.webflow.scope.FlashScope is 
not abstract and does not override abstract method 
resolveContextualObject(java.lang.String) in 
org.springframework.beans.factory.config.Scope
[javac] public class FlashScope extends AbstractWebFlowScope {
[javac]^
[javac] FlowScope.java:25: org.springframework.webflow.scope.FlowScope is 
not abstract and does not override abstract method 
resolveContextualObject(java.lang.String) in 
org.springframework.beans.factory.config.Scope
[javac] public class FlowScope extends AbstractWebFlowScope {
[javac]^
[javac] RequestScope.java:25: 
org.springframework.webflow.scope.RequestScope is not abstract and does not 
override abstract method resolveContextualObject(java.lang.String) in 
org.springframework.beans.factory.config.Scope
[javac] public class RequestScope extends AbstractWebFlowScope {
[javac]^
[javac] ViewScope.java:25: org.springframework.webflow.scope.ViewScope is 
not abstract and does not override abstract method 
resolveContextualObject(java.lang.String) in 
org.springframework.beans.factory.config.Scope
[javac] public class ViewScope extends AbstractWebFlowScope {
[javac]^
[javac] WebFlowUpgrader.java:87: warning: 
com.sun.org.apache.xml.internal.serializer.OutputPropertiesFactory is internal 
proprietary API and may be removed in a future release
[javac] 
transformer.setOutputProperty(OutputPropertiesFactory.S_KEY_INDENT_AMOUNT, 4);
[javac]   ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 5 errors
[javac] 2 warnings

BUILD FAILED
/home/jmm/libspring-webflow-2.0-java-2.0.9.RELEASE/debian/build.xml:46: Compile 
failed; see the compiler error output for details.

Total time: 16 seconds
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory `/home/jmm/libspring-webflow-2.0-java-2.0.9.RELEASE'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2


---End Message---
---BeginMessage---
Source: libspring-webflow-2.0-java
Source-Version: 2.0.9.RELEASE-4

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

libspring-js-2.0-java_2.0.9.RELEASE-4_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-js-2.0-java_2.0.9.RELEASE-4_all.deb
libspring-webflow-2.0-java-doc_2.0.9.RELEASE-4_all.deb
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java-doc_2.0.9.RELEASE-4_all.deb
libspring-webflow-2.0-java_2.0.9.RELEASE-4.debian.tar.gz
  to 
main/libs/libspring-webflow-2.0-java/libspring-webflow-2.0-java_2.0.9.RELEASE-4.debian.tar.gz
libspring-webflow-2.0-java_2.0.9.RELEASE-4.dsc
  to 

Bug#665076: libjpfcodegen-java: FTBFS: [javac] CodeGenerator.java:223: cannot find symbol

2012-03-22 Thread gregor herrmann
On Thu, 22 Mar 2012 10:03:57 -0700, tony mancill wrote:

 Thanks for the bug report and thorough triaging.  There were some recent
 changes to the behavior of maven-debian-helper that have triggered a
 cascade of FTBFS issues.  We'll get this ironed out soon.

I see, thanks for the background information. - And especially for
fixing the bug so quickly!
 
Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Kurt Ostbahn  Die Kombo: (Aller-)Höchste Zeit


signature.asc
Description: Digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

[pkg-java] r15872 - trunk/libflexdock-java/debian

2012-03-22 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-22 22:52:25 + (Thu, 22 Mar 2012)
New Revision: 15872

Modified:
   trunk/libflexdock-java/debian/changelog
   trunk/libflexdock-java/debian/control
   trunk/libflexdock-java/debian/rules
Log:
* jgoodies-common was not found (Closes: #665242)
* Standards-Version updated to version 3.9.3 

Modified: trunk/libflexdock-java/debian/changelog
===
--- trunk/libflexdock-java/debian/changelog 2012-03-22 18:49:56 UTC (rev 
15871)
+++ trunk/libflexdock-java/debian/changelog 2012-03-22 22:52:25 UTC (rev 
15872)
@@ -1,3 +1,10 @@
+libflexdock-java (1.1.1-3) unstable; urgency=low
+
+  * jgoodies-common was not found (Closes: #665242)
+  * Standards-Version updated to version 3.9.3 
+
+ -- Sylvestre Ledru sylves...@debian.org  Thu, 22 Mar 2012 23:45:14 +0100
+
 libflexdock-java (1.1.1-2) unstable; urgency=low
 
   * Update of the CVS urls

Modified: trunk/libflexdock-java/debian/control
===
--- trunk/libflexdock-java/debian/control   2012-03-22 18:49:56 UTC (rev 
15871)
+++ trunk/libflexdock-java/debian/control   2012-03-22 22:52:25 UTC (rev 
15872)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (= 5), cdbs, ant, ant-optional, 
  libskinlf-java, default-jdk,
  libjgoodies-looks-java, libx11-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://java.net/projects/flexdock/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libflexdock-java/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libflexdock-java/

Modified: trunk/libflexdock-java/debian/rules
===
--- trunk/libflexdock-java/debian/rules 2012-03-22 18:49:56 UTC (rev 15871)
+++ trunk/libflexdock-java/debian/rules 2012-03-22 22:52:25 UTC (rev 15872)
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 JAVA_HOME:= /usr/lib/jvm/default-java/
-DEB_JARS := ant-nodeps looks skinlf
+DEB_JARS := ant-nodeps looks skinlf jgoodies-common
 DEB_ANT_BUILD_TARGET := build.with.native jar doc
 BUILDDIR:= build
 DEB_COMPRESS_EXCLUDE := .sxw


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processing of libflexdock-java_1.1.1-3_amd64.changes

2012-03-22 Thread Debian FTP Masters
libflexdock-java_1.1.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  libflexdock-java_1.1.1-3.dsc
  libflexdock-java_1.1.1-3.debian.tar.gz
  libflexdock-java_1.1.1-3_all.deb
  libflexdock-java-doc_1.1.1-3_all.deb
  libflexdock-java-demo_1.1.1-3_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libflexdock-java_1.1.1-3_amd64.changes ACCEPTED into unstable

2012-03-22 Thread Debian FTP Masters



Accepted:
libflexdock-java-demo_1.1.1-3_all.deb
  to main/libf/libflexdock-java/libflexdock-java-demo_1.1.1-3_all.deb
libflexdock-java-doc_1.1.1-3_all.deb
  to main/libf/libflexdock-java/libflexdock-java-doc_1.1.1-3_all.deb
libflexdock-java_1.1.1-3.debian.tar.gz
  to main/libf/libflexdock-java/libflexdock-java_1.1.1-3.debian.tar.gz
libflexdock-java_1.1.1-3.dsc
  to main/libf/libflexdock-java/libflexdock-java_1.1.1-3.dsc
libflexdock-java_1.1.1-3_all.deb
  to main/libf/libflexdock-java/libflexdock-java_1.1.1-3_all.deb


Changes:
libflexdock-java (1.1.1-3) unstable; urgency=low
 .
  * jgoodies-common was not found (Closes: #665242)
  * Standards-Version updated to version 3.9.3


Override entries for your package:
libflexdock-java-demo_1.1.1-3_all.deb - optional java
libflexdock-java-doc_1.1.1-3_all.deb - optional doc
libflexdock-java_1.1.1-3.dsc - source java
libflexdock-java_1.1.1-3_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 665242 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#665242: marked as done (libflexdock-java: FTBFS: class file for com.jgoodies.common.base.SystemUtils not found)

2012-03-22 Thread Debian Bug Tracking System
Your message dated Thu, 22 Mar 2012 23:03:24 +
with message-id e1sar2s-0003tx...@franck.debian.org
and subject line Bug#665242: fixed in libflexdock-java 1.1.1-3
has caused the Debian Bug report #665242,
regarding libflexdock-java: FTBFS: class file for 
com.jgoodies.common.base.SystemUtils not found
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.)


-- 
665242: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665242
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libflexdock-java
Version: 1.1.1-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120321 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  debian/rules build
 test -x debian/rules
 mkdir -p .
 /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_COMPRESS_EXCLUDE is a 
 deprecated variable
 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/looks.jar:/usr/share/java/skinlf.jar:/usr/lib/jvm/default-java//lib/tools.jar
   -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true 
 -Dcompile.optimize=true-propertyfile /«PKGBUILDDIR»/debian/ant.properties 
 build.with.native jar doc
 Buildfile: /«PKGBUILDDIR»/build.xml
 
 clean:
 
 init:
 [mkdir] Created dir: /«PKGBUILDDIR»/build/bin
 [mkdir] Created dir: /«PKGBUILDDIR»/build/bin-demo
 [mkdir] Created dir: /«PKGBUILDDIR»/build/bin-test
 [mkdir] Created dir: /«PKGBUILDDIR»/build/dist
 
 resources:
  [copy] Copying 30 files to /«PKGBUILDDIR»/build/bin
  [copy] Copied 16 empty directories to 3 empty directories under 
 /«PKGBUILDDIR»/build/bin
  [copy] Copying 14 files to /«PKGBUILDDIR»/build/bin-demo
 
 compile:
 [javac] Compiling 218 source files to /«PKGBUILDDIR»/build/bin
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] Compiling 27 source files to /«PKGBUILDDIR»/build/bin-demo
 [javac] SimpleInternalFrame.java:351: cannot access 
 com.jgoodies.common.base.SystemUtils
 [javac] class file for com.jgoodies.common.base.SystemUtils not found
 [javac] if (LookUtils.IS_LAF_WINDOWS_XP_ENABLED)
 [javac]  ^
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 1 error
 
 BUILD FAILED
 /«PKGBUILDDIR»/build.xml:145: Compile failed; see the compiler error output 
 for details.
 
 Total time: 14 seconds
 make: *** [debian/stamp-ant-build] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/21/libflexdock-java_1.1.1-2.log

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.


---End Message---
---BeginMessage---
Source: libflexdock-java
Source-Version: 1.1.1-3

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

libflexdock-java-demo_1.1.1-3_all.deb
  to main/libf/libflexdock-java/libflexdock-java-demo_1.1.1-3_all.deb
libflexdock-java-doc_1.1.1-3_all.deb
  to main/libf/libflexdock-java/libflexdock-java-doc_1.1.1-3_all.deb
libflexdock-java_1.1.1-3.debian.tar.gz
  to main/libf/libflexdock-java/libflexdock-java_1.1.1-3.debian.tar.gz
libflexdock-java_1.1.1-3.dsc
  to main/libf/libflexdock-java/libflexdock-java_1.1.1-3.dsc
libflexdock-java_1.1.1-3_all.deb
  to main/libf/libflexdock-java/libflexdock-java_1.1.1-3_all.deb



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 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru sylves...@debian.org (supplier of updated libflexdock-java 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive

[pkg-java] r15873 - trunk/libjrosetta-java/debian

2012-03-22 Thread Sylvestre Ledru
Author: sylvestre
Date: 2012-03-22 23:28:03 + (Thu, 22 Mar 2012)
New Revision: 15873

Modified:
   trunk/libjrosetta-java/debian/changelog
   trunk/libjrosetta-java/debian/control
   trunk/libjrosetta-java/debian/rules
Log:
* Update Standards-Version: 3.9.3
* Fix a FTBFS (wrong name of the java lib)


Modified: trunk/libjrosetta-java/debian/changelog
===
--- trunk/libjrosetta-java/debian/changelog 2012-03-22 22:52:25 UTC (rev 
15872)
+++ trunk/libjrosetta-java/debian/changelog 2012-03-22 23:28:03 UTC (rev 
15873)
@@ -1,3 +1,10 @@
+libjrosetta-java (1.0.4-2) unstable; urgency=low
+
+  * Update Standards-Version: 3.9.3
+  * Fix a FTBFS (wrong name of the java lib)
+  
+ -- Sylvestre Ledru sylves...@debian.org  Fri, 23 Mar 2012 00:20:03 +0100
+
 libjrosetta-java (1.0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libjrosetta-java/debian/control
===
--- trunk/libjrosetta-java/debian/control   2012-03-22 22:52:25 UTC (rev 
15872)
+++ trunk/libjrosetta-java/debian/control   2012-03-22 23:28:03 UTC (rev 
15873)
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (= 7), cdbs
 Build-Depends-Indep: ant, ant-optional, default-jdk, maven-debian-helper,
  libslf4j-java, libjdom1-java, libmaven-assembly-plugin-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://dev.artenum.com/projects/JRosetta/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libjrosetta-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjrosetta-java/

Modified: trunk/libjrosetta-java/debian/rules
===
--- trunk/libjrosetta-java/debian/rules 2012-03-22 22:52:25 UTC (rev 15872)
+++ trunk/libjrosetta-java/debian/rules 2012-03-22 23:28:03 UTC (rev 15873)
@@ -9,8 +9,5 @@
 DEB_INSTALL_CHANGELOGS_ALL := CHANGE.txt
 DEB_MAVEN_ARGS := -e
 
-install/libjrosetta-java::
-   ln -s jrosetta-api.jar 
debian/libjrosetta-java/usr/share/java/jrosetta-API.jar
-
 get-orig-source:
-uscan --upstream-version 0 --rename


___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits


Processing of libjrosetta-java_1.0.4-2_amd64.changes

2012-03-22 Thread Debian FTP Masters
libjrosetta-java_1.0.4-2_amd64.changes uploaded successfully to localhost
along with the files:
  libjrosetta-java_1.0.4-2.dsc
  libjrosetta-java_1.0.4-2.debian.tar.gz
  libjrosetta-java_1.0.4-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


libjrosetta-java_1.0.4-2_amd64.changes ACCEPTED into unstable

2012-03-22 Thread Debian FTP Masters



Accepted:
libjrosetta-java_1.0.4-2.debian.tar.gz
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.4-2.debian.tar.gz
libjrosetta-java_1.0.4-2.dsc
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.4-2.dsc
libjrosetta-java_1.0.4-2_all.deb
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.4-2_all.deb


Changes:
libjrosetta-java (1.0.4-2) unstable; urgency=low
 .
  * Update Standards-Version: 3.9.3
  * Fix a FTBFS (wrong name of the java lib)


Override entries for your package:
libjrosetta-java_1.0.4-2.dsc - source java
libjrosetta-java_1.0.4-2_all.deb - optional java

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.