mflow-devel Mailing List for MFlow
Status: Alpha
Brought to you by:
davidmc24
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(23) |
Nov
(4) |
Dec
|
---|
From: David C. <da...@ca...> - 2002-11-06 22:44:51
|
So, the CVS version now has sub-folder support. As opposed to revising the MsgStore interface to make it support sub-folders, I replaced it with a MsgFolder interface, which is closer conceptually to what it is supposed to represent. An MsgFolder contains Msg's, which are then accessible via the GUI. An MsgFolder can either have a parent or be a "root" folder. There are two sub-interfaces of MsgFolder, SendFolder and ReceiveFolder. A SendFolder is comparable to the Outbox in most email clients: it is where newly written messages go before they are actually sent. SendFolders also server as MsgSources. MsgWriter has been updated so that you can select which of the active SendFolders to place the new message in. ReceiveFolders make up all the other folders in the system. They implement MsgReceiver, and can have child folders. Theoretically, you could have a folder which is neither a SendFolder or ReceiveFolder, which receives Msg's only through the user putting them there through the UI, but I don't think that's likely to be useful when a ReceiveFolder could accomplish exactly the same thing. The UI has been updated to include a list of all current folders, and updates the message table based on the selection within that list. David M. Carr da...@ca... http://david.carr.name AIM: davidmc24/varzof |
From: David C. <da...@ca...> - 2002-11-03 23:04:21
|
For example, you might want your email to go into one MsgStore, and you IMs to go into another MsgStore. One thing I just thought of: One advantage of having each folder as a seperate MsgStore is that then, each folder would be directly addressable as a MsgReceiver, so filters could insert messages into any folder, not just the root of the MsgStore. David M. Carr da...@ca... http://david.carr.name AIM: davidmc24/varzof |
From: sureshbabu t. <sb...@ya...> - 2002-11-03 22:24:22
|
MsgStore is combination of incoming and outgoing messages right? what is the need of multiple msg stores? --- David M Carr <da...@ca...> wrote: > Okay... here's an architecture issue that needs to > be fixed, and I want > your input on it. > > Currently, the MsgStore interface has no concept of > folders. It is > possible to have multiple MsgStores in a > configuration, but they would > have no connection to each other. > > So, options: > 1) Have the UI display all MsgStores in a list as > "folders", but allow > no subfolders. > 2) Have the UI display all root MsgStores in a list, > but also alter > MsgStore so that it has a concept of "sub-MsgStores" > for subfolders. > (That is, a MsgStore represents one folder, and some > are roots while > others are children) > 3) Have the UI display all MsgStores in a list, but > also alter MsgStore > so that it optionally supports sub-folders as part > of the MsgStore > itself. (That is, MsgStores represent a > pseudo-filesystem, with a root > and subfolders) > 4) Have a separate UI for each MsgStore (no > subfolders, could lead to > many UI windows). > > Other options are welcome. > > Personally, I'm leaning towards option 3. It is > very flexible and makes > the MsgStore concept closer to the concept of an > Inbox, with the > possibility of having multiple Inboxes, similar to > many email clients > today. However, it makes the implementation of a > MsgStore more > difficult. > > Option 2 is also fairly viable. It supports > multiple "Inboxes" as well > as subfolders, but does so in a way to make writing > MsgStores very > simple. It makes writing the UI a bit more > difficult, but that only > needs to be implemented once and will work with all > MsgStores. However, > it complicates managing connections and such more > complicated, and > increases the number of objects involved by a fair > number, as each > folder would be a separate object. > > Option 1 and 4 are too restrictive, in my opinion. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > > > ------------------------------------------------------- > This SF.net email is sponsored by: ApacheCon, > November 18-21 in > Las Vegas (supported by COMDEX), the only Apache > event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > MFlow-devel mailing list > MFl...@li... > https://lists.sourceforge.net/lists/listinfo/mflow-devel __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: David M C. <da...@ca...> - 2002-11-03 18:31:17
|
Okay... here's an architecture issue that needs to be fixed, and I want your input on it. Currently, the MsgStore interface has no concept of folders. It is possible to have multiple MsgStores in a configuration, but they would have no connection to each other. So, options: 1) Have the UI display all MsgStores in a list as "folders", but allow no subfolders. 2) Have the UI display all root MsgStores in a list, but also alter MsgStore so that it has a concept of "sub-MsgStores" for subfolders. (That is, a MsgStore represents one folder, and some are roots while others are children) 3) Have the UI display all MsgStores in a list, but also alter MsgStore so that it optionally supports sub-folders as part of the MsgStore itself. (That is, MsgStores represent a pseudo-filesystem, with a root and subfolders) 4) Have a separate UI for each MsgStore (no subfolders, could lead to many UI windows). Other options are welcome. Personally, I'm leaning towards option 3. It is very flexible and makes the MsgStore concept closer to the concept of an Inbox, with the possibility of having multiple Inboxes, similar to many email clients today. However, it makes the implementation of a MsgStore more difficult. Option 2 is also fairly viable. It supports multiple "Inboxes" as well as subfolders, but does so in a way to make writing MsgStores very simple. It makes writing the UI a bit more difficult, but that only needs to be implemented once and will work with all MsgStores. However, it complicates managing connections and such more complicated, and increases the number of objects involved by a fair number, as each folder would be a separate object. Option 1 and 4 are too restrictive, in my opinion. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: David M C. <da...@ca...> - 2002-10-30 17:19:01
|
That is correct, the test GUI that I'm working with does not yet incorporate any configuration interface. There will be a menu system added to it, and among the menus will be options to bring up one of 2 different configuration interfaces. Please see the Configuration Wizard and Graph Configuration UI pictures at http://mflow.sourceforge.net/concept_images.php. That should give you some idea of what I intend the configuration to be like. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: David M C. <da...@ca...> - 2002-10-30 02:12:54
|
It's not what I usually use (I use the developer CVS method shown at the below URL), but I tested it and it works fine for me. http://sourceforge.net/cvs/?group_id=64308 Have you tried downloading from the CVSWeb interface, and seen if getting the jar files that way works? /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: David M C. <da...@ca...> - 2002-10-30 01:35:42
|
I had been testing by downloading from the CVSWeb interface into a clean directory, and then verifying the jar files. I just deleted the files from src/lib and did a cvs update, and they still work fine. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: sureshbabu t. <sb...@ya...> - 2002-10-30 01:30:05
|
Hi, I did a get from another sourceforge project and I could open jar files without any problem. Did you delete files in your computer before getting from CVS? It might not have overwritten your files. Could you please verify ? I still think something wrong with jar files in cvs. --- David M Carr <da...@ca...> wrote: > Hmm... my guess would be that there is something > wrong with how you > retrieved the jars from CVS, as I just verified them > yet again. Try > using the download links on the following pages: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mflow/mflow/src/lib/jaiml > ib.jar > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mflow/mflow/src/lib/mail. > jar > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > MFlow-devel mailing list > MFl...@li... > https://lists.sourceforge.net/lists/listinfo/mflow-devel __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: David M C. <da...@ca...> - 2002-10-30 01:13:16
|
Hmm... my guess would be that there is something wrong with how you retrieved the jars from CVS, as I just verified them yet again. Try using the download links on the following pages: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mflow/mflow/src/lib/jaiml ib.jar http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mflow/mflow/src/lib/mail. jar /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: sureshbabu t. <sb...@ya...> - 2002-10-30 00:06:04
|
Hi, I got the following errors. I got error when i did jar -tvf jaimlib.jar too. Something wrong with jars ============================================ [javac] C:\mflow\src\net\sourceforge\mflow\ContactList.java:51: package com. wilko.jaim does not exist [javac] import com.wilko.jaim.JaimEventListener; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\ContactList.java:53: package com. wilko.jaim does not exist [javac] import com.wilko.jaim.JaimEvent; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\ContactList.java:55: package com. wilko.jaim does not exist [javac] import com.wilko.jaim.TocResponse; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\ContactList.java:57: package com. wilko.jaim does not exist [javac] import com.wilko.jaim.BuddyUpdateTocResponse; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\ContactList.java:63: cannot resol ve symbol [javac] symbol : class JaimEventListener [javac] location: class net.sourceforge.mflow.ContactList [javac] public class ContactList extends JTree implements JaimEventListener { [javac] ^ count = 0, total = 49 count = 0, total = 230 [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMContactMethod.java:45: pac kage com.wilko.jaim does not exist [javac] import com.wilko.jaim.*; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMFactory.java:43: package c om.wilko.jaim does not exist [javac] import com.wilko.jaim.*; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMFactory.java:67: cannot re solve symbol [javac] symbol : class JaimEventListener [javac] location: class net.sourceforge.mflow.aim.AIMFactory [javac] public class AIMFactory implements JaimEventListener { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMSource.java:45: package co m.wilko.jaim does not exist [javac] import com.wilko.jaim.*; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMSource.java:65: cannot res olve symbol [javac] symbol : class JaimEventListener [javac] location: class net.sourceforge.mflow.aim.AIMSource [javac] public class AIMSource extends AbstractMsgSource implements JaimEven tListener { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMSource.java:77: cannot res olve symbol [javac] symbol : class JaimConnection [javac] location: class net.sourceforge.mflow.aim.AIMSource [javac] AIMSource(JaimConnection jc) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMSource.java:97: cannot res olve symbol [javac] symbol : class JaimEvent [javac] location: class net.sourceforge.mflow.aim.AIMSource [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMReceiver.java:45: package com.wilko.jaim does not exist [javac] import com.wilko.jaim.*; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMReceiver.java:75: cannot r esolve symbol [javac] symbol : class JaimConnection [javac] location: class net.sourceforge.mflow.aim.AIMReceiver [javac] private JaimConnection mConnection; [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMReceiver.java:111: cannot resolve symbol [javac] symbol : class JaimConnection [javac] location: class net.sourceforge.mflow.aim.AIMReceiver [javac] public AIMReceiver(JaimConnection jc) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMReceiver.java:131: cannot resolve symbol [javac] symbol : class JaimConnection [javac] location: class net.sourceforge.mflow.aim.AIMReceiver [javac] public JaimConnection getConnection() { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMReceiver.java:151: cannot resolve symbol [javac] symbol : class JaimConnection [javac] location: class net.sourceforge.mflow.aim.AIMReceiver [javac] public void setConnection(JaimConnection jc) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMFactory.java:231: cannot r esolve symbol [javac] symbol : class JaimConnection [javac] location: class net.sourceforge.mflow.aim.AIMFactory [javac] public JaimConnection getConnection(String nick, String pass) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMFactory.java:273: cannot r esolve symbol [javac] symbol : class JaimConnection [javac] location: class net.sourceforge.mflow.aim.AIMFactory [javac] private JaimConnection newConnection(String nick, String pass) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMFactory.java:409: cannot r esolve symbol [javac] symbol : class JaimEvent [javac] location: class net.sourceforge.mflow.aim.AIMFactory [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\aim\AIMFactory.java:513: cannot r esolve symbol [javac] symbol : class JaimEventListener [javac] location: class net.sourceforge.mflow.aim.AIMFactory [javac] public void addEventListener(JaimEventListener jel) { [javac] ^ [javac] C:\mflow\src\net\sourceforge\mflow\ContactList.java:125: cannot reso lve symbol [javac] symbol : class JaimEvent [javac] location: class net.sourceforge.mflow.ContactList [javac] public void receiveEvent(JaimEvent event) { [javac] ^ count = 0, total = 49 count = 0, total = 230 avid M Carr <da...@ca...> wrote: > All of my development has been on Windows. > > I downloaded a fresh version of both jar files from > CVS, and opened them > successfully with both the jar utility included with > the Windows version > of the JDK as well as with WinRAR. I don't > currently have WinZip > installed. > > Could you send me the errors that ant was giving? > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > MFlow-devel mailing list > MFl...@li... > https://lists.sourceforge.net/lists/listinfo/mflow-devel __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: David M C. <da...@ca...> - 2002-10-29 14:13:50
|
All of my development has been on Windows. I downloaded a fresh version of both jar files from CVS, and opened them successfully with both the jar utility included with the Windows version of the JDK as well as with WinRAR. I don't currently have WinZip installed. Could you send me the errors that ant was giving? /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: sureshbabu t. <sb...@ya...> - 2002-10-29 12:23:39
|
I did a get from CVS. The jaimlib.jar and mail.jar seems to be corrupted. I could not open them using winzip. Also I typed ant, and it was giving a lot of compilation errors. Any one did a get and build in Windows environment? --- David M Carr <da...@ca...> wrote: > I just committed some fairly major changes to the > CVS repository. > > 1) All source code moved from package > name.carr.david.mflow to package > net.sourceforge.mflow, as was requested. This has > the advantage of > removing any dependency on a particular developer. > 2) All dependencies are now included in the src/lib > directory. The > build.xml has been modified in order to include > these in the classpath > while building, as well as including them in > distributions. A mflow.bat > has been added to demonstrate how to run the test > program without using > any external files. If someone feels like writing > up an equivalent > shell script for unix, please feel free to send it > to me and I'll add > it. > 3) Some design documentation has been added in the > /doc/ directory. > This is first draft quality, and will eventually be > making its way onto > the website. > 4) I've begun adding more thorough javadocs for > classes as I go through > them. This will be a task-in-progress for me. > 5) The test program will run, but does not currently > do all that much. > Things to look forward to: > - Being able to double-click a message in the list > on the right and > view the whole message > - A couple buttons at the bottom of the right hand > side to write new > messages and delete messages in the list. > - A couple buttons at the bottom of the left hand > side to allow adding > and removing Contacts, Contact Groups, and Contact > Methods. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay > you up to > $1,000 for every account that you consolidate with > us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > MFlow-devel mailing list > MFl...@li... > https://lists.sourceforge.net/lists/listinfo/mflow-devel __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: David M C. <da...@ca...> - 2002-10-16 20:27:06
|
I just committed some fairly major changes to the CVS repository. 1) All source code moved from package name.carr.david.mflow to package net.sourceforge.mflow, as was requested. This has the advantage of removing any dependency on a particular developer. 2) All dependencies are now included in the src/lib directory. The build.xml has been modified in order to include these in the classpath while building, as well as including them in distributions. A mflow.bat has been added to demonstrate how to run the test program without using any external files. If someone feels like writing up an equivalent shell script for unix, please feel free to send it to me and I'll add it. 3) Some design documentation has been added in the /doc/ directory. This is first draft quality, and will eventually be making its way onto the website. 4) I've begun adding more thorough javadocs for classes as I go through them. This will be a task-in-progress for me. 5) The test program will run, but does not currently do all that much. Things to look forward to: - Being able to double-click a message in the list on the right and view the whole message - A couple buttons at the bottom of the right hand side to write new messages and delete messages in the list. - A couple buttons at the bottom of the left hand side to allow adding and removing Contacts, Contact Groups, and Contact Methods. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: David M C. <da...@ca...> - 2002-10-15 03:12:35
|
By AIM software, I meant the Jaim library for interfacing with AOL Instant Messenger (AIM). I believe that the error that you're talking about is resolved in the version that I've been working on, but haven't quite had time to commit yet this weekend. I'll send an email out when I commit tomorrow. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ -----Original Message----- From: mfl...@li... [mailto:mfl...@li...] On Behalf Of sureshbabu thyvalappil Sent: Monday, October 14, 2002 6:57 PM To: mfl...@li... Subject: RE: [MFlow-devel] For future reference Hi, LocalStore is trying to open ls.txt and I get the following stack trace. WHich AIM software you using, Yahoo or MSN? I added you in yahoo messenger, my nick was sbabu68. ------------------ java.io.FileNotFoundException: ls.txt (The system cannot find the file specified ) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:103) at name.carr.david.mflow.LocalStore.<init>(LocalStore.java:47) at name.carr.david.mflow.test.main(test.java:59) Exception in thread "main" java.lang.NullPointerException at com.wilko.jaim.Utils.normalise(Utils.java:44) at name.carr.david.mflow.aim.AIMFactory.getReceiver(AIMFactory.java:119) at name.carr.david.mflow.test.main(test.java:63) --- David M Carr <da...@ca...> wrote: > That's an arbitrary name for a text file, to allow > persistence for > messages in a LocalStore. > > The file will be created in the current directory > when the test program > is run, as ls.txt is a relative file name. > > Oh, also... I've been dropping the Msg when I've > been subclassing > MsgStore, MsgReceiver, and MsgSource. That is, > AIMSource rather than > AIMMsgSource. Personally, I think that having the > Msg is a bit > redundant, as almost everything we're working with > in this project has > to do with Msgs in one way or another. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > -----Original Message----- > From: sureshbabu thyvalappil > [mailto:sb...@ya...] > Sent: Monday, October 14, 2002 6:43 PM > To: sureshbabu thyvalappil; da...@ca...; > mfl...@li... > Subject: RE: [MFlow-devel] For future reference > > Where is ls.txt file? > --- sureshbabu thyvalappil <sb...@ya...> > wrote: > > Hi David, > > I got the source code from CVS. My task is to add > > JabberMsgSource, JabberMsgReceiver and > > JabberMsgStore. > > > > In AIMSource.java, who calls > receiveEvent(JaimEvent > > ) > > method? It will be great if each class and method > > had > > javadoc. I'm not able to understand the whole > flow. > > Could you explain the flow with a diagram? > > Is there any better way to communicate? How about > > setting up some chat sessions so that we can talk > > online? > > > > Thanks > > Suresh > > > > > > --- David M Carr <da...@ca...> wrote: > > > Yes, I'll take care of adding a copy of Jaim to > > > src/lib, and modifying > > > the build.xml accordingly. > > > > > > /------------------------\ > > > | David Michael Carr | > > > | Email: da...@ca... | > > > | AIM: davidmc24/Varzof | > > > | http://david.carr.name | > > > | Cell: 914-498-8700 | > > > | Fax: 815-301-9173 | > > > \------------------------/ > > > > > > -----Original Message----- > > > From: mfl...@li... > > > [mailto:mfl...@li...] > > On > > > Behalf Of sureshbabu > > > thyvalappil > > > Sent: Saturday, October 12, 2002 8:30 AM > > > To: da...@ca...; > > > mfl...@li... > > > Subject: Re: [MFlow-devel] For future reference > > > > > > Hi David, > > > I installed JDK1.4, set JAVA_HOME pointing to > that > > > directory. Downloaded jaimlib.jar. I got rid of > > many > > > errors. But still I get errors. I feel we should > > > create a directory src/lib and checkin dependent > > > libraries like jaimlib.jar there. > > > Here are the errors I get: > > > > > > Could you checkin jaimlib.jar to src/lib? > > > Also Ant script is to be modified to include > > > classpath > > > where jaimlib.jar is present. > > > I can do that after you checkin jaimlib.jar. > > > > > > Thanks > > > Suresh > > > > > > compile: > > > [javac] Compiling 28 source files to > > > C:\mflow\build > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:13: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: package jaim > > > [javac] import > > com.wilko.jaim.JaimEventListener; > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:15: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEvent > > > [javac] location: package jaim > > > [javac] import com.wilko.jaim.JaimEvent; > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:25: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: class > > > name.carr.david.mflow.ContactList > > > [javac] public class ContactList extends > JTree > > > implements JaimEventListener > > > { > > > [javac] > > > > > > > > > ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:87: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEvent > > > [javac] location: class > > > name.carr.david.mflow.ContactList > > > [javac] public void > receiveEvent(JaimEvent > > > event) { > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: > > > cannot re > > > solve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: class > > > name.carr.david.mflow.aim.AIMFactory > > > [javac] public class AIMFactory implements > > > JaimEventListener { > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: > > > cannot res > > > olve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: class > > > name.carr.david.mflow.aim.AIMSource > > > [javac] public class AIMSource extends > > > AbstractMsgSource implements JaimEven > > > tListener { > > > [javac] > > > > > > > > > ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: > > > cannot res > > > olve symbol > > > [javac] symbol : class JaimEvent > > > [javac] location: class > > > name.carr.david.mflow.aim.AIMSource > > > [javac] public void > receiveEvent(JaimEvent > > > event) { > > > [javac] ^ > > > [javac] > === message truncated === __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ MFlow-devel mailing list MFl...@li... https://lists.sourceforge.net/lists/listinfo/mflow-devel |
From: sureshbabu t. <sb...@ya...> - 2002-10-14 22:57:02
|
Hi, LocalStore is trying to open ls.txt and I get the following stack trace. WHich AIM software you using, Yahoo or MSN? I added you in yahoo messenger, my nick was sbabu68. ------------------ java.io.FileNotFoundException: ls.txt (The system cannot find the file specified ) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:103) at name.carr.david.mflow.LocalStore.<init>(LocalStore.java:47) at name.carr.david.mflow.test.main(test.java:59) Exception in thread "main" java.lang.NullPointerException at com.wilko.jaim.Utils.normalise(Utils.java:44) at name.carr.david.mflow.aim.AIMFactory.getReceiver(AIMFactory.java:119) at name.carr.david.mflow.test.main(test.java:63) --- David M Carr <da...@ca...> wrote: > That's an arbitrary name for a text file, to allow > persistence for > messages in a LocalStore. > > The file will be created in the current directory > when the test program > is run, as ls.txt is a relative file name. > > Oh, also... I've been dropping the Msg when I've > been subclassing > MsgStore, MsgReceiver, and MsgSource. That is, > AIMSource rather than > AIMMsgSource. Personally, I think that having the > Msg is a bit > redundant, as almost everything we're working with > in this project has > to do with Msgs in one way or another. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > -----Original Message----- > From: sureshbabu thyvalappil > [mailto:sb...@ya...] > Sent: Monday, October 14, 2002 6:43 PM > To: sureshbabu thyvalappil; da...@ca...; > mfl...@li... > Subject: RE: [MFlow-devel] For future reference > > Where is ls.txt file? > --- sureshbabu thyvalappil <sb...@ya...> > wrote: > > Hi David, > > I got the source code from CVS. My task is to add > > JabberMsgSource, JabberMsgReceiver and > > JabberMsgStore. > > > > In AIMSource.java, who calls > receiveEvent(JaimEvent > > ) > > method? It will be great if each class and method > > had > > javadoc. I'm not able to understand the whole > flow. > > Could you explain the flow with a diagram? > > Is there any better way to communicate? How about > > setting up some chat sessions so that we can talk > > online? > > > > Thanks > > Suresh > > > > > > --- David M Carr <da...@ca...> wrote: > > > Yes, I'll take care of adding a copy of Jaim to > > > src/lib, and modifying > > > the build.xml accordingly. > > > > > > /------------------------\ > > > | David Michael Carr | > > > | Email: da...@ca... | > > > | AIM: davidmc24/Varzof | > > > | http://david.carr.name | > > > | Cell: 914-498-8700 | > > > | Fax: 815-301-9173 | > > > \------------------------/ > > > > > > -----Original Message----- > > > From: mfl...@li... > > > [mailto:mfl...@li...] > > On > > > Behalf Of sureshbabu > > > thyvalappil > > > Sent: Saturday, October 12, 2002 8:30 AM > > > To: da...@ca...; > > > mfl...@li... > > > Subject: Re: [MFlow-devel] For future reference > > > > > > Hi David, > > > I installed JDK1.4, set JAVA_HOME pointing to > that > > > directory. Downloaded jaimlib.jar. I got rid of > > many > > > errors. But still I get errors. I feel we should > > > create a directory src/lib and checkin dependent > > > libraries like jaimlib.jar there. > > > Here are the errors I get: > > > > > > Could you checkin jaimlib.jar to src/lib? > > > Also Ant script is to be modified to include > > > classpath > > > where jaimlib.jar is present. > > > I can do that after you checkin jaimlib.jar. > > > > > > Thanks > > > Suresh > > > > > > compile: > > > [javac] Compiling 28 source files to > > > C:\mflow\build > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:13: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: package jaim > > > [javac] import > > com.wilko.jaim.JaimEventListener; > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:15: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEvent > > > [javac] location: package jaim > > > [javac] import com.wilko.jaim.JaimEvent; > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:25: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: class > > > name.carr.david.mflow.ContactList > > > [javac] public class ContactList extends > JTree > > > implements JaimEventListener > > > { > > > [javac] > > > > > > > > > ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:87: > > > cannot resol > > > ve symbol > > > [javac] symbol : class JaimEvent > > > [javac] location: class > > > name.carr.david.mflow.ContactList > > > [javac] public void > receiveEvent(JaimEvent > > > event) { > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: > > > cannot re > > > solve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: class > > > name.carr.david.mflow.aim.AIMFactory > > > [javac] public class AIMFactory implements > > > JaimEventListener { > > > [javac] ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: > > > cannot res > > > olve symbol > > > [javac] symbol : class JaimEventListener > > > [javac] location: class > > > name.carr.david.mflow.aim.AIMSource > > > [javac] public class AIMSource extends > > > AbstractMsgSource implements JaimEven > > > tListener { > > > [javac] > > > > > > > > > ^ > > > [javac] > > > > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: > > > cannot res > > > olve symbol > > > [javac] symbol : class JaimEvent > > > [javac] location: class > > > name.carr.david.mflow.aim.AIMSource > > > [javac] public void > receiveEvent(JaimEvent > > > event) { > > > [javac] ^ > > > [javac] > === message truncated === __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: David M C. <da...@ca...> - 2002-10-14 22:50:21
|
That's an arbitrary name for a text file, to allow persistence for messages in a LocalStore. The file will be created in the current directory when the test program is run, as ls.txt is a relative file name. Oh, also... I've been dropping the Msg when I've been subclassing MsgStore, MsgReceiver, and MsgSource. That is, AIMSource rather than AIMMsgSource. Personally, I think that having the Msg is a bit redundant, as almost everything we're working with in this project has to do with Msgs in one way or another. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ -----Original Message----- From: sureshbabu thyvalappil [mailto:sb...@ya...] Sent: Monday, October 14, 2002 6:43 PM To: sureshbabu thyvalappil; da...@ca...; mfl...@li... Subject: RE: [MFlow-devel] For future reference Where is ls.txt file? --- sureshbabu thyvalappil <sb...@ya...> wrote: > Hi David, > I got the source code from CVS. My task is to add > JabberMsgSource, JabberMsgReceiver and > JabberMsgStore. > > In AIMSource.java, who calls receiveEvent(JaimEvent > ) > method? It will be great if each class and method > had > javadoc. I'm not able to understand the whole flow. > Could you explain the flow with a diagram? > Is there any better way to communicate? How about > setting up some chat sessions so that we can talk > online? > > Thanks > Suresh > > > --- David M Carr <da...@ca...> wrote: > > Yes, I'll take care of adding a copy of Jaim to > > src/lib, and modifying > > the build.xml accordingly. > > > > /------------------------\ > > | David Michael Carr | > > | Email: da...@ca... | > > | AIM: davidmc24/Varzof | > > | http://david.carr.name | > > | Cell: 914-498-8700 | > > | Fax: 815-301-9173 | > > \------------------------/ > > > > -----Original Message----- > > From: mfl...@li... > > [mailto:mfl...@li...] > On > > Behalf Of sureshbabu > > thyvalappil > > Sent: Saturday, October 12, 2002 8:30 AM > > To: da...@ca...; > > mfl...@li... > > Subject: Re: [MFlow-devel] For future reference > > > > Hi David, > > I installed JDK1.4, set JAVA_HOME pointing to that > > directory. Downloaded jaimlib.jar. I got rid of > many > > errors. But still I get errors. I feel we should > > create a directory src/lib and checkin dependent > > libraries like jaimlib.jar there. > > Here are the errors I get: > > > > Could you checkin jaimlib.jar to src/lib? > > Also Ant script is to be modified to include > > classpath > > where jaimlib.jar is present. > > I can do that after you checkin jaimlib.jar. > > > > Thanks > > Suresh > > > > compile: > > [javac] Compiling 28 source files to > > C:\mflow\build > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:13: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: package jaim > > [javac] import > com.wilko.jaim.JaimEventListener; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:15: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEvent > > [javac] location: package jaim > > [javac] import com.wilko.jaim.JaimEvent; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:25: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.ContactList > > [javac] public class ContactList extends JTree > > implements JaimEventListener > > { > > [javac] > > > > > ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:87: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEvent > > [javac] location: class > > name.carr.david.mflow.ContactList > > [javac] public void receiveEvent(JaimEvent > > event) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: > > cannot re > > solve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.aim.AIMFactory > > [javac] public class AIMFactory implements > > JaimEventListener { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: > > cannot res > > olve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.aim.AIMSource > > [javac] public class AIMSource extends > > AbstractMsgSource implements JaimEven > > tListener { > > [javac] > > > > > ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: > > cannot res > > olve symbol > > [javac] symbol : class JaimEvent > > [javac] location: class > > name.carr.david.mflow.aim.AIMSource > > [javac] public void receiveEvent(JaimEvent > > event) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:279: > > cannot r > > esolve symbol > > [javac] symbol : class JaimEvent > > [javac] location: class > > name.carr.david.mflow.aim.AIMFactory > > [javac] public void receiveEvent(JaimEvent > > event) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:399: > > cannot r > > esolve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.aim.AIMFactory > > [javac] public void > > addEventListener(JaimEventListener jel) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:5: > > packag > > e javax.mail does not exist > > [javac] import javax.mail.Message; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:7: > > packag > > e javax.mail does not exist > > [javac] import javax.mail.MessagingException; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:9: > > packag > > e javax.mail does not exist > > [javac] import javax.mail.Session; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:11: > > packa > > ge com.sun.mail.smtp does not exist > > [javac] import > com.sun.mail.smtp.SMTPTransport; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:47: > === message truncated === __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: David M C. <da...@ca...> - 2002-10-14 22:44:57
|
As I continue development, each and every method of every class will have a javadoc comment. I just haven't reached that point quite yet. The receiveEvent method of AIMSource is specific to the particular AIM library that I'm using (Jaim). It is called by the JaimConnection object with which it registered as an JaimEventListener. Most likely, your implementation of JabberSource will not need this method, as the API that you'll be using will define another way to receive event notifications from the API. My AIM names are listed in my sig. I'm online a fair amount of the time, so feel free to message me. When you're sending emails to the dev list, there's no need to send to my email address as well. I'm on the list. :-) Yes, I will prepare an event flow diagram. I should have it done by Thursday. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ -----Original Message----- From: sureshbabu thyvalappil [mailto:sb...@ya...] Sent: Monday, October 14, 2002 5:40 PM To: da...@ca...; mfl...@li... Subject: RE: [MFlow-devel] For future reference Hi David, I got the source code from CVS. My task is to add JabberMsgSource, JabberMsgReceiver and JabberMsgStore. In AIMSource.java, who calls receiveEvent(JaimEvent ) method? It will be great if each class and method had javadoc. I'm not able to understand the whole flow. Could you explain the flow with a diagram? Is there any better way to communicate? How about setting up some chat sessions so that we can talk online? Thanks Suresh --- David M Carr <da...@ca...> wrote: > Yes, I'll take care of adding a copy of Jaim to > src/lib, and modifying > the build.xml accordingly. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > -----Original Message----- > From: mfl...@li... > [mailto:mfl...@li...] On > Behalf Of sureshbabu > thyvalappil > Sent: Saturday, October 12, 2002 8:30 AM > To: da...@ca...; > mfl...@li... > Subject: Re: [MFlow-devel] For future reference > > Hi David, > I installed JDK1.4, set JAVA_HOME pointing to that > directory. Downloaded jaimlib.jar. I got rid of many > errors. But still I get errors. I feel we should > create a directory src/lib and checkin dependent > libraries like jaimlib.jar there. > Here are the errors I get: > > Could you checkin jaimlib.jar to src/lib? > Also Ant script is to be modified to include > classpath > where jaimlib.jar is present. > I can do that after you checkin jaimlib.jar. > > Thanks > Suresh > > compile: > [javac] Compiling 28 source files to > C:\mflow\build > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:13: > cannot resol > ve symbol > [javac] symbol : class JaimEventListener > [javac] location: package jaim > [javac] import com.wilko.jaim.JaimEventListener; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:15: > cannot resol > ve symbol > [javac] symbol : class JaimEvent > [javac] location: package jaim > [javac] import com.wilko.jaim.JaimEvent; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:25: > cannot resol > ve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.ContactList > [javac] public class ContactList extends JTree > implements JaimEventListener > { > [javac] > > ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:87: > cannot resol > ve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.ContactList > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: > cannot re > solve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public class AIMFactory implements > JaimEventListener { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: > cannot res > olve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMSource > [javac] public class AIMSource extends > AbstractMsgSource implements JaimEven > tListener { > [javac] > > ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: > cannot res > olve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.aim.AIMSource > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:279: > cannot r > esolve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:399: > cannot r > esolve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public void > addEventListener(JaimEventListener jel) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:5: > packag > e javax.mail does not exist > [javac] import javax.mail.Message; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:7: > packag > e javax.mail does not exist > [javac] import javax.mail.MessagingException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:9: > packag > e javax.mail does not exist > [javac] import javax.mail.Session; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:11: > packa > ge com.sun.mail.smtp does not exist > [javac] import com.sun.mail.smtp.SMTPTransport; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:47: > packa > ge javax.mail.internet does not exist > [javac] import javax.mail.internet.MimeMessage; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:49: > packa > ge javax.mail.internet does not exist > [javac] import > javax.mail.internet.AddressException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:51: > packa > ge javax.mail does not exist > [javac] import javax.mail.Address; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:53: > packa > ge javax.mail does not exist > [javac] import javax.mail.SendFailedException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:55: > packa > ge javax.mail.internet does not exist > [javac] import > javax.mail.internet.InternetAddress; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:75: > canno > t resolve symbol > [javac] symbol : class Session > [javac] location: class > name.carr.david.mflow.email.SMTPReceiver > [javac] private Session mSession; > [javac] ^ > [javac] > === message truncated === __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: sureshbabu t. <sb...@ya...> - 2002-10-14 22:43:15
|
Where is ls.txt file? --- sureshbabu thyvalappil <sb...@ya...> wrote: > Hi David, > I got the source code from CVS. My task is to add > JabberMsgSource, JabberMsgReceiver and > JabberMsgStore. > > In AIMSource.java, who calls receiveEvent(JaimEvent > ) > method? It will be great if each class and method > had > javadoc. I'm not able to understand the whole flow. > Could you explain the flow with a diagram? > Is there any better way to communicate? How about > setting up some chat sessions so that we can talk > online? > > Thanks > Suresh > > > --- David M Carr <da...@ca...> wrote: > > Yes, I'll take care of adding a copy of Jaim to > > src/lib, and modifying > > the build.xml accordingly. > > > > /------------------------\ > > | David Michael Carr | > > | Email: da...@ca... | > > | AIM: davidmc24/Varzof | > > | http://david.carr.name | > > | Cell: 914-498-8700 | > > | Fax: 815-301-9173 | > > \------------------------/ > > > > -----Original Message----- > > From: mfl...@li... > > [mailto:mfl...@li...] > On > > Behalf Of sureshbabu > > thyvalappil > > Sent: Saturday, October 12, 2002 8:30 AM > > To: da...@ca...; > > mfl...@li... > > Subject: Re: [MFlow-devel] For future reference > > > > Hi David, > > I installed JDK1.4, set JAVA_HOME pointing to that > > directory. Downloaded jaimlib.jar. I got rid of > many > > errors. But still I get errors. I feel we should > > create a directory src/lib and checkin dependent > > libraries like jaimlib.jar there. > > Here are the errors I get: > > > > Could you checkin jaimlib.jar to src/lib? > > Also Ant script is to be modified to include > > classpath > > where jaimlib.jar is present. > > I can do that after you checkin jaimlib.jar. > > > > Thanks > > Suresh > > > > compile: > > [javac] Compiling 28 source files to > > C:\mflow\build > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:13: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: package jaim > > [javac] import > com.wilko.jaim.JaimEventListener; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:15: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEvent > > [javac] location: package jaim > > [javac] import com.wilko.jaim.JaimEvent; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:25: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.ContactList > > [javac] public class ContactList extends JTree > > implements JaimEventListener > > { > > [javac] > > > > > ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\ContactList.java:87: > > cannot resol > > ve symbol > > [javac] symbol : class JaimEvent > > [javac] location: class > > name.carr.david.mflow.ContactList > > [javac] public void receiveEvent(JaimEvent > > event) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: > > cannot re > > solve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.aim.AIMFactory > > [javac] public class AIMFactory implements > > JaimEventListener { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: > > cannot res > > olve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.aim.AIMSource > > [javac] public class AIMSource extends > > AbstractMsgSource implements JaimEven > > tListener { > > [javac] > > > > > ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: > > cannot res > > olve symbol > > [javac] symbol : class JaimEvent > > [javac] location: class > > name.carr.david.mflow.aim.AIMSource > > [javac] public void receiveEvent(JaimEvent > > event) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:279: > > cannot r > > esolve symbol > > [javac] symbol : class JaimEvent > > [javac] location: class > > name.carr.david.mflow.aim.AIMFactory > > [javac] public void receiveEvent(JaimEvent > > event) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:399: > > cannot r > > esolve symbol > > [javac] symbol : class JaimEventListener > > [javac] location: class > > name.carr.david.mflow.aim.AIMFactory > > [javac] public void > > addEventListener(JaimEventListener jel) { > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:5: > > packag > > e javax.mail does not exist > > [javac] import javax.mail.Message; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:7: > > packag > > e javax.mail does not exist > > [javac] import javax.mail.MessagingException; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:9: > > packag > > e javax.mail does not exist > > [javac] import javax.mail.Session; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:11: > > packa > > ge com.sun.mail.smtp does not exist > > [javac] import > com.sun.mail.smtp.SMTPTransport; > > [javac] ^ > > [javac] > > > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:47: > === message truncated === __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: sureshbabu t. <sb...@ya...> - 2002-10-14 21:39:54
|
Hi David, I got the source code from CVS. My task is to add JabberMsgSource, JabberMsgReceiver and JabberMsgStore. In AIMSource.java, who calls receiveEvent(JaimEvent ) method? It will be great if each class and method had javadoc. I'm not able to understand the whole flow. Could you explain the flow with a diagram? Is there any better way to communicate? How about setting up some chat sessions so that we can talk online? Thanks Suresh --- David M Carr <da...@ca...> wrote: > Yes, I'll take care of adding a copy of Jaim to > src/lib, and modifying > the build.xml accordingly. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > -----Original Message----- > From: mfl...@li... > [mailto:mfl...@li...] On > Behalf Of sureshbabu > thyvalappil > Sent: Saturday, October 12, 2002 8:30 AM > To: da...@ca...; > mfl...@li... > Subject: Re: [MFlow-devel] For future reference > > Hi David, > I installed JDK1.4, set JAVA_HOME pointing to that > directory. Downloaded jaimlib.jar. I got rid of many > errors. But still I get errors. I feel we should > create a directory src/lib and checkin dependent > libraries like jaimlib.jar there. > Here are the errors I get: > > Could you checkin jaimlib.jar to src/lib? > Also Ant script is to be modified to include > classpath > where jaimlib.jar is present. > I can do that after you checkin jaimlib.jar. > > Thanks > Suresh > > compile: > [javac] Compiling 28 source files to > C:\mflow\build > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:13: > cannot resol > ve symbol > [javac] symbol : class JaimEventListener > [javac] location: package jaim > [javac] import com.wilko.jaim.JaimEventListener; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:15: > cannot resol > ve symbol > [javac] symbol : class JaimEvent > [javac] location: package jaim > [javac] import com.wilko.jaim.JaimEvent; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:25: > cannot resol > ve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.ContactList > [javac] public class ContactList extends JTree > implements JaimEventListener > { > [javac] > > ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:87: > cannot resol > ve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.ContactList > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: > cannot re > solve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public class AIMFactory implements > JaimEventListener { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: > cannot res > olve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMSource > [javac] public class AIMSource extends > AbstractMsgSource implements JaimEven > tListener { > [javac] > > ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: > cannot res > olve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.aim.AIMSource > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:279: > cannot r > esolve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:399: > cannot r > esolve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public void > addEventListener(JaimEventListener jel) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:5: > packag > e javax.mail does not exist > [javac] import javax.mail.Message; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:7: > packag > e javax.mail does not exist > [javac] import javax.mail.MessagingException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:9: > packag > e javax.mail does not exist > [javac] import javax.mail.Session; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:11: > packa > ge com.sun.mail.smtp does not exist > [javac] import com.sun.mail.smtp.SMTPTransport; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:47: > packa > ge javax.mail.internet does not exist > [javac] import javax.mail.internet.MimeMessage; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:49: > packa > ge javax.mail.internet does not exist > [javac] import > javax.mail.internet.AddressException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:51: > packa > ge javax.mail does not exist > [javac] import javax.mail.Address; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:53: > packa > ge javax.mail does not exist > [javac] import javax.mail.SendFailedException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:55: > packa > ge javax.mail.internet does not exist > [javac] import > javax.mail.internet.InternetAddress; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:75: > canno > t resolve symbol > [javac] symbol : class Session > [javac] location: class > name.carr.david.mflow.email.SMTPReceiver > [javac] private Session mSession; > [javac] ^ > [javac] > === message truncated === __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: sureshbabu t. <sb...@ya...> - 2002-10-12 19:09:42
|
Thank you --- David M Carr <da...@ca...> wrote: > Yes, I'll take care of adding a copy of Jaim to > src/lib, and modifying > the build.xml accordingly. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > -----Original Message----- > From: mfl...@li... > [mailto:mfl...@li...] On > Behalf Of sureshbabu > thyvalappil > Sent: Saturday, October 12, 2002 8:30 AM > To: da...@ca...; > mfl...@li... > Subject: Re: [MFlow-devel] For future reference > > Hi David, > I installed JDK1.4, set JAVA_HOME pointing to that > directory. Downloaded jaimlib.jar. I got rid of many > errors. But still I get errors. I feel we should > create a directory src/lib and checkin dependent > libraries like jaimlib.jar there. > Here are the errors I get: > > Could you checkin jaimlib.jar to src/lib? > Also Ant script is to be modified to include > classpath > where jaimlib.jar is present. > I can do that after you checkin jaimlib.jar. > > Thanks > Suresh > > compile: > [javac] Compiling 28 source files to > C:\mflow\build > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:13: > cannot resol > ve symbol > [javac] symbol : class JaimEventListener > [javac] location: package jaim > [javac] import com.wilko.jaim.JaimEventListener; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:15: > cannot resol > ve symbol > [javac] symbol : class JaimEvent > [javac] location: package jaim > [javac] import com.wilko.jaim.JaimEvent; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:25: > cannot resol > ve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.ContactList > [javac] public class ContactList extends JTree > implements JaimEventListener > { > [javac] > > ^ > [javac] > C:\mflow\src\name\carr\david\mflow\ContactList.java:87: > cannot resol > ve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.ContactList > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: > cannot re > solve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public class AIMFactory implements > JaimEventListener { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: > cannot res > olve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMSource > [javac] public class AIMSource extends > AbstractMsgSource implements JaimEven > tListener { > [javac] > > ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: > cannot res > olve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.aim.AIMSource > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:279: > cannot r > esolve symbol > [javac] symbol : class JaimEvent > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public void receiveEvent(JaimEvent > event) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:399: > cannot r > esolve symbol > [javac] symbol : class JaimEventListener > [javac] location: class > name.carr.david.mflow.aim.AIMFactory > [javac] public void > addEventListener(JaimEventListener jel) { > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:5: > packag > e javax.mail does not exist > [javac] import javax.mail.Message; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:7: > packag > e javax.mail does not exist > [javac] import javax.mail.MessagingException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:9: > packag > e javax.mail does not exist > [javac] import javax.mail.Session; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:11: > packa > ge com.sun.mail.smtp does not exist > [javac] import com.sun.mail.smtp.SMTPTransport; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:47: > packa > ge javax.mail.internet does not exist > [javac] import javax.mail.internet.MimeMessage; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:49: > packa > ge javax.mail.internet does not exist > [javac] import > javax.mail.internet.AddressException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:51: > packa > ge javax.mail does not exist > [javac] import javax.mail.Address; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:53: > packa > ge javax.mail does not exist > [javac] import javax.mail.SendFailedException; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:55: > packa > ge javax.mail.internet does not exist > [javac] import > javax.mail.internet.InternetAddress; > [javac] ^ > [javac] > C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:75: > canno > t resolve symbol > [javac] symbol : class Session > [javac] location: class > name.carr.david.mflow.email.SMTPReceiver > [javac] private Session mSession; > [javac] ^ > [javac] > === message truncated === __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: David M C. <da...@ca...> - 2002-10-12 18:03:39
|
Yes, I'll take care of adding a copy of Jaim to src/lib, and modifying the build.xml accordingly. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ -----Original Message----- From: mfl...@li... [mailto:mfl...@li...] On Behalf Of sureshbabu thyvalappil Sent: Saturday, October 12, 2002 8:30 AM To: da...@ca...; mfl...@li... Subject: Re: [MFlow-devel] For future reference Hi David, I installed JDK1.4, set JAVA_HOME pointing to that directory. Downloaded jaimlib.jar. I got rid of many errors. But still I get errors. I feel we should create a directory src/lib and checkin dependent libraries like jaimlib.jar there. Here are the errors I get: Could you checkin jaimlib.jar to src/lib? Also Ant script is to be modified to include classpath where jaimlib.jar is present. I can do that after you checkin jaimlib.jar. Thanks Suresh compile: [javac] Compiling 28 source files to C:\mflow\build [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:13: cannot resol ve symbol [javac] symbol : class JaimEventListener [javac] location: package jaim [javac] import com.wilko.jaim.JaimEventListener; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:15: cannot resol ve symbol [javac] symbol : class JaimEvent [javac] location: package jaim [javac] import com.wilko.jaim.JaimEvent; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:25: cannot resol ve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.ContactList [javac] public class ContactList extends JTree implements JaimEventListener { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:87: cannot resol ve symbol [javac] symbol : class JaimEvent [javac] location: class name.carr.david.mflow.ContactList [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: cannot re solve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] public class AIMFactory implements JaimEventListener { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: cannot res olve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMSource [javac] public class AIMSource extends AbstractMsgSource implements JaimEven tListener { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: cannot res olve symbol [javac] symbol : class JaimEvent [javac] location: class name.carr.david.mflow.aim.AIMSource [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:279: cannot r esolve symbol [javac] symbol : class JaimEvent [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:399: cannot r esolve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] public void addEventListener(JaimEventListener jel) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:5: packag e javax.mail does not exist [javac] import javax.mail.Message; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:7: packag e javax.mail does not exist [javac] import javax.mail.MessagingException; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:9: packag e javax.mail does not exist [javac] import javax.mail.Session; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:11: packa ge com.sun.mail.smtp does not exist [javac] import com.sun.mail.smtp.SMTPTransport; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:47: packa ge javax.mail.internet does not exist [javac] import javax.mail.internet.MimeMessage; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:49: packa ge javax.mail.internet does not exist [javac] import javax.mail.internet.AddressException; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:51: packa ge javax.mail does not exist [javac] import javax.mail.Address; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:53: packa ge javax.mail does not exist [javac] import javax.mail.SendFailedException; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:55: packa ge javax.mail.internet does not exist [javac] import javax.mail.internet.InternetAddress; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:75: canno t resolve symbol [javac] symbol : class Session [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Session mSession; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:77: canno t resolve symbol [javac] symbol : class SMTPTransport [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private SMTPTransport mTransport; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:311: cann ot resolve symbol [javac] symbol : class Message [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Message toMessage(Msg msg) throws MessagingException, Un supportedEncodingException, AddressException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:311: cann ot resolve symbol [javac] symbol : class MessagingException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Message toMessage(Msg msg) throws MessagingException, Un supportedEncodingException, AddressException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:311: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Message toMessage(Msg msg) throws MessagingException, Un supportedEncodingException, AddressException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:339: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address contactToAddress(Contact c) throws AddressExcept ion, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:339: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address contactToAddress(Contact c) throws AddressExcept ion, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:385: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address[] contactsToAddresses(Contact[] c) throws Addres sException, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:385: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address[] contactsToAddresses(Contact[] c) throws Addres sException, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:169: cannot r esolve symbol [javac] symbol : method addEventListener (name.carr.david.mflow.aim.AIMFact ory) [javac] location: class com.wilko.jaim.JaimConnection [javac] jc.addEventListener(this); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:179: cannot r esolve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] JaimEventListener jel = (JaimEventListen er) mListeners.get(i); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:179: cannot r esolve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] JaimEventListener jel = (JaimEventListen er) mListeners.get(i); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:193: logIn(ja va.lang.String,java.lang.String) in com.wilko.jaim.JaimConnection cannot be appl ied to (java.lang.String,java.lang.String,int) [javac] jc.logIn(nick,pass,50000);//arbitrary number [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:23: cannot res olve symbol [javac] symbol : method addEventListener (name.carr.david.mflow.aim.AIMSour ce) [javac] location: class com.wilko.jaim.JaimConnection [javac] jc.addEventListener(this); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:89: canno t resolve symbol [javac] symbol : variable Session [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] mSession = Session.getInstance(p); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:91: canno t resolve symbol [javac] symbol : class SMTPTransport [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] mTransport = new SMTPTransport(mSession, null); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:129: cann ot resolve symbol [javac] symbol : class MessagingException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] } catch(MessagingException me) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:161: cann ot resolve symbol [javac] symbol : class Message [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Message message = toMessage(m); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:167: cann ot resolve symbol [javac] symbol : class SendFailedException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] } catch(SendFailedException sfe) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:171: cann ot resolve symbol [javac] symbol : class MessagingException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] } catch(MessagingException me) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:313: cann ot resolve symbol [javac] symbol : class MimeMessage [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] MimeMessage m = new MimeMessage(mSession); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:313: cann ot resolve symbol [javac] symbol : class MimeMessage [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] MimeMessage m = new MimeMessage(mSession); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:327: pack age Message does not exist [javac] m.setRecipients(Message.RecipientType.TO, contactsToAddr esses(msg.getRecipients())); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:367: cann ot resolve symbol [javac] symbol : class InternetAddress [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] return new InternetAddress(cm.getIdentif ier(), c.getName()); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:371: cann ot resolve symbol [javac] symbol : class InternetAddress [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] return new InternetAddress(cm.getIdentif ier()); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:377: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] throw new AddressException("No email address for conversion to Message: " + c.toString()); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:391: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Address a = contactToAddress(c[i]); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:401: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Address[] addresses = new Address[v.size()]; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:401: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Address[] addresses = new Address[v.size()]; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:405: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] addresses[i] = (Address) v.get(i); [javac] ^ [javac] 48 errors BUILD FAILED C:\mflow\build.xml:18: Compile failed, messages should have been provided. Total time: 10 seconds C:\mflow> -------------------------------------------- --- David M Carr <da...@ca...> wrote: > First, the current CVS version (which is in a VERY > rough stage right > now) requires JDK 1.4+ to compile, as it uses some > APIs that were not > available in previous versions. This might change > in the future, > depending on demand for pre-1.4 support. > > Second, there is a dependency on Jaim (see > jaimlib.sourceforge.net). > The work I've done is based on their CVS version, > and may (or may not) > need to be slightly patched in order to work. The > admin for that > project has assured me that the changes I requested > will be included in > the next release of Jaim. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > MFlow-devel mailing list > MFl...@li... > https://lists.sourceforge.net/lists/listinfo/mflow-devel __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ MFlow-devel mailing list MFl...@li... https://lists.sourceforge.net/lists/listinfo/mflow-devel |
From: sureshbabu t. <sb...@ya...> - 2002-10-12 12:30:31
|
Hi David, I installed JDK1.4, set JAVA_HOME pointing to that directory. Downloaded jaimlib.jar. I got rid of many errors. But still I get errors. I feel we should create a directory src/lib and checkin dependent libraries like jaimlib.jar there. Here are the errors I get: Could you checkin jaimlib.jar to src/lib? Also Ant script is to be modified to include classpath where jaimlib.jar is present. I can do that after you checkin jaimlib.jar. Thanks Suresh compile: [javac] Compiling 28 source files to C:\mflow\build [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:13: cannot resol ve symbol [javac] symbol : class JaimEventListener [javac] location: package jaim [javac] import com.wilko.jaim.JaimEventListener; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:15: cannot resol ve symbol [javac] symbol : class JaimEvent [javac] location: package jaim [javac] import com.wilko.jaim.JaimEvent; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:25: cannot resol ve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.ContactList [javac] public class ContactList extends JTree implements JaimEventListener { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\ContactList.java:87: cannot resol ve symbol [javac] symbol : class JaimEvent [javac] location: class name.carr.david.mflow.ContactList [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:13: cannot re solve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] public class AIMFactory implements JaimEventListener { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:13: cannot res olve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMSource [javac] public class AIMSource extends AbstractMsgSource implements JaimEven tListener { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:29: cannot res olve symbol [javac] symbol : class JaimEvent [javac] location: class name.carr.david.mflow.aim.AIMSource [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:279: cannot r esolve symbol [javac] symbol : class JaimEvent [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] public void receiveEvent(JaimEvent event) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:399: cannot r esolve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] public void addEventListener(JaimEventListener jel) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:5: packag e javax.mail does not exist [javac] import javax.mail.Message; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:7: packag e javax.mail does not exist [javac] import javax.mail.MessagingException; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:9: packag e javax.mail does not exist [javac] import javax.mail.Session; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:11: packa ge com.sun.mail.smtp does not exist [javac] import com.sun.mail.smtp.SMTPTransport; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:47: packa ge javax.mail.internet does not exist [javac] import javax.mail.internet.MimeMessage; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:49: packa ge javax.mail.internet does not exist [javac] import javax.mail.internet.AddressException; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:51: packa ge javax.mail does not exist [javac] import javax.mail.Address; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:53: packa ge javax.mail does not exist [javac] import javax.mail.SendFailedException; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:55: packa ge javax.mail.internet does not exist [javac] import javax.mail.internet.InternetAddress; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:75: canno t resolve symbol [javac] symbol : class Session [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Session mSession; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:77: canno t resolve symbol [javac] symbol : class SMTPTransport [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private SMTPTransport mTransport; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:311: cann ot resolve symbol [javac] symbol : class Message [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Message toMessage(Msg msg) throws MessagingException, Un supportedEncodingException, AddressException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:311: cann ot resolve symbol [javac] symbol : class MessagingException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Message toMessage(Msg msg) throws MessagingException, Un supportedEncodingException, AddressException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:311: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Message toMessage(Msg msg) throws MessagingException, Un supportedEncodingException, AddressException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:339: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address contactToAddress(Contact c) throws AddressExcept ion, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:339: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address contactToAddress(Contact c) throws AddressExcept ion, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:385: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address[] contactsToAddresses(Contact[] c) throws Addres sException, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:385: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] private Address[] contactsToAddresses(Contact[] c) throws Addres sException, UnsupportedEncodingException { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:169: cannot r esolve symbol [javac] symbol : method addEventListener (name.carr.david.mflow.aim.AIMFact ory) [javac] location: class com.wilko.jaim.JaimConnection [javac] jc.addEventListener(this); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:179: cannot r esolve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] JaimEventListener jel = (JaimEventListen er) mListeners.get(i); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:179: cannot r esolve symbol [javac] symbol : class JaimEventListener [javac] location: class name.carr.david.mflow.aim.AIMFactory [javac] JaimEventListener jel = (JaimEventListen er) mListeners.get(i); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMFactory.java:193: logIn(ja va.lang.String,java.lang.String) in com.wilko.jaim.JaimConnection cannot be appl ied to (java.lang.String,java.lang.String,int) [javac] jc.logIn(nick,pass,50000);//arbitrary number [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\aim\AIMSource.java:23: cannot res olve symbol [javac] symbol : method addEventListener (name.carr.david.mflow.aim.AIMSour ce) [javac] location: class com.wilko.jaim.JaimConnection [javac] jc.addEventListener(this); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:89: canno t resolve symbol [javac] symbol : variable Session [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] mSession = Session.getInstance(p); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:91: canno t resolve symbol [javac] symbol : class SMTPTransport [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] mTransport = new SMTPTransport(mSession, null); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:129: cann ot resolve symbol [javac] symbol : class MessagingException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] } catch(MessagingException me) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:161: cann ot resolve symbol [javac] symbol : class Message [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Message message = toMessage(m); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:167: cann ot resolve symbol [javac] symbol : class SendFailedException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] } catch(SendFailedException sfe) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:171: cann ot resolve symbol [javac] symbol : class MessagingException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] } catch(MessagingException me) { [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:313: cann ot resolve symbol [javac] symbol : class MimeMessage [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] MimeMessage m = new MimeMessage(mSession); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:313: cann ot resolve symbol [javac] symbol : class MimeMessage [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] MimeMessage m = new MimeMessage(mSession); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:327: pack age Message does not exist [javac] m.setRecipients(Message.RecipientType.TO, contactsToAddr esses(msg.getRecipients())); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:367: cann ot resolve symbol [javac] symbol : class InternetAddress [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] return new InternetAddress(cm.getIdentif ier(), c.getName()); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:371: cann ot resolve symbol [javac] symbol : class InternetAddress [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] return new InternetAddress(cm.getIdentif ier()); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:377: cann ot resolve symbol [javac] symbol : class AddressException [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] throw new AddressException("No email address for conversion to Message: " + c.toString()); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:391: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Address a = contactToAddress(c[i]); [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:401: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Address[] addresses = new Address[v.size()]; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:401: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] Address[] addresses = new Address[v.size()]; [javac] ^ [javac] C:\mflow\src\name\carr\david\mflow\email\SMTPReceiver.java:405: cann ot resolve symbol [javac] symbol : class Address [javac] location: class name.carr.david.mflow.email.SMTPReceiver [javac] addresses[i] = (Address) v.get(i); [javac] ^ [javac] 48 errors BUILD FAILED C:\mflow\build.xml:18: Compile failed, messages should have been provided. Total time: 10 seconds C:\mflow> -------------------------------------------- --- David M Carr <da...@ca...> wrote: > First, the current CVS version (which is in a VERY > rough stage right > now) requires JDK 1.4+ to compile, as it uses some > APIs that were not > available in previous versions. This might change > in the future, > depending on demand for pre-1.4 support. > > Second, there is a dependency on Jaim (see > jaimlib.sourceforge.net). > The work I've done is based on their CVS version, > and may (or may not) > need to be slightly patched in order to work. The > admin for that > project has assured me that the changes I requested > will be included in > the next release of Jaim. > > /------------------------\ > | David Michael Carr | > | Email: da...@ca... | > | AIM: davidmc24/Varzof | > | http://david.carr.name | > | Cell: 914-498-8700 | > | Fax: 815-301-9173 | > \------------------------/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > MFlow-devel mailing list > MFl...@li... > https://lists.sourceforge.net/lists/listinfo/mflow-devel __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: David M C. <da...@ca...> - 2002-10-12 06:49:58
|
First, the current CVS version (which is in a VERY rough stage right now) requires JDK 1.4+ to compile, as it uses some APIs that were not available in previous versions. This might change in the future, depending on demand for pre-1.4 support. Second, there is a dependency on Jaim (see jaimlib.sourceforge.net). The work I've done is based on their CVS version, and may (or may not) need to be slightly patched in order to work. The admin for that project has assured me that the changes I requested will be included in the next release of Jaim. /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ |
From: David M C. <da...@ca...> - 2002-10-12 06:41:48
|
If we are going to do this, we should use the form net.sourceforge.mflow.jabber, as this is a consistent unique ID. The domain mflow.com has already been registered by a third party. I think this is a good idea. What do the rest of you think? /------------------------\ | David Michael Carr | | Email: da...@ca... | | AIM: davidmc24/Varzof | | http://david.carr.name | | Cell: 914-498-8700 | | Fax: 815-301-9173 | \------------------------/ -----Original Message----- From: sureshbabu thyvalappil [mailto:sb...@ya...] Sent: Friday, October 11, 2002 6:02 PM To: David Carr Subject: Re: [MFlow-devel] MFlow Tasks Hi, I've a suggestion about package names. I think it is not a good idea to use our names in package names. For example, for jabber we can use com.mflow.jabber. What you think? Thanks Suresh --- David Carr <da...@ca...> wrote: > We now have a developers mailing list set up. > Messages should be sent to > mfl...@li.... > > Also, I have assigned all of you initial tasks. > Please check your "my > sf.net" page for them at the below URL: > https://sourceforge.net/my/ > > David Carr > da...@ca... > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > MFlow-devel mailing list > MFl...@li... > https://lists.sourceforge.net/lists/listinfo/mflow-devel __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
From: Daniel G. <dg...@cb...> - 2002-10-12 04:25:59
|
Hi, I got some build errors while trying to build the project, like a listener class, Utils etc. Is this a jar that we should use and was not included in the cvs? Regards, Daniel |