Bugs item #3187898, was opened at 2011-02-21 16:01
Message generated for change (Tracker Item Submitted) made by cpudney
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=744692&aid=3187898&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: Invoke clean target at start of build

Initial Comment:
I just fixed a bug by cleaning the build directory prior to running ant - seems 
old .class files were being included in the JAR file.

I suggest invoking the 'clean' target at the start of the build process, i.e. 
change

        <target name="jar" depends="compile,manifest">

to

        <target name="jar" depends="clean,compile,manifest">

Let me know if you agree and I'll commit the change.


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

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

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Mzmine-devel mailing list
Mzmine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mzmine-devel

Reply via email to