Modify

Opened 17 years ago

Closed 8 years ago

#2063 closed defect (wontfix)

make doesn't work

Reported by: hottimbo@… Owned by: Alessio
Priority: normal Component: ScrumPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description (last modified by Ryan J Ollos)

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)

Change History (3)

comment:1 Changed 16 years ago by anonymous

Have a look at ScrumPlugin. You probably have to change the ; into a : in the Makefile

Thilo

Last edited 9 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)

comment:3 Changed 8 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Plugin is deprecated.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alessio.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.