You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(4) |
Dec
(5) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(2) |
Feb
(9) |
Mar
(9) |
Apr
(2) |
May
(9) |
Jun
|
Jul
|
Aug
(13) |
Sep
(2) |
Oct
(1) |
Nov
(6) |
Dec
(26) |
| 2003 |
Jan
(38) |
Feb
(10) |
Mar
(54) |
Apr
(71) |
May
(21) |
Jun
(9) |
Jul
(39) |
Aug
(98) |
Sep
(109) |
Oct
(79) |
Nov
(61) |
Dec
(56) |
| 2004 |
Jan
(82) |
Feb
(68) |
Mar
(86) |
Apr
(131) |
May
(146) |
Jun
(297) |
Jul
(324) |
Aug
(254) |
Sep
(344) |
Oct
(352) |
Nov
(532) |
Dec
(232) |
| 2005 |
Jan
(157) |
Feb
(222) |
Mar
(305) |
Apr
(225) |
May
(311) |
Jun
(193) |
Jul
(211) |
Aug
(232) |
Sep
(171) |
Oct
(159) |
Nov
(160) |
Dec
(103) |
| 2006 |
Jan
(178) |
Feb
(188) |
Mar
(329) |
Apr
(396) |
May
(329) |
Jun
(220) |
Jul
(223) |
Aug
(243) |
Sep
(278) |
Oct
(263) |
Nov
(283) |
Dec
(186) |
| 2007 |
Jan
(236) |
Feb
(241) |
Mar
(295) |
Apr
(210) |
May
(268) |
Jun
(272) |
Jul
(168) |
Aug
(147) |
Sep
(158) |
Oct
(220) |
Nov
(206) |
Dec
(187) |
| 2008 |
Jan
(168) |
Feb
(213) |
Mar
(230) |
Apr
(173) |
May
(73) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Mr Y. L. <yil...@ya...> - 2002-11-26 11:01:26
|
Dear Sync4j User:
I can now use sync4j example PostSyncML.java to sync
data from file data sources by modifying the follwing
lines on s4j_init.xml and s4j_modification.xml
<Target><LocURI>vCard</LocURI></Target>
However, I got the problem on sync data from db data
sources. What kind of modifications do I need to make?
If anyone knows that, please let me know. I will
appreciate it.
Robert Lin
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
|
|
From: David B. <Dav...@ES...> - 2002-11-26 08:51:14
|
hi chintan, > According to Chapter 4.1 Initialization requirements for Client: > "The databases, which are required to be synchronized, are indicated in the > separate Alert Commands. i.e., for each database, a separate command MUST > be included in the SyncBody..." of SyncML Sync Protocol. > Q: Lets consider a scenario where a client requests for synchronizing 3 > databases with the server. Client sends <Alert> command with their type of > sync requests for each of their database. > eg. 200 (2-way sync) for db a, 202 (1-way from client) for db b, > 204 (1-way from Server) for db c. > Questions: > 1. What will be the response from the server ? (I guess, it will respond > accordingly to the response status of type of sync accepted by server for > each db). one status for the message and one for each alert, along with the alerts the server will issue. > 2. If clients are granted with the requested sync type, what kind of body > is expected by the server in next package from client ?? Body containing > Status + Sync ! (Sync for db b) but opposed to rule for 204 (sync for db c > - as it does not want any Sync within the client body !) Hence the server > will be in a dilemma :-/ > 3. Or does the client syncs databases one after another ? i.e. First > performs sync with db a, on successful completion performs b & c. every sync command has a target and a source. the client will send a sync command for each database (except 1-way from server). this way, client and server can sort out what belongs to which database and also the sync type previously defined. of course, client and server must store the sync type they choose in the init phase and send or not send items accordingly... david |
|
From: Stefano F. <ste...@li...> - 2002-11-24 18:52:53
|
Hi All,
I would like to select an open source database to use as the reference
database for Sync4j.
I am inclined to use PostgreSQL for it looks very featured, mature and,
above all, it is easily distributed inside cygwin. But I would like hear
other suggestions and experiences with PostgreSQL or other databases.
For instance, a good choice could be MySQL...
Any thoughts? Any good/bad experience with any open source db? Any
advice?
Thanks in advance,
Stefano
|
|
From: Mr Y. L. <yil...@ya...> - 2002-11-21 09:56:34
|
Dear All:
I got the following error message while using ant to
deploy sync4j to the j2ee applicatino server. Is there
anyone can solve such problem for me?
Robert Lin
deploy:
[exec] Deploy the application in
C:\Robert\Src\sync4j\output\sunj2ee_sync4j
-server.ear on the server localhost saving the client
jar as null
[exec] Sender object Deploy Tool : Deploy Sync4j
Server enterprise applicat
ion on localhost
[exec] Remote message: Contacted Server....
[exec] Remote message: Application Sync4j Server
enterprise application tra
nsferred.
[exec] Sender object Deploytool (Main) :
RemoteException occurred in server
thread; nested exception is:
[exec] java.rmi.RemoteException: Error
saving/opening
BUILD FAILED
file:./build-share.xml:265: exec returned: 1
Total time: 47 seconds
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
|
|
From: Chintan S. <chi...@bc...> - 2002-11-17 12:55:38
|
Hi,
According to Chapter 4.1 Initialization requirements for Client:
"The databases, which are required to be synchronized, are indicated in the
separate Alert Commands. i.e., for each database, a separate command MUST
be included in the SyncBody..." of SyncML Sync Protocol.
Q: Lets consider a scenario where a client requests for synchronizing 3
databases with the server. Client sends <Alert> command with their type of
sync requests for each of their database.
eg. 200 (2-way sync) for db a, 202 (1-way from client) for db b,
204 (1-way from Server) for db c.
Questions:
1. What will be the response from the server ? (I guess, it will respond
accordingly to the response status of type of sync accepted by server for
each db).
2. If clients are granted with the requested sync type, what kind of body
is expected by the server in next package from client ?? Body containing
Status + Sync ! (Sync for db b) but opposed to rule for 204 (sync for db c
- as it does not want any Sync within the client body !) Hence the server
will be in a dilemma :-/
3. Or does the client syncs databases one after another ? i.e. First
performs sync with db a, on successful completion performs b & c.
Chintan
"First there was voice. Then there was text messaging. Now, we are on the
brink of mobile communications as varied and powerful as our imaginations."
- Nokia
Do Imagine high & work for delivering it into Reality ! |
|
From: Ricky <h24...@ma...> - 2002-10-18 11:27:19
|
hi ~
I have implemented MIDP programs
but as I know, Sync4j do not completely support J2ME
how do I transform MIDP native database to SyncML Message?
counld I use the sync4j.framework.core.Message.java ?
or there are other better implement approachs ?
thanks for your suggestions
=20
Lis
|
|
From: Mr Y. L. <yil...@ya...> - 2002-09-17 03:42:19
|
HI: I am studying Sync4j project now. I would like to ask whether Sync4j is now ready for the Client And Server data synchrization via Http Protocol. regard. Robert Lin __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com |
|
From: Stefan H. <hau...@ki...> - 2002-09-02 11:22:58
|
Hi Nicola, it should not be too much effort, as far as I remember I have tried to keep the code easily extensible in this direction. I would like to add this feature, but I still did not find time to add WBXML support to 2.x version of kXML, and for me that would be the first thing on the agenda for KXML/WBXML.... Best, Stefan Nicola Fankhauser wrote: > hi > > I am an active developer of the sync4j project [1]. This project > implements the SyncML specification, which uses besides plain XML also > WBXML to synchronize two devices. > > To accomplish this, I am looking now for a WBXML parser written in Java > which supports more than one WBXML code page. Unfortunately, until now > we haven't found one - so I'd like to ask you: Of what dimension would > such an enhancement to kXML be? Is it a matter of adding some code here > and there or would we have to redesign the whole thing? > > any hints would be appreciated! > > regards > nicola fankhauser > > [1]: http://sync4j.sourceforge.net/ > > _______________________________________________ > Kxml mailing list > Kx...@en... > http://www.enhydra.org/mailman/listinfo.cgi/kxml -- Stefan Haustein Univ. Dortmund, FB 4, LS 8 tel: +49 231 755 2499 Baroper Str. 301 fax: +49 231 755 5105 D-44221 Dortmund (Germany) www-ai.cs.uni-dortmund.de |
|
From: Nicola F. <ni...@lu...> - 2002-08-30 21:31:21
|
hi I am an active developer of the sync4j project [1]. This project implements the SyncML specification, which uses besides plain XML also WBXML to synchronize two devices. To accomplish this, I am looking now for a WBXML parser written in Java which supports more than one WBXML code page. Unfortunately, until now we haven't found one - so I'd like to ask you: Of what dimension would such an enhancement to kXML be? Is it a matter of adding some code here and there or would we have to redesign the whole thing? any hints would be appreciated! regards nicola fankhauser [1]: http://sync4j.sourceforge.net/ |
|
From: Darryl C. <Dar...@op...> - 2002-08-30 18:46:55
|
Sounds like you've got it.... Two code spaces, three code pages..... FD1 has the two code pages SyncML (0x00) and MetInf (0x01) FD2 only one: DevInf (0x00) I'm afraid I don't have a recommendation...... I looked (a while ago), and pretty much everything I found had the code page problem. I didn't look into how much work it would have been to address that, and it was at least 6 months ago anyway.... dgc |
|
From: Nicola F. <ni...@lu...> - 2002-08-30 18:40:16
|
hi darryl thank you for diggin' into the xKML javadoc and proving me wrong... :) On Fri, 2002-08-30 at 19:53, Darryl Champagne wrote: > ------------- > The item I note is in the JavaDocs: > ------------- > public class WbxmlParser > extends AbstractXmlParser > > Still Todo: > > implement Processing Instructions > implement support for more than one codepages <=== > ------------- > I've seen this restriction in almost all WBXML parsers. Since few protocols > use multiple code pages, very few parsers support them. point taken. :) SycnML has two code _spaces_ with a total of three code _pages_ - this seems quite a lot to do! > <dgc> This misses one issue - that default strings are specified in the > DTD/Public Identifier description, not the string table. The C Toolkit, > available at Sourceforge, has to have all the SyncML specific identifiers > embedded in it. That doesn't mean its difficult, but there is more than the > string table involved, and you have to switch pages (and spaces). In > reality, when syncing with devices, most implementations have an empty > string table - they want the minimum bytes for the minimum processing, and > they aren't going to try to extract any common strings beyond the defaults. seems logical to me - the two devices sync'ing know what they talk about, so they simply omit the string table. > <dgc> Unfortunately, the representation protocol is not the entirety of > SyncML. The Device Info DTD/Doc is in its own code space, so you have to > deal with both, and as per the JavaDocs, multiple code pages are not yet > supported. as far as I understand, SyncML has the WBXML public identifiers FD1 (SyncML and MetInf) and FD2 (DevInf) (or am I missing one?), which are 'source spaces': FD1 has the two code pages SyncML (0x00) and MetInf (0x01) FD2 only one: DevInf (0x00) > <dgc> I think that is a loaded question - after all, if it's that easy, how > much value would kXML be for you in that case :-). Anyhow, presumably you > can just enhance kXML v1 to support multiple code spaces, or add it to kXML > v2, (or port the C toolkit to java) but I leave that as an exercise for the > reader..... :) enhancing kXML v1 could be a possibility - gotta ask in their mailing list about that one. you talked about other WBXML parsers which don't support multiple code spaces / code pages yet - which one would you recommend to enhance? > <dgc> - Good. Glad to see the interest! BTW: There is also the SyncML > Group on Yahoo, or questions can be sent to sup...@sy... > (although it's my turn to answer those, so the answers won't change...) thank you for those help-lines, I will come back to them (and you) when I am really desperate! :)$ first I had to dig into the logic & sources of sync4j and now it seems that I can right away dive into kXML v1 - I'll have to set boundaries, after all it's only a _term paper_! regards nicola |
|
From: Darryl C. <Dar...@op...> - 2002-08-30 17:53:17
|
Comments embedded. I have also dropped Jeff from the distribution, since I keep getting spam notice bounces from him (he must not care for Openwave :-) ). dgc ------------- The item I note is in the JavaDocs: ------------- public class WbxmlParser extends AbstractXmlParser Still Todo: implement Processing Instructions implement support for more than one codepages <=== ------------- I've seen this restriction in almost all WBXML parsers. Since few protocols use multiple code pages, very few parsers support them. dgc -----Original Message----- From: Nicola Fankhauser [mailto:ni...@lu...] Sent: Friday, August 30, 2002 1:10 PM To: dar...@op... Cc: Johnson, Jeff; syn...@li... Subject: RE: [Sync4j-users] WSP Binding Status? hi darryl I've spent about 2 hours getting all the bits and pieces from various documents of different projects and specifications - I hope it is a step forward towards WAP support for sync4j. altough I hope I have no really nasty bugs in my rather lengthy email, critics & correction are always welcome! On Fri, 2002-08-30 at 17:33, Darryl Champagne wrote: > I don't see kXML as being a WBXML parser, just an XML parser. The two are > moderately different. Also, while there are some WBXML parsers available, > the last time I checked none of them supported multiple code spaces (or was > it multiple code pages?), both of which SyncML uses. kXML v1.x does indeed support WBXML (as stated in [8]) - while version 2 does not (first paragraph in [9]). I google'd around for WBXML & Java and found an example where kXML was used to transform WBXML to XML and the other way 'round [1]. a small Java class doing this can be found at [2]. the WBXML specification [4] says that "A binary XML document must include a string table immediately after the public identifier." and: "Various tokens encode references to the contents of the string table." [6] - so much for the concern that those code pages would have to be fed to the WBXML parser. <dgc> This misses one issue - that default strings are specified in the DTD/Public Identifier description, not the string table. The C Toolkit, available at Sourceforge, has to have all the SyncML specific identifiers embedded in it. That doesn't mean its difficult, but there is more than the string table involved, and you have to switch pages (and spaces). In reality, when syncing with devices, most implementations have an empty string table - they want the minimum bytes for the minimum processing, and they aren't going to try to extract any common strings beyond the defaults. regarding your concern of multiple code spaces: "This version of the SyncML representation protocol specification maps all the SyncML related DTDs into a single WBXML code space." [3] this single code space divides into two code _pages_: 1. SyncML 2. MetInf in a WBXML stream, a SWITCH_PAGE token can switch the current page. <dgc> Unfortunately, the representation protocol is not the entirety of SyncML. The Device Info DTD/Doc is in its own code space, so you have to deal with both, and as per the JavaDocs, multiple code pages are not yet supported. "This version of the DevInf DTD specification is associated with the WBXML code space FD2 and the formal public identifier -//SYNCML//DTD DevInf 1.1//EN." apart from these website tutorials, I think that parsing a WBXML stream to produce plain XML should not be _that_ difficult, if we fail to find an existing parser capable of transforming SyncML WBXML. given those code-pages (which are delivered in the WBXML stream like specified in [6]), it would have to get the first XML tag, look it up in the string table, write out the full XML tag, get the next byte etc. but this should only be necessary in the last resort. <dgc> I think that is a loaded question - after all, if it's that easy, how much value would kXML be for you in that case :-). Anyhow, presumably you can just enhance kXML v1 to support multiple code spaces, or add it to kXML v2, (or port the C toolkit to java) but I leave that as an exercise for the reader..... > How certain are you of your support for WBXML? quite sure actually - it's a part of my project at the university of fribourg. :) <dgc> - Good. Glad to see the interest! BTW: There is also the SyncML Group on Yahoo, or questions can be sent to sup...@sy... (although it's my turn to answer those, so the answers won't change...) feedback is welcome! <dgc> Hope this helps regards nicola [1]: http://www.devx.com/xml/articles/bs120101/Part2/bs120101p2-1.asp [2]: http://www.devx.com/xml/articles/bs120101/Part2/listing3.asp [3]: SyncML representation protocol v1.1, chp. 8.1, p. 38 [7]: SyncML meta information DTD v1.1, chp. 7, p. 19 [4]: WBXML encoding specification, http://www.w3.org/TR/wbxml/ [5]: Token Structure, http://www.w3.org/TR/wbxml/#_Toc443384902 [6]: String Table, http://www.w3.org/TR/wbxml/#_Toc443384901 [8]: kXML v1.x, http://kxml.enhydra.org/project/aboutProject/index.html [9]: kXML v2.x, http://www.kxml.org/ |
|
From: Nicola F. <ni...@lu...> - 2002-08-30 17:10:09
|
hi darryl I've spent about 2 hours getting all the bits and pieces from various documents of different projects and specifications - I hope it is a step forward towards WAP support for sync4j. altough I hope I have no really nasty bugs in my rather lengthy email, critics & correction are always welcome! On Fri, 2002-08-30 at 17:33, Darryl Champagne wrote: > I don't see kXML as being a WBXML parser, just an XML parser. The two are > moderately different. Also, while there are some WBXML parsers available, > the last time I checked none of them supported multiple code spaces (or was > it multiple code pages?), both of which SyncML uses. kXML v1.x does indeed support WBXML (as stated in [8]) - while version 2 does not (first paragraph in [9]). I google'd around for WBXML & Java and found an example where kXML was used to transform WBXML to XML and the other way 'round [1]. a small Java class doing this can be found at [2]. the WBXML specification [4] says that "A binary XML document must include a string table immediately after the public identifier." and: "Various tokens encode references to the contents of the string table." [6] - so much for the concern that those code pages would have to be fed to the WBXML parser. regarding your concern of multiple code spaces: "This version of the SyncML representation protocol specification maps all the SyncML related DTDs into a single WBXML code space." [3] this single code space divides into two code _pages_: 1. SyncML 2. MetInf in a WBXML stream, a SWITCH_PAGE token can switch the current page. apart from these website tutorials, I think that parsing a WBXML stream to produce plain XML should not be _that_ difficult, if we fail to find an existing parser capable of transforming SyncML WBXML. given those code-pages (which are delivered in the WBXML stream like specified in [6]), it would have to get the first XML tag, look it up in the string table, write out the full XML tag, get the next byte etc. but this should only be necessary in the last resort. > How certain are you of your support for WBXML? quite sure actually - it's a part of my project at the university of fribourg. :) feedback is welcome! regards nicola [1]: http://www.devx.com/xml/articles/bs120101/Part2/bs120101p2-1.asp [2]: http://www.devx.com/xml/articles/bs120101/Part2/listing3.asp [3]: SyncML representation protocol v1.1, chp. 8.1, p. 38 [7]: SyncML meta information DTD v1.1, chp. 7, p. 19 [4]: WBXML encoding specification, http://www.w3.org/TR/wbxml/ [5]: Token Structure, http://www.w3.org/TR/wbxml/#_Toc443384902 [6]: String Table, http://www.w3.org/TR/wbxml/#_Toc443384901 [8]: kXML v1.x, http://kxml.enhydra.org/project/aboutProject/index.html [9]: kXML v2.x, http://www.kxml.org/ |
|
From: Darryl C. <Dar...@op...> - 2002-08-30 15:33:26
|
I don't see kXML as being a WBXML parser, just an XML parser. The two are moderately different. Also, while there are some WBXML parsers available, the last time I checked none of them supported multiple code spaces (or was it multiple code pages?), both of which SyncML uses. How certain are you of your support for WBXML? dgc Darryl G. Champagne -----Original Message----- From: syn...@li... [mailto:syn...@li...]On Behalf Of Nicola Fankhauser Sent: Friday, August 30, 2002 4:30 AM To: Johnson, Jeff Cc: 'syn...@li...' Subject: Re: [Sync4j-users] WSP Binding Status? hi jeff On Fri, 2002-08-30 at 01:36, Johnson, Jeff wrote: > I am working on a project looking to integrate, among other things, Java > implementations of both SyncML and WAP protocols; what is the status and > what are the near term plans for sync4j WSP bindings? I am working on a project at my university to provide exactly this. the idea I had so far (I am still in planning stage, altough coding hopefully won't take long) is to use kXML [1] to parse the WBXML coming from the WAP device and transform it into (human readable) XML and then feed it to sync4j for processing. the returning XML stream from the sync4j syncengine (developed by my colleague David Buchmann of the same university [2], we'll check in the new sources soon) is transformed again by kXML into WBXML, so that the WAP device understands it. if you want to help me doing that, I'll be thankful. regards nicola fankhauser [1]: http://www.kxml.org/ [2]: new sources can be seen at http://lux.wox.org:8080/viewcvs/sync4j/ ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Sync4j-users mailing list Syn...@li... https://lists.sourceforge.net/lists/listinfo/sync4j-users |
|
From: Nicola F. <ni...@lu...> - 2002-08-30 08:30:12
|
hi jeff On Fri, 2002-08-30 at 01:36, Johnson, Jeff wrote: > I am working on a project looking to integrate, among other things, Java > implementations of both SyncML and WAP protocols; what is the status and > what are the near term plans for sync4j WSP bindings? I am working on a project at my university to provide exactly this. the idea I had so far (I am still in planning stage, altough coding hopefully won't take long) is to use kXML [1] to parse the WBXML coming from the WAP device and transform it into (human readable) XML and then feed it to sync4j for processing. the returning XML stream from the sync4j syncengine (developed by my colleague David Buchmann of the same university [2], we'll check in the new sources soon) is transformed again by kXML into WBXML, so that the WAP device understands it. if you want to help me doing that, I'll be thankful. regards nicola fankhauser [1]: http://www.kxml.org/ [2]: new sources can be seen at http://lux.wox.org:8080/viewcvs/sync4j/ |
|
From: Johnson, J. <jef...@bo...> - 2002-08-29 23:37:06
|
I am working on a project looking to integrate, among other things, Java implementations of both SyncML and WAP protocols; what is the status and what are the near term plans for sync4j WSP bindings? Thanks very much! Jeff Johnson jef...@bo... |
|
From: Ricky <h24...@ma...> - 2002-08-26 04:15:34
|
hi
i found a annotations in the files:MyMessage.java.
it shows:
/**
* Should have been sync4j.framework.core.Message, but use this one =
temporarily=20
* before replacing JDOM with NanoXML.
*/
=20
it means that the XML Parser:JDOM used in Sync4j will all change to =
use of NanoXML in the future ?=20
or ........??? =20
please give me some suggestion, thanks.Lis |
|
From: Jukka R. <ju...@lu...> - 2002-08-22 13:04:37
|
Hello users!
I'm a little but confused how/why to "convert" those metafiles from UNIX =
format?=20
And if there's need for that, isn't those files just simple text files, =
which can be saved to "Windows" format (with notepad for example..)=20
However, I still get the following error messages (is there something =
wrong in manifest files?) =20
${sync4j-framework-jarfilename}:
[jar] Manifest is invalid: Manifest sections should start with a =
"Name" attribute and not "Created-By"
BUILD FAILED
D:\sync4j\build\build.xml:269: Invalid Manifest: =
D:\sync4j\src\metadata\sync4j-core-JAR-MANIFEST.txt
TaiYen Hung wrote in his message :
The problem seems the metadata files's file format is UNIX
(./src/metadata/*)
but I use MS Windows XP, it will make some problems when building =
sync4j.
and
After converted file's format and corrected these problems
build "ant all" is successful, but there are two failed in "test" |
|
From: TaiYen H. <ta...@ma...> - 2002-08-21 18:11:37
|
Hi David I used the files in ./build and succeeded build sync4j source code. Thanks your help. About the build problem, the error messages I posted before. The problem seems the metadata files's file format is UNIX (./src/metadata/*) but I use MS Windows XP, it will make some problems when building sync4j. And, I found some mistakes in source code: ./src/java/sync4j/transport/j2me/http/client/SyncMLClient.java line 52 should be : import sync4j.framework.protocol.SyncClientAgent; line 54 should be : import sync4j.framework.protocol.MyMessage; ./src/java/sync4j/transport/j2me/http/client/ClientConnectionImpl.java line 53 should be : import sync4j.framework.protocol.MyMessage; (build file also have some problems... Ex. .base on build-client-j2me.xml line 8 ./ should have a sub directory named "res") After converted file's format and corrected these problems build "ant all" is successful, but there are two failed in "test" [junit] TEST sync4j.tests.Sync4jHttpServletTest FAILED [junit] TEST sync4j.tests.cactus.TestAllCactus FAILED Did I lost some steps or set up? My Environment : OS:Windows XP?J2SDK 1.4?J2EE SDK 1.3.1?JUnit 3.7?Ant 1.4.1?Cactus 1.2?J2ME Toolkit 1.0.4 JDom b8?Tomcat 4.0.4 Anyway, I will try it again later. BTW, use Ant 1.5 will cause some errors, Ant 1.4.1 is a better choice. Best regards, TaiYen |
|
From: <Dav...@ES...> - 2002-08-19 13:05:58
|
hello TaiYen, > I am found two build files (./build.xml and ./build/build.xml), which one is > correct? the old version of readme told that the files in ./build/ are the correct files. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/sync4j/sync4j/README.txt?rev=1.3&content-type=text/vnd.viewcvs-markup @sso it would be a good idea not to overwrite this old readme.txt with the j2me information but to add it to the file - or to choose different filenames... the build problem i do not know. perhaps stefano has an idea? regards,david ________________________________________________________________________________ David Buchmann - Palm Development - ESPRiT Consulting AG - Spitalgasse 3 - 3011 Berne - Fon +41 (31) 310 07 00 - Fax +41 (31) 310 07 07 - http://www.esprit-consulting.ch - mailto:dav...@es... Creative eBusiness Solutions along the Value Chain ________________________________________________________________________________ |
|
From: TaiYen H. <h24...@ma...> - 2002-08-15 20:09:20
|
Hi
I want to use sync4j in our undergraduate project and get sync4j source code
from CVS.
But, when I try to use Ant build sync4j.
I am found two build files (./build.xml and ./build/build.xml), which one is
correct?
Another problem is when I used ./build/build.xml (I think the correct build
file is this one)
got following error message :
config:
${sync4j-framework-jarfilename}:
[delete] Deleting: C:\Program Files\Apache Tomcat
4.0\webapps\sync4j\output\sync4j-framework.jar
[jar] Building jar: C:\Program Files\Apache Tomcat
4.0\webapps\sync4j\output\sync4j-framework.jar
${sync4j-clientframework-jarfilename}:
[delete] Deleting: C:\Program Files\Apache Tomcat
4.0\webapps\sync4j\output\sync4j-clientframework.jar
[jar] Building jar: C:\Program Files\Apache Tomcat
4.0\webapps\sync4j\output\sync4j-clientframework.jar
[jar] Manifest is invalid: Manifest sections should start with a
"Name" attribute and not "Created-By"
BUILD FAILED
file:./build-share.xml:293: Invalid Manifest: C:\Program Files\Apache Tomcat
4.0\webapps\sync4j\src\metadata\sync4j-clientframework-JAR-MANIFEST.txt
Please give me some suggestion, thanks.
TaiYen
|
|
From: Simon So <ss...@cs...> - 2002-05-14 05:33:18
|
Hi Julia SyncML is a mobile device data sync protocol, formatting data into XML doc and transported over either http, wsp or obex (infrared/bluetooth). You can use libraries like sync4j or ksync (from enhydra, yet another syncml implementation) to format/interpret your data. As far as transporting over the serial port, it's not mandated by the syncml protocol. You may write your own transport layer. Best, Simon > I've been working on a java interface to deal with my cell phones > Phonebook database (http://jStarTalk.MageNet.com) And I'm a little > confused about what SyncML is. Could I simplify my adventures > (currently I'm reverse engineering the data that goes across the serial > port) by using SyncML? > > Any hints would be appreciated. > > Julia |
|
From: Julia A. C. <ju...@Ma...> - 2002-05-14 04:26:29
|
I've been working on a java interface to deal with my cell phones Phonebook database (http://jStarTalk.MageNet.com) And I'm a little confused about what SyncML is. Could I simplify my adventures (currently I'm reverse engineering the data that goes across the serial port) by using SyncML? Any hints would be appreciated. Julia --=20 [ Julia Anne Case ] [ Ships are safe inside the harbor, ] [Programmer at large] [ but is that what ships are really for. ] [ Admining Linux ] [ To thine own self be true. ] [ Windows/WindowsNT ] [ Fair is where you take your cows to be judged. ] |
|
From: Simon So <ss...@cs...> - 2002-05-14 03:48:37
|
> Just an odd question..... I haven't worked with the j2me apis yet, however > last summer I worked with the SuperWaba classes, and developed a few things > like ant scripts, etc. for them. I tried looking for a jar file comparable > to the ejb.jar, is there a j2me.jar somewhere at java.sun.com? Do you mean j2me library? Go to wireles.java.sun.com and download the wireless toolkit. It's got midp_api.zip. I also talked about it in my README.txt. |
|
From: Robert J. L. <leb...@fi...> - 2002-05-14 00:29:47
|
> It seems to me that the client can be J2ME or J2SE, as long as we > package them separately. Server side, of course, has to be J2SE. But > we need a framework supporting HTTP, WSP and OBEX. So that takes some > domain expertise to figure out a robust server side architecture. > Just an odd question..... I haven't worked with the j2me apis yet, however last summer I worked with the SuperWaba classes, and developed a few things like ant scripts, etc. for them. I tried looking for a jar file comparable to the ejb.jar, is there a j2me.jar somewhere at java.sun.com? > In sync4j, HTTP transport is usable as of now, but then since the protocol > implementation is not ready i.e. reply with a meaningful xml doc according > to the spec, so that's why I said the protocol hasn't been fully > implemented. > > If you want something immediately usable, try ksync.enhydra.org. sync4j > is still at its infancy and yearns for some parents to bring it up. :) > I like the Enhydra stuff, but they change their licenses to suit their moods... I dropped instantdb for that exact reason. Rob |