|
From: <el...@gm...> - 2011-03-29 19:04:43
|
JDiffPlugin - Failure:
********************************************************************************
Build Log Snippet:
[...truncated 197 lines...]
[javac] location: class jdiff.DualDiff
[javac] private JEditTextArea textArea1;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffOverview.java:30: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.jEdit;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffOverview.java:31: package org.gjt.sp.jedit.textarea does not exist
[javac] import org.gjt.sp.jedit.textarea.JEditTextArea;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:35: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.EBComponent;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:36: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.EBMessage;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:37: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.EditBus;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:38: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.View;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:39: package org.gjt.sp.jedit.msg does not exist
[javac] import org.gjt.sp.jedit.msg.*;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:44: cannot find symbol
[javac] symbol: class EBComponent
[javac] public class DiffLineOverview extends JComponent implements LineProcessor, EBComponent {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/util/ScrollHandler.java:9: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.jEdit;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/util/ScrollHandler.java:10: package org.gjt.sp.jedit.textarea does not exist
[javac] import org.gjt.sp.jedit.textarea.ScrollListener;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/util/ScrollHandler.java:11: package org.gjt.sp.jedit.textarea does not exist
[javac] import org.gjt.sp.jedit.textarea.TextArea;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/util/ScrollHandler.java:15: cannot find symbol
[javac] symbol: class ScrollListener
[javac] public class ScrollHandler implements ScrollListener, FocusListener, MouseListener {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:85: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.DualDiff
[javac] protected DualDiff(View view) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:90: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.DualDiff
[javac] protected DualDiff(View view, boolean ignoreCase, boolean trimWhitespace, boolean ignoreAmountOfWhiteSpace, boolean ignoreLineSeparators, boolean ignoreAllWhiteSpace) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:115: cannot find symbol
[javac] symbol : class EditPane
[javac] location: class jdiff.DualDiff
[javac] public EditPane getEditPane0() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:122: cannot find symbol
[javac] symbol : class EditPane
[javac] location: class jdiff.DualDiff
[javac] public EditPane getEditPane1() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:129: cannot find symbol
[javac] symbol : class TextArea
[javac] location: class jdiff.DualDiff
[javac] public TextArea getTextArea0() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:136: cannot find symbol
[javac] symbol : class TextArea
[javac] location: class jdiff.DualDiff
[javac] public TextArea getTextArea1() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:165: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.DualDiff
[javac] public View getView() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:179: cannot find symbol
[javac] symbol : class EBMessage
[javac] location: class jdiff.DualDiff
[javac] public void handleMessage(EBMessage message) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:877: cannot find symbol
[javac] symbol : class EditPane
[javac] location: class jdiff.DualDiff
[javac] protected void moveRight(EditPane editPane) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:902: cannot find symbol
[javac] symbol : class EditPane
[javac] location: class jdiff.DualDiff
[javac] protected void moveLeft(EditPane editPane) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:925: cannot find symbol
[javac] symbol : class EditPane
[javac] location: class jdiff.DualDiff
[javac] protected void moveMultipleRight(EditPane editPane) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiff.java:945: cannot find symbol
[javac] symbol : class EditPane
[javac] location: class jdiff.DualDiff
[javac] protected void moveMultipleLeft(EditPane editPane) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffTextAreaModel.java:30: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.Buffer;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffTextAreaModel.java:31: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.EditPane;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffTextAreaModel.java:32: package org.gjt.sp.jedit.textarea does not exist
[javac] import org.gjt.sp.jedit.textarea.JEditTextArea;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffOverview.java:39: cannot find symbol
[javac] symbol : class JEditTextArea
[javac] location: class jdiff.component.DiffOverview
[javac] protected JEditTextArea textArea0;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffOverview.java:40: cannot find symbol
[javac] symbol : class JEditTextArea
[javac] location: class jdiff.component.DiffOverview
[javac] protected JEditTextArea textArea1;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:49: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.component.DiffLineOverview
[javac] private View view = null;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineModel.java:30: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.jEdit;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:57: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.component.DiffLineOverview
[javac] public DiffLineOverview( DualDiff dualDiff, View view ) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:64: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.component.DiffLineOverview
[javac] public DiffLineOverview(View view) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:131: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.component.DiffLineOverview
[javac] public View getView() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffLineOverview.java:172: cannot find symbol
[javac] symbol : class EBMessage
[javac] location: class jdiff.component.DiffLineOverview
[javac] public void handleMessage( EBMessage message ) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/util/ScrollHandler.java:61: cannot find symbol
[javac] symbol : class TextArea
[javac] location: class jdiff.util.ScrollHandler
[javac] public void scrolledHorizontally( TextArea textArea ) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/util/ScrollHandler.java:70: cannot find symbol
[javac] symbol : class TextArea
[javac] location: class jdiff.util.ScrollHandler
[javac] public void scrolledVertically( TextArea textArea ) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffTextAreaModel.java:43: cannot find symbol
[javac] symbol : class JEditTextArea
[javac] location: class jdiff.component.DiffTextAreaModel
[javac] private JEditTextArea leftTextArea;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffTextAreaModel.java:44: cannot find symbol
[javac] symbol : class JEditTextArea
[javac] location: class jdiff.component.DiffTextAreaModel
[javac] private JEditTextArea rightTextArea;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffTextAreaModel.java:63: cannot find symbol
[javac] symbol : class JEditTextArea
[javac] location: class jdiff.component.DiffTextAreaModel
[javac] public JEditTextArea getLeftTextArea() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/component/DiffTextAreaModel.java:67: cannot find symbol
[javac] symbol : class JEditTextArea
[javac] location: class jdiff.component.DiffTextAreaModel
[javac] public JEditTextArea getRightTextArea() {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:37: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.Buffer;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:38: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.EditPane;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:39: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.GUIUtilities;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:40: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.MiscUtilities;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:41: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.View;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:42: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.jEdit;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:43: package org.gjt.sp.jedit.gui does not exist
[javac] import org.gjt.sp.jedit.gui.HistoryTextField;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:44: package org.gjt.sp.jedit.io does not exist
[javac] import org.gjt.sp.jedit.io.VFS;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:45: package org.gjt.sp.jedit.io does not exist
[javac] import org.gjt.sp.jedit.io.VFSFile;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:46: package org.gjt.sp.jedit.io does not exist
[javac] import org.gjt.sp.jedit.io.VFSManager;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:50: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.DualDiffDialog
[javac] private View view;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:51: cannot find symbol
[javac] symbol : class HistoryTextField
[javac] location: class jdiff.DualDiffDialog
[javac] private HistoryTextField baseFileField;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:52: cannot find symbol
[javac] symbol : class HistoryTextField
[javac] location: class jdiff.DualDiffDialog
[javac] private HistoryTextField newFileField;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:55: cannot find symbol
[javac] symbol : class View
[javac] location: class jdiff.DualDiffDialog
[javac] public DualDiffDialog( View view ) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:234: cannot find symbol
[javac] symbol : class HistoryTextField
[javac] location: class jdiff.DualDiffDialog.FieldHandler
[javac] private HistoryTextField field;
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffDialog.java:237: cannot find symbol
[javac] symbol : class HistoryTextField
[javac] location: class jdiff.DualDiffDialog.FieldHandler
[javac] public FieldHandler( HistoryTextField field ) {
[javac] ^
[javac] /Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/jdiff/DualDiffManager.java:8: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.*;
[javac] ^
[javac] 100 errors
BUILD FAILED
/Users/elberry/.hudson/jobs/JDiffPlugin/workspace/trunk/build.xml:85: Compile failed; see the compiler error output for details.
Total time: 1 second
Email was triggered for: Failure
Sending email for trigger: Failure
********************************************************************************
Changes:
[daleanson] Fix for feature request 3248733, added buttons to go to first and last diffs.
|