[ImageJ-builds] Build failed in Jenkins: ImageJ-daily #659
jenkins at imagej.net
jenkins at imagej.net
Sat Oct 20 00:08:44 CDT 2012
See <http://jenkins.imagej.net/job/ImageJ-daily/659/changes>
Changes:
[Johannes Schindelin] Clarify the documentation of FileUtils#getExtension(...)
[Johannes Schindelin] FileUtils: Add a method to create temporary directories
[Johannes Schindelin] Script Service: allow setting the file name and stdout & stderr
[Johannes Schindelin] Rename the top-level script project to 'ij-script'
[Johannes Schindelin] Fix dependecy of 'script-beanshell'
[Johannes Schindelin] Add the MiniMaven subproject
[Johannes Schindelin] The first code-dump of MiniMaven
[Johannes Schindelin] MiniMaven: rename packages
[Johannes Schindelin] MiniMaven: add license headers
[Johannes Schindelin] MiniMaven: use @Override where appropriate
[Johannes Schindelin] MiniMaven: fix a few more compiler warnings
[Johannes Schindelin] MiniMaven: fix remaining compiler warnings
[Johannes Schindelin] MiniMaven: rename the POM class into MavenProject
[Johannes Schindelin] MiniMaven: try to fall back to tools.jar when compiling
[Johannes Schindelin] MiniMaven: offer to parse a pom.xml from an InputStream
[Johannes Schindelin] MiniMaven: offer to fake a project configuration for a given .jar file
[Johannes Schindelin] MiniMaven: offer group and artifact IDs of coordinates
[Barry DeZonia] Add StatisticsService: a simple way to calculate stats
[Barry DeZonia] Add a demo plugin for the StatisticsService
[Johannes Schindelin] MiniMaven: fall back to System.err if no err was specified
[Johannes Schindelin] MiniMaven: fix test for aggregator projects
[Johannes Schindelin] Add a 'script engine' for Java
[Johannes Schindelin] Test the Java "script engine"
[Johannes Schindelin] Refactor the test for the Java 'script engine'
[Johannes Schindelin] Java 'script engine': optionally search for pom.xml file
[Johannes Schindelin] Java 'script engine': try to execute the current class
[Johannes Schindelin] Java 'script engine': support eval(Reader)
[Johannes Schindelin] Java 'script engine': flush compile errors
[Johannes Schindelin] Java 'script engine': fix two resource leaks
[Johannes Schindelin] Java 'script engine': prefer to launch the class via CommandService
[Johannes Schindelin] Java 'script engine': turn off 'verbose' and 'debug' mode by default
[Johannes Schindelin] Java 'script engine': fall back to fake a pom.xml in more cases
[Johannes Schindelin] ScriptService: add a method to identify compiled-only languages
[Johannes Schindelin] ScriptService: add canHandleFile(String fileName)
[Johannes Schindelin] Add the ij-ui-script-editor project
[Johannes Schindelin] First code dump of the Fiji Script Editor
[Johannes Schindelin] Script Editor: remove now-obsolete classes
[Johannes Schindelin] Script Editor: the classes are now in package imagej.script.editor
[Johannes Schindelin] Script Editor: add copyright headers
[Johannes Schindelin] Script Editor: remove the AutoComplete dependency
[Johannes Schindelin] Script Editor: remove dysfunctional debugging support
[Johannes Schindelin] Script Editor: No need for the ClojureTokenMaker anymore
[Johannes Schindelin] Script Editor: remove a class used by the Fiji Updater
[Johannes Schindelin] Script Editor: remove references to ImageJ 1.x
[Johannes Schindelin] Script Editor: use ImageJ2's Prefs class
[Johannes Schindelin] Script Editor: adjust to new RSyntaxTextArea's API
[Johannes Schindelin] Script Editor: replace Languages by ScriptEngineFactory
[Johannes Schindelin] Script Editor: Introduce a Writer to write to JTextAreas
[Johannes Schindelin] Script Editor: we need a LogService instance
[Johannes Schindelin] Script Editor: avoid using a GenericDialog for file choosing
[Johannes Schindelin] Script Editor: get rid of the dependency on Fiji Build
[Johannes Schindelin] Script Editor: open URLs via the PlatformService
[Johannes Schindelin] Script Editor: remove the Open Source for Menu Item command
[Johannes Schindelin] Script Editor: ask the IOService to open images for us
[Johannes Schindelin] Script Editor: replace remaining GenericDialog calls by Commands
[Johannes Schindelin] Script Editor: Fiji's SimpleExecuter was superceded by ProcessUtils
[Johannes Schindelin] Script Editor: use new RSyntaxTextArea's API
[Johannes Schindelin] Script Editor: replace IJ.getNumber() by DynamicCommands
[Johannes Schindelin] Script Editor: remove the option to make .jar files
[Johannes Schindelin] Script Editor: we cannot 'install' macros any longer
[Johannes Schindelin] Script Editor: re-implement Open Help for Macro Function
[Johannes Schindelin] Script Editor: use JFileChooser instead of IJ1's SaveDialog
[Johannes Schindelin] Script Editor: turn the title,text constructor into a method
[Johannes Schindelin] Script Editor: remove some class name functions for now
[Johannes Schindelin] Script Editor: use AppUtils.getBaseDirectory() everywhere
[Johannes Schindelin] Script Editor: use the File class more consistently
[Johannes Schindelin] Script Editor: make sure that annotation processing is enabled
[Johannes Schindelin] Script Editor: handle currentLanguage == null gracefully
[Johannes Schindelin] Script Editor: use standard way to define custom syntax highlighting
[Johannes Schindelin] Script Editor: support Javascript's print() function
[Johannes Schindelin] Script Editor: display "ECMAScript" as "Javascript"
[Johannes Schindelin] Script Editor: remove another Fiji'ism
[Johannes Schindelin] Script Editor: flush outputs before showing exceptions
[Johannes Schindelin] Script Editor: handle compile errors gracefully
[Johannes Schindelin] Make the Script Editor a proper plugin
[Johannes Schindelin] Script Editor: fix NPE when the file was not yet saved
[Curtis Rueden] Temporarily disable "Create new plugin" feature
------------------------------------------
[...truncated 20936 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Logging: SLF4J
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: AWT UI
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: AWT
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/ui/awt/base/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: Pivot UI
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Pivot
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/ui/pivot/base/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: SWT UI
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: SWT
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/ui/swt/base/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] Preparing javadoc:javadoc
[INFO] [buildnumber:create {execution: default}]
[INFO] Preparing javadoc:test-javadoc
[INFO] [buildnumber:create {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /data/devel/jenkins/jobs/ImageJ-daily/workspace/script/java/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] Preparing javadoc:aggregate
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Projects
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: Core
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Classes
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Data Model
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Options
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Updater
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Updater Core
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ User Interface Framework
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core: I/O
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: Core Commands
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Commands: Application
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Commands: Data
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Tools
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Commands: Debug
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Commands: Display
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Commands: Miscellaneous
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: User Interface
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: AWT and Swing UIs
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Utility Classes: AWT
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Legacy Bridge
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: Script
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building Beanshell Scripting For ImageJ
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building Minimal support for Maven projects
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building A "script" engine for Java
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: Swing UI
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building The Script Editor
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Core Platforms
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Common AWT Classes
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Utility Classes: Swing
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Swing
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Swing Plugins
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Swing Tools
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Updater (Swing)
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Updater support for uploading via SSH/SFTP
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Application
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ Logging: SLF4J
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: AWT UI
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: AWT
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: Pivot UI
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: Pivot
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ POM: SWT UI
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] ------------------------------------------------------------------------
[INFO] Building ImageJ UI: SWT
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] [site:site {execution: default-site}]
[INFO] Parent project loaded from repository: org.scijava:pom-scijava:pom:1.21
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] SiteToolException: Error parsing site descriptor
expected = after attribute name (position: START_DOCUMENT seen ... limitations\r\nunder the License.\r\n-->\r\n\r\n<project name="A "script"... @21:26)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 minutes 12 seconds
[INFO] Finished at: Sat Oct 20 00:08:42 CDT 2012
[INFO] Final Memory: 108M/1285M
[INFO] ------------------------------------------------------------------------
Build step 'Ex?cuter un script shell' marked build as failure
Archiving artifacts
Publication des Javadocs
More information about the ImageJ-builds
mailing list