From: Matthias P. <mat...@na...> - 2002-10-25 09:05:02
|
Hi Julien! I'm pleased that you've started working with Conzilla. I will try to simplify the work a little bit and have focused on providing an ant file that been developed for conzilla2 but is backward compatible to some extent. More on that further down. ons 2002-10-23 klockan 21.39 skrev Julien Tane: > Hello, > > I have been now browsing in Conzilla for our common project. That is : > > urn:path:/se/kth/cid/shame/index > > > > I have some comments which might help... ( or not...): > > - I had problems loading the map ( due to some bug in the open Map > dialog... I had a space in front... and it didn't work... > Then I noticed it... And I removed the space... Right,I fixed this, just a trim in BrowseMapManagerFactory. Thanks! > > - It might be interesting to differentiate the links which lead to > another map, from the others: > for example in shame-workflow: "choose parameters among parameters" is > not a link. whereas techniques is... > Suggestion a littel L in the corner of the box ??? Yes this has been requested before and I agree that it would be good to have some notification. Having a little L is probably a bit hard because it's exaxt location will be very dependent on the form of the box. For elippses I'm not sure exactly where I would like it to be, even worse, I fear to hardcode the algorithms for every type of box. To underline the title in the boxes would probably be more intuitive, however since even relations (just an arrow no box at all) may have links there is no text to underline. In think a more general approach would be to have a specific mark-color (the mark is for instance what happends when you move the mouse over something) to indicate that there is a hyperlink. I guess I just have to do it :-). > > - Then "choose parameters among parameters" is not shown very nicely. ( > can't read text directly?). Hmm, I guess this is a font problem on windows, if you change to jdk1.4 I think the bug is fixed. > > - I opened an Info dialog ( I think it was about E-Learning in > e-learning projects). But couldn't close it again... ( I may send you > the trace... I got if you want). > Well I tried with other and they give also errors... This one I can't say that I have expreienced before.... A qualified guess is that I screwed up last time I compiled and put up the jar file on the net, I compiled with jdk1.4 with the rt.jar from 1.3 included... I still very dubious if this should have any effect or if it really happend... Anyway I will rebuild conzilla more correctly and then we can se if it happends again. > > I guess it's a first try... > > One think I didn't say is which java version I am using: > > java version "1.3.0_04" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_04) > Java HotSpot(TM) Client VM (build 1.3.0_04, mixed mode) > > I could try with 1.4. but I don't know whether it is needed. Well, the font problem is a nasty bug that really spoils the experience... :-( > > I hope it is a good start... > I might try to find the bugs my self as soon as I have found out ... Why > the current sourceforge version doesnot want to install itself under > eclipse. I've started to use eclipse under linux just the last couple of weeks and is quite satisfied with it.. To get Conzilla running under eclipse you should include the three jar-files under the lib-catalog (just added them). And you should really not start with the main-trunk Conzilla (conzilla2), it's to unstable yet, instead check out the Conzilla1-1 branch. This will allow you to compile everything relevant, the main-class is se.kth.cid.conzilla.app.ConzillaApp. Which can be launched with no arguments. However, there is a bunch of properties spread out in the source catalogs that need to be moved to the compiled classes. There is a ant-file that is still being developed for conzilla2 purposes, however one of the targets does exactly what you want (if your compiled class directory is called 'classes' and not 'bin' which is easy to change of course. The target is called resources. I attach the build file. So compile, run the ant script with the resources target and then you are ready to run the application. (Or at least I hope so, if something is missing, don't bang your head against the wall... mail me.) If you feel like it you are very welcome to have developer status on sourceforge, just give me you unix name and I'll fix it. Regards Matthias > > CU > Jay > > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en > > _______________________________________________ > Conzilla-devel mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/conzilla-devel |