Changes between Initial Version and Version 2 of Ticket #2063


Ignore:
Timestamp:
Jun 10, 2015, 11:18:06 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2063 – Description

    initial v2  
    22The makefile fails with the following errors:
    33
     4{{{
    45cd scrumplugin/htdocs && \
    56                javac -Xlint:deprecation -classpath jfreechart-1.0.3.jar;jcommon-1.0.6.jar ProjectCharts.java && \
     
    1011/bin/sh: line 1: ./jcommon-1.0.6.jar: cannot execute binary file
    1112make: *** [scrumplugin/htdocs/ProjectCharts.class] Error 126
    12 
     13}}}
    1314
    1415Any ideas?