Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Build failed in Jenkins: nebula.stable #348

See <https://ci.eclipse.org/nebula/job/nebula.stable/348/display/redirect?page=changes>

Changes:

[Laurent CARON] Bug 293437 - [PaperClips] Migrate to Java 5

------------------------------------------
[...truncated 471.04 KB...]
[ERROR] 	this.colors = new HashMap<>();
[ERROR] 	     ^^^^^^
[ERROR] colors cannot be resolved or is not a field
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/ResourcePool.java:[65] 
[ERROR] 	this.colors = new HashMap<>();
[ERROR] 	                  ^^^^^^^
[ERROR] The type HashMap is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/ResourcePool.java:[80] 
[ERROR] 	Font font = fonts.get(fontData);
[ERROR] 	            ^^^^^
[ERROR] fonts cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/ResourcePool.java:[83] 
[ERROR] 	fonts.put(SWTUtil.copy(fontData), font);
[ERROR] 	^^^^^
[ERROR] fonts cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/ResourcePool.java:[100] 
[ERROR] 	Color color = colors.get(rgb);
[ERROR] 	              ^^^^^^
[ERROR] colors cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/ResourcePool.java:[103] 
[ERROR] 	colors.put(SWTUtil.copy(rgb), color);
[ERROR] 	^^^^^^
[ERROR] colors cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/ColumnPrint.java:[87] 
[ERROR] 	@Override
[ERROR] 	 ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/ColumnPrint.java:[98] 
[ERROR] 	@Override
[ERROR] 	 ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/ColumnPrint.java:[247] 
[ERROR] 	List<PrintPiece> pieces = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/ColumnPrint.java:[247] 
[ERROR] 	List<PrintPiece> pieces = new ArrayList<>();
[ERROR] 	                              ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/ColumnPrint.java:[260] 
[ERROR] 	private PrintPiece[] disposePieces(List<PrintPiece> pieces) {
[ERROR] 	                                   ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/ColumnPrint.java:[261] 
[ERROR] 	for (Iterator<PrintPiece> iter = pieces.iterator(); iter.hasNext();) {
[ERROR] 	     ^^^^^^^^
[ERROR] The type Iterator is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[833] 
[ERROR] 	List<CompositeEntry> result = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <CompositeEntry>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[833] 
[ERROR] 	List<CompositeEntry> result = new ArrayList<>();
[ERROR] 	                                  ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[886] 
[ERROR] 	final List<Integer> bodyRows = new ArrayList<>();
[ERROR] 	      ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <Integer>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[886] 
[ERROR] 	final List<Integer> bodyRows = new ArrayList<>();
[ERROR] 	                                   ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[887] 
[ERROR] 	final List<int[]> bodyColSpans = new ArrayList<>();
[ERROR] 	      ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <int[]>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[887] 
[ERROR] 	final List<int[]> bodyColSpans = new ArrayList<>();
[ERROR] 	                                     ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[919] 
[ERROR] 	List<CompositeEntry> entries = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <CompositeEntry>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[919] 
[ERROR] 	List<CompositeEntry> entries = new ArrayList<>();
[ERROR] 	                                   ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[932] 
[ERROR] 	for (Iterator<CompositeEntry> iter = entries.iterator(); iter
[ERROR] 	     ^^^^^^^^
[ERROR] The type Iterator is not generic; it cannot be parameterized with arguments <CompositeEntry>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[950] 
[ERROR] 	final List<Integer> rowHeights, final List<int[]> colSpans,
[ERROR] 	      ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <Integer>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[950] 
[ERROR] 	final List<Integer> rowHeights, final List<int[]> colSpans,
[ERROR] 	                                      ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <int[]>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[960] 
[ERROR] 	List<CompositeEntry> entries = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <CompositeEntry>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[960] 
[ERROR] 	List<CompositeEntry> entries = new ArrayList<>();
[ERROR] 	                                   ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[1025] 
[ERROR] 	List<CompositeEntry> sections = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <CompositeEntry>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/grid/internal/GridIterator.java:[1025] 
[ERROR] 	List<CompositeEntry> sections = new ArrayList<>();
[ERROR] 	                                    ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/PaperClips.java:[412] 
[ERROR] 	List<PrintPiece> pages = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/PaperClips.java:[412] 
[ERROR] 	List<PrintPiece> pages = new ArrayList<>();
[ERROR] 	                             ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/LayerIterator.java:[68] 
[ERROR] 	List<PrintPiece> pieces = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/LayerIterator.java:[68] 
[ERROR] 	List<PrintPiece> pieces = new ArrayList<>();
[ERROR] 	                              ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/LayerIterator.java:[75] 
[ERROR] 	for (Iterator<PrintPiece> iter = pieces.iterator(); iter
[ERROR] 	     ^^^^^^^^
[ERROR] The type Iterator is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[36] 
[ERROR] 	private final List<Print> elements = new ArrayList<>();
[ERROR] 	              ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <Print>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[36] 
[ERROR] 	private final List<Print> elements = new ArrayList<>();
[ERROR] 	                                         ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[45] 
[ERROR] 	@Override
[ERROR] 	 ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[50] 
[ERROR] 	+ ((elements == null) ? 0 : elements.hashCode());
[ERROR] 	    ^^^^^^^^
[ERROR] elements cannot be resolved to a variable
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[50] 
[ERROR] 	+ ((elements == null) ? 0 : elements.hashCode());
[ERROR] 	                            ^^^^^^^^
[ERROR] elements cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[55] 
[ERROR] 	@Override
[ERROR] 	 ^^^^^^^^
[ERROR] Override cannot be resolved to a type
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[64] 
[ERROR] 	if (elements == null) {
[ERROR] 	    ^^^^^^^^
[ERROR] elements cannot be resolved to a variable
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[65] 
[ERROR] 	if (other.elements != null)
[ERROR] 	          ^^^^^^^^
[ERROR] elements cannot be resolved or is not a field
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[67] 
[ERROR] 	} else if (!elements.equals(other.elements))
[ERROR] 	            ^^^^^^^^
[ERROR] elements cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[67] 
[ERROR] 	} else if (!elements.equals(other.elements))
[ERROR] 	                                  ^^^^^^^^
[ERROR] elements cannot be resolved or is not a field
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[137] 
[ERROR] 	elements.add(element);
[ERROR] 	^^^^^^^^
[ERROR] elements cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[143] 
[ERROR] 	elements.toArray(new Print[elements.size()]), device, gc);
[ERROR] 	^^^^^^^^
[ERROR] elements cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[143] 
[ERROR] 	elements.toArray(new Print[elements.size()]), device, gc);
[ERROR] 	                           ^^^^^^^^
[ERROR] elements cannot be resolved
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[199] 
[ERROR] 	List<CompositeEntry> rows = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <CompositeEntry>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[199] 
[ERROR] 	List<CompositeEntry> rows = new ArrayList<>();
[ERROR] 	                                ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[220] 
[ERROR] 	final List<PrintIterator> backup = new ArrayList<>();
[ERROR] 	      ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintIterator>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[220] 
[ERROR] 	final List<PrintIterator> backup = new ArrayList<>();
[ERROR] 	                                       ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[222] 
[ERROR] 	List<PrintPiece> rowElements = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[222] 
[ERROR] 	List<PrintPiece> rowElements = new ArrayList<>();
[ERROR] 	                                   ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[255] 
[ERROR] 	List<PrintPiece> rowElements) {
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[259] 
[ERROR] 	List<CompositeEntry> entries = new ArrayList<>();
[ERROR] 	^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <CompositeEntry>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[259] 
[ERROR] 	List<CompositeEntry> entries = new ArrayList<>();
[ERROR] 	                                   ^^^^^^^^^
[ERROR] The type ArrayList is not generic; it cannot be parameterized with arguments <>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/text/StyledTextPrint.java:[273] 
[ERROR] 	final List<PrintIterator> backup) {
[ERROR] 	      ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintIterator>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.java:[86] 
[ERROR] 	public static void dispose(List<PrintPiece> pages) {
[ERROR] 	                           ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.java:[87] 
[ERROR] 	for (Iterator<PrintPiece> it = pages.iterator(); it.hasNext();)
[ERROR] 	     ^^^^^^^^
[ERROR] The type Iterator is not generic; it cannot be parameterized with arguments <PrintPiece>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.java:[188] 
[ERROR] 	public static int[] toIntArray(List<Integer> list) {
[ERROR] 	                               ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <Integer>
[ERROR] /jobs/genie.nebula/nebula.stable/workspace/widgets/paperclips/org.eclipse.nebula.paperclips.core/src/org/eclipse/nebula/paperclips/core/internal/util/PaperClipsUtil.java:[202] 
[ERROR] 	public static int[][] toIntIntArray(List<int[]> list) {
[ERROR] 	                                    ^^^^
[ERROR] The type List is not generic; it cannot be parameterized with arguments <int[]>
[ERROR] 234 problems (205 errors, 29 warnings)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.nebula.paperclips.core
Build step 'Execute shell' marked build as failure
Terminating xvnc.
Not sending mail to unregistered user laurent.caron@xxxxxxxxx


Back to the top