Bug 73014 - Update port: deskutils/ganttproject to 1.10.1
Summary: Update port: deskutils/ganttproject to 1.10.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 21:10 UTC by Peter Hofer
Modified: 2004-11-23 16:37 UTC (History)
0 users

See Also:


Attachments
file.diff (868 bytes, patch)
2004-10-22 21:10 UTC, Peter Hofer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Hofer 2004-10-22 21:10:38 UTC
	- Update to version 1.10.1
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-11 12:19:29 UTC
State Changed
From-To: open->feedback

Does not compile: 
compile: 
[javac] Compiling 1 source file to /usr/ports/deskutils/ganttproject/work/ganttproject-1.10.1/build/classes 

[javac] Found 1 semantic error compiling "/usr/ports/deskutils/ganttproject/work/ganttproject-1.10.1/src/net/sourceforge/ganttproject/language/GanttLanguage.java": 

[javac]     53.                 public void languageChanged(Event event); 
[javac]                                                     ^---^ 
[javac] *** Semantic Error: The static type "net.sourceforge.ganttproject.language.GanttLanguage$Listener" must use a qualified name to access the non-static member type "net.sourceforge.ganttproject.language.GanttLanguage$Event" of the enclosing type "net.sourceforge.ganttproject.language.GanttLanguage".
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-23 16:12:38 UTC
I found the problem, 'jikes' was in the way. However:
ganttproject@menelaos [17:10:38]> ganttproject
Exception in thread "main" java.lang.NoClassDefFoundError:  
org/xml/sax/Attributes
         at
This is a missing RUN_DEPENDS, I guess. Where is it comming from?

Volker
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-11-23 16:36:25 UTC
State Changed
From-To: feedback->closed

Committed, thanks! 
I had to replace the 'java' in the wrapper script with the 
concrete version.