Bugs item #3307794, was opened at 2011-05-26 10:26
Message generated for change (Tracker Item Submitted) made by cpudney
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=744692&aid=3307794&group_id=139835

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: cpudney (cpudney)
Assigned to: Nobody/Anonymous (nobody)
Summary: MascotSearchTask undefined symbol LocalMaxMassDetector

Initial Comment:
G'day,

Building revision r2408 I get the compilation error shown at the end of this 
message.

It looks like the definition of LocalMaxMassDetector might have moved?

If I change

import 
net.sf.mzmine.modules.rawdatamethods.peakpicking.chromatogrambuilder.massdetection.localmaxima.LocalMaxMassDetector;

to

import 
net.sf.mzmine.modules.rawdatamethods.peakpicking.massdetection.localmaxima.LocalMaxMassDetector;

in MascotSearchTask then it compiles OK.

Whether this is *correct* though I'm not sure.

Regards,
Chris.

    [javac] 
/home/c3d/mzmine2.r2408/src/net/sf/mzmine/modules/peaklistmethods/identification/mascot/MascotSearchTask.java:40:
 package 
net.sf.mzmine.modules.rawdatamethods.peakpicking.chromatogrambuilder.massdetection.localmaxima
 does not exist
    [javac] import 
net.sf.mzmine.modules.rawdatamethods.peakpicking.chromatogrambuilder.massdetection.localmaxima.LocalMaxMassDetector;
    [javac]            
...                                                                             
          ^
    [javac] 
/home/c3d/mzmine2.r2408/src/net/sf/mzmine/modules/peaklistmethods/identification/mascot/MascotSearchTask.java:113:
 cannot find symbol
    [javac] symbol  : class LocalMaxMassDetector
    [javac] location: class 
net.sf.mzmine.modules.peaklistmethods.identification.mascot.MascotSearchTask
    [javac]                     LocalMaxMassDetector detector = new 
LocalMaxMassDetector();
    [javac]                     ^
    [javac] 
/home/c3d/mzmine2.r2408/src/net/sf/mzmine/modules/peaklistmethods/identification/mascot/MascotSearchTask.java:113:
 cannot find symbol
    [javac] symbol  : class LocalMaxMassDetector
    [javac] location: class 
net.sf.mzmine.modules.peaklistmethods.identification.mascot.MascotSearchTask
    [javac]                     LocalMaxMassDetector detector = new 
LocalMaxMassDetector();

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=744692&aid=3307794&group_id=139835

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Mzmine-devel mailing list
Mzmine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mzmine-devel

Reply via email to