|
From: <el...@gm...> - 2010-05-17 19:02:08
|
FastOpen - Failure:
********************************************************************************
Build Log Snippet:
[...truncated 198 lines...]
[javac] public static FastOpen getFastOpenInstance(View view)
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpenPlugin.java:127: cannot find symbol
[javac] symbol : class AbstractOptionPane
[javac] location: class com.patelsoft.fastopen.FastOpenPlugin
[javac] public static class FastOpenOptionPane extends AbstractOptionPane
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpenPlugin.java:132: cannot find symbol
[javac] symbol : class ColorWellButton
[javac] location: class com.patelsoft.fastopen.FastOpenPlugin.FastOpenOptionPane
[javac] ColorWellButton btnOpenFilesColor, btnNonPrjFilesColor;
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/PollingIndexManager.java:4: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.*;
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/PollingIndexManager.java:5: package org.gjt.sp.util does not exist
[javac] import org.gjt.sp.util.*;
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/PollingIndexManager.java:24: cannot find symbol
[javac] symbol : class View
[javac] location: class com.patelsoft.fastopen.PollingIndexManager
[javac] public PollingIndexManager(View view, Files files)
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/SimpleIndexManager.java:4: package org.gjt.sp.jedit does not exist
[javac] import org.gjt.sp.jedit.*;
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/SimpleIndexManager.java:22: cannot find symbol
[javac] symbol : class View
[javac] location: class com.patelsoft.fastopen.SimpleIndexManager
[javac] public SimpleIndexManager(View view, Files files)
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/AbstractIndexManager.java:53: cannot find symbol
[javac] symbol : variable jEdit
[javac] location: class com.patelsoft.fastopen.AbstractIndexManager
[javac] files.diffPrjFilesWithOpenBuffers(jEdit.getBuffers(),view, tmp_set);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/AbstractIndexManager.java:55: cannot find symbol
[javac] symbol : variable jEdit
[javac] location: class com.patelsoft.fastopen.AbstractIndexManager
[javac] if(jEdit.getBooleanProperty("fastopen.showrecentfiles"))
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/Files.java:121: cannot find symbol
[javac] symbol : variable Log
[javac] location: class com.patelsoft.fastopen.Files
[javac] Log.log(Log.DEBUG,this,"Got project " + project);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/Files.java:121: cannot find symbol
[javac] symbol : variable Log
[javac] location: class com.patelsoft.fastopen.Files
[javac] Log.log(Log.DEBUG,this,"Got project " + project);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/Files.java:214: package BufferHistory does not exist
[javac] BufferHistory.Entry entry = (BufferHistory.Entry)iter.next();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/Files.java:214: package BufferHistory does not exist
[javac] BufferHistory.Entry entry = (BufferHistory.Entry)iter.next();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/Files.java:237: cannot find symbol
[javac] symbol : variable BufferHistory
[javac] location: class com.patelsoft.fastopen.Files
[javac] bufferEntry2FastOpenFile(BufferHistory.getHistory(), allFiles);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:72: cannot find symbol
[javac] symbol : variable jEdit
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] private final String TITLE = "FastOpen v" + jEdit.getProperty("plugin.com.patelsoft.fastopen.FastOpenPlugin.version");
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:83: cannot find symbol
[javac] symbol : variable jEdit
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] public static Color openFilesForeground = jEdit.getColorProperty(
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:86: cannot find symbol
[javac] symbol : variable jEdit
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] public static Color nonprjopenFilesForeground = jEdit.getColorProperty(
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:126: cannot find symbol
[javac] symbol : variable jEdit
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] if (jEdit.getBooleanProperty("fastopen.patternFromSelectedText"))
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:159: cannot find symbol
[javac] symbol : method setText(java.lang.String)
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.setText((txtSelection == null ? null
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:166: cannot find symbol
[javac] symbol : method setText(java.lang.String)
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.setText("");
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:180: cannot find symbol
[javac] symbol : method selectAll()
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.selectAll();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:181: cannot find symbol
[javac] symbol : method requestFocus()
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.requestFocus();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:189: cannot find symbol
[javac] symbol : variable GUIUtilities
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] GUIUtilities.saveGeometry(mainWindow, "fastopen.window");
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:196: cannot find symbol
[javac] symbol: class DockableWindowManager
[javac] DockableWindowManager dwm = jEdit.getActiveView()
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:196: cannot find symbol
[javac] symbol: variable jEdit
[javac] DockableWindowManager dwm = jEdit.getActiveView()
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:216: cannot find symbol
[javac] symbol : method addActionListener(com.patelsoft.fastopen.FastOpen)
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.addActionListener(this);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:279: cannot find symbol
[javac] symbol: variable jEdit
[javac] timer = new javax.swing.Timer((int) (jEdit.getDoubleProperty(
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:217: cannot find symbol
[javac] symbol : method getDocument()
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.getDocument().addDocumentListener(new DocumentListener()
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:310: cannot find symbol
[javac] symbol : method getInputMap(int)
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] InputMap inputMap = txtfilename.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:318: cannot find symbol
[javac] symbol : method getActionMap()
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] ActionMap actionMap = txtfilename.getActionMap();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:324: cannot find symbol
[javac] symbol : method add(com.patelsoft.fastopen.FastOpenTextField,java.lang.String)
[javac] location: class javax.swing.JPanel
[javac] pnlNorth.add(txtfilename, BorderLayout.CENTER);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:363: cannot find symbol
[javac] symbol : method addKeyListener(com.patelsoft.fastopen.FastOpen.KeyHandler)
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.addKeyListener(keyHandler);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:391: cannot find symbol
[javac] symbol : variable GUIUtilities
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] GUIUtilities.loadGeometry(mainWindow, "fastopen.window");
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:399: cannot find symbol
[javac] symbol: variable GUIUtilities
[javac] GUIUtilities.saveGeometry(mainWindow, "fastopen.window");
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:404: cannot find symbol
[javac] symbol: variable GUIUtilities
[javac] GUIUtilities.saveGeometry(mainWindow, "fastopen.window");
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:511: cannot find symbol
[javac] symbol : method getForeground()
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] if (txtfilename.getForeground() == Color.red)
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:513: cannot find symbol
[javac] symbol : variable jEdit
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] txtfilename.setForeground(jEdit.getColorProperty(
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:534: cannot find symbol
[javac] symbol : method setForeground(java.awt.Color)
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] txtfilename.setForeground(Color.red);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:609: cannot find symbol
[javac] symbol : class Buffer
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] Buffer buf = openFile(matchingfile);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:618: cannot find symbol
[javac] symbol : method getDocument()
[javac] location: class com.patelsoft.fastopen.FastOpenTextField
[javac] Document d = txtfilename.getDocument();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:624: cannot find symbol
[javac] symbol : variable Log
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] Log.log(Log.DEBUG, this.getClass(),
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:624: cannot find symbol
[javac] symbol : variable Log
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] Log.log(Log.DEBUG, this.getClass(),
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:629: cannot find symbol
[javac] symbol : variable Log
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] Log.log(Log.WARNING, this, "Caught " + e.getMessage());
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:629: cannot find symbol
[javac] symbol : variable Log
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] Log.log(Log.WARNING, this, "Caught " + e.getMessage());
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:641: cannot find symbol
[javac] symbol: class JEditTextArea
[javac] JEditTextArea txtArea = view.getTextArea();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:651: cannot find symbol
[javac] symbol: variable Log
[javac] Log.log(Log.DEBUG, this.getClass(), "Ignoring linecounbt "
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:651: cannot find symbol
[javac] symbol: variable Log
[javac] Log.log(Log.DEBUG, this.getClass(), "Ignoring linecounbt "
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:637: cannot find symbol
[javac] symbol : variable VFSManager
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] VFSManager.runInWorkThread(new Runnable()
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:717: cannot find symbol
[javac] symbol : class JEditTextArea
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] JEditTextArea textArea = view.getTextArea();
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:741: cannot find symbol
[javac] symbol : variable TextUtilities
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] int wordStart = TextUtilities.findWordStart(lineText, offset, noWordSep);
[javac] ^
[javac] /Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/com/patelsoft/fastopen/FastOpen.java:742: cannot find symbol
[javac] symbol : variable TextUtilities
[javac] location: class com.patelsoft.fastopen.FastOpen
[javac] int wordEnd = TextUtilities.findWordEnd(lineText, offset + 1, noWordSep);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
BUILD FAILED
/Users/eberry/.hudson/jobs/FastOpen/workspace/trunk/build.xml:63: Compile failed; see the compiler error output for details.
Total time: 1 second
Email was triggered for: Failure
Sending email for trigger: Failure
********************************************************************************
Changes:
[shlomy] Get rid of deprecation warnings.
|