Modify ↓
Opened 17 years ago
Closed 8 years ago
#2063 closed defect (wontfix)
make doesn't work
Reported by: | Owned by: | Alessio | |
---|---|---|---|
Priority: | normal | Component: | ScrumPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
I download the latest version (r2647) of the source packaged as a zip. I unzip it, cd into the new directory, and run make. The makefile fails with the following errors:
cd scrumplugin/htdocs && \ javac -Xlint:deprecation -classpath jfreechart-1.0.3.jar;jcommon-1.0.6.jar ProjectCharts.java && \ cd ../.. javac: no source files Usage: javac <options> <source files> use -help for a list of possible options /bin/sh: line 1: ./jcommon-1.0.6.jar: cannot execute binary file make: *** [scrumplugin/htdocs/ProjectCharts.class] Error 126
Any ideas?
Thanks, Tim
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Have a look at ScrumPlugin. You probably have to change the
;
into a:
in the MakefileThilo