Re: [fossil-users] Fossil GUI 0.2.1 - another exception

2010-10-22 Thread Wolfgang
markovi...@...  writes:

> 
> Hi,
> I've released a new version of Jurassic GUI.
> 
> NEW! Without copy & paste!
> NEW! Merge! 
> 
> Despite the version number (0.2.1) I think this version marks an important 
> step in the maturity of Jurassic.
> 
> There is still a lot to do, and here are my plans (not in chronological 


It's not running on my XP machine (while accessing a repository?):

\fossil-w32>java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)

\fossil-w32>java -jar Jurassic-0.2.1.jar
\fossil-w32\chisel-wst1 - Exception in thread "AWT-EventQueue-0"
java.lang.NullPointerException
at jurassic.GUI.browseFossil(GUI.java:97)
at jurassic.GUI.(GUI.java:59)
at jurassic.GUI$10.run(GUI.java:406)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil GUI 0.2.1

2010-10-22 Thread Sergiy Volkov
22.10.2010 17:56, markovi...@inwind.it пишет:
> Hi,
> I've released a new version of Jurassic GUI.
>
> NEW! Without copy&  paste!
> NEW! Merge!
>

$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode

$ java -jar Jurassic-0.2.1.jar
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at jurassic.GUI.huntDinosaur(GUI.java:112)
at jurassic.GUI.huntDinosaur(GUI.java:117)
at jurassic.GUI.huntDinosaur(GUI.java:117)
...
at jurassic.GUI.huntDinosaur(GUI.java:117)
at jurassic.GUI.browseFossil(GUI.java:87)
at jurassic.GUI.(GUI.java:59)
at jurassic.GUI$10.run(GUI.java:406)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


Why it does not work?
I do something wrong?


Thank you!
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Fossil GUI 0.2.1

2010-10-22 Thread markovi...@inwind.it
Hi,
I've released a new version of Jurassic GUI.

NEW! Without copy & paste!
NEW! Merge! 

Despite the version number (0.2.1) I think this version marks an important 
step in the maturity of Jurassic.

There is still a lot to do, and here are my plans (not in chronological 
order):

1) The timeline lacks the DAG. I think to add it sooner or later.

2) Show diffs when committing.

3) I'd like to handle the wiki from Jurassic. I don't want to replicate the 
wiki editor, just interface to it. I need to present a list of the wiki pages, 
offer option to edit/view/show history and tag them to a release. For example, 
when I create a new branch I want to put up a wiki page that explain what's 
going on with that branch. But of course, I need fossil commands (or http links 
to web server) to do it. Mr. Hipp, are you listening? ;)

4) I'd like to handle the issue tracker from Jurassic. Again, I want to 
interface with what's already there. This way we can have a bug tracker that 
not *looks like the bug tracker that would be in your Linksys Router's 
administration screen* ;) Furthermore, when you perform a commit, you can 
select the issues that are closed and these will be added to the commit 
comment/wiki page automatically. But again, I need fossil commands (or http 
links to web server) to do it.

5) I'd like to add a roadmap planner. You could create a future release of 
your project and assign issues to it. Then you can get the list of issues that 
remanis to be closed and a percentage of completion for that release. Assuming 
that I'm able to read/write to a wiki page, I can use it to store information 
about this.

6) Polish the iterface.

http://code.google.com/p/jurassic-fossil/
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users