|
From: Simon L. <ky...@ce...> - 2003-12-04 01:40:46
|
Dear Sena, My comments in blue. ----- Original Message -----=20 From: "Sena Munasinghe" <sen...@ya...> To: <ebm...@li...> Sent: Thursday, December 04, 2003 8:56 AM Subject: [ebmail-develop] Ant run unsucessful > Dear Simon, >=20 > Thanks for your advice.But when I tried to compile > source code with Ant, the "build" was sucessful but > "run" from ebMail folder generated errors. Please see > the attached file & advice. -------------------------------------------------------------------------= ------- ebMail has some functions that have used the drag and drop features = which avaliable since JDK1.4. If you need to compile the source code, I = think you have to download the JDK with version 1.4 or above to = accomplish the task. -------------------------------------------------------------------------= ------- >=20 > I am now working on the User Interface using (JBuilder > 4). I hope to resolve the intecacies of ebMail > operation soon so that I can go to next steps. Your > assistence & guidence is invaluable in this regard. -------------------------------------------------------------------------= ------- Have you look into the plugin development guide whcih could be = downloaded from http://www.freebxml.org? You can find out the steps = which helps you to develop ebmail-plugin that suits your needs. In that = document, there are sample codes that could serve as the framework for = your development. If you got any problem, you may also post your source = code here to ask. -------------------------------------------------------------------------= ------- >=20 > I encountered another problem. When I install ebMail > from ebMail installation, in some cases it creates the > desktop icon but refuses to start. In some other > cases, installation goes on but no icons generated & > even when I tried to run the run.bat it fails.But it > worked initially. I suspect it has a conflict with > JBuilder 4 which is using JDK 1.3 .=20 -------------------------------------------------------------------------= ------- We use installshield to package our windows distribution. It will detect = your system to see whether you have install JDK previously. However as = you are using the JDK bundle with JBuilder, I am not sure whether the = "JDK detection" from installshield will work correctly. To solve this = problerm, I guess you may need to remove all previous version of ebmail, = install JDK by yourself, and run the ebmail installtion package again. -------------------------------------------------------------------------= ------- >=20 > Thanks & Regards >=20 > Sena Munasinghe >=20 > P.S. - I am working on a deadline to finish this off > by 31 December 2003. If it's not too personal, could > you indicate your availability during this period. -------------------------------------------------------------------------= ------- Actually we have a team of developers working on ebmail. If you have any = problem, you can always get help from this mailing list. Regards, Simon -------------------------------------------------------------------------= ------- >=20 >=20 > __________________________________ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now > http://companion.yahoo.com/ -------------------------------------------------------------------------= ------- >=20 > F:\Test\poPlugin>ant build > Buildfile: build.xml >=20 > init: >=20 > compile: >=20 > build: >=20 > BUILD SUCCESSFUL > Total time: 2 seconds > F:\Test\poPlugin>cd.. >=20 > F:\Test>cd ebmail >=20 > F:\Test\ebmail>ant run > Buildfile: build.xml >=20 > init: >=20 > compile: > [javac] Compiling 113 source files to F:\Test\ebmail\bin > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\AddressDataPane.ja > va:204: cannot resolve symbol > [javac] symbol : method matches (java.lang.String) > [javac] location: class java.lang.String > [javac] } else if (!address.matches(REGP_EXP)) { > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\MessageFolderPane. > java:629: incompatible types > [javac] found : java.util.List > [javac] required: java.util.ArrayList > [javac] ArrayList list =3D = Collections.list(node.children()); > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:108: cannot resolve symbol > [javac] symbol : method addDragSourceMotionListener = (hk.hku.cecid.phoenix. > ebmail.ui.DragNDropHandler.TableDragSourceAdapter) > [javac] location: class java.awt.dnd.DragSource > [javac] = tableDragSource.addDragSourceMotionListener(dragSourceAdapte > r); > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:109: cannot resolve symbol > [javac] symbol : method addDragSourceListener = (hk.hku.cecid.phoenix.ebmail > .ui.DragNDropHandler.TableDragSourceAdapter) > [javac] location: class java.awt.dnd.DragSource > [javac] = tableDragSource.addDragSourceListener(dragSourceAdapter); > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:133: cannot resolve symbol > [javac] symbol : method startDrag = (java.awt.Cursor,hk.hku.cecid.phoenix.eb > mail.ui.TransferableConversationIDIterator) > [javac] location: class java.awt.dnd.DragGestureEvent > [javac] e.startDrag(DragSource.DefaultMoveNoDrop, // = cursor > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:235: cannot resolve symbol > [javac] symbol : method getX () > [javac] location: class java.awt.dnd.DragSourceDragEvent > [javac] if (!frame.contains(dsde.getX()-p.x, = dsde.getY()-p.y)) { >=20 > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\ui\DragNDropHandler.j > ava:235: cannot resolve symbol > [javac] symbol : method getY () > [javac] location: class java.awt.dnd.DragSourceDragEvent > [javac] if (!frame.contains(dsde.getX()-p.x, = dsde.getY()-p.y)) { >=20 > [javac] ^ > [javac] = F:\Test\ebmail\src\hk\hku\cecid\phoenix\ebmail\util\ui\FileChooserUR > LTextFieldPane.java:106: cannot resolve symbol > [javac] symbol : method toURI () > [javac] location: class java.io.File > [javac] return file.toURI().toURL(); > [javac] ^ > [javac] 8 errors >=20 > BUILD FAILED > file:F:/Test/ebmail/build.xml:40: Compile failed; see the compiler = error output > for details. >=20 > Total time: 17 seconds > F:\Test\ebmail> |