jempbox-developer Mailing List for JempBox
Status: Alpha
Brought to you by:
benlitchfield
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ben L. <be...@be...> - 2007-02-28 02:34:57
|
I was able to fix all the checkstyle issues. When I ran the junit tests I did get the a similar exception to what I was seeing on the server. There was an issue when converting dates and had to do with timezone/DST. It is possible that it would work in your timezone but not mine. I believe I have fixed the issue. I'll see if the error persists in the nightly build junit execution. Can you grab the latest from CVS and verify that the tests pass for you as well. If the tests pass on the nightly build and they pass for you then I'll go ahead and do a release. Ben |
From: Ben L. <be...@be...> - 2007-02-16 01:49:56
|
FYI junit: [junit] Testsuite: test.jempbox.xmp.AllTests [junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 0.268 sec [junit] Testcase: testRDFDescription took 0.174 sec [junit] Testcase: testTextProperty took 0.003 sec [junit] Testcase: testBags took 0.006 sec [junit] Testcase: testSeqList took 0.003 sec [junit] Testcase: testDateList took 0.073 sec [junit] FAILED [junit] expected:<-28800000> but was:<288000000> [junit] junit.framework.AssertionFailedError: expected:<-28800000> but was:<288000000> [junit] at test.jempbox.xmp.XMPSchemaTest.assertEquals(XMPSchemaTest.java:206) [junit] at test.jempbox.xmp.XMPSchemaTest.testDateList(XMPSchemaTest.java:237) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) |
From: Christopher O. <oe...@oe...> - 2007-01-06 13:56:29
|
Hi Ben, sorry, just came back from holidays, too. I tried to put some modifications in the jempbox-website, even though I found > Oh and BTW, you already broke the nightly build ;) :-) nono, I made that mistake too many times before. The change was checked in by lorinblu. I fixed it and reformatted it to match the checkstyle. > Happy New Year and welcome to the team! Thanks, glad to be onboard! Christopher |
From: Ben L. <be...@be...> - 2007-01-02 01:44:37
|
Hi Christopher, Sorry for the delay in the response, holidays were a little crazy. You want to update the website\status.xml That document also lists developers, it is not shown anywhere yet, but you should add yourself at the top of the XML Then under the <changes> section there is a <release>, eventually there will be multiple releases, we will always add to the top one. Each time you make a change add a new <action> entry, make sure you set the context,dev,type attributes correctly. This is a special forest file to generate the status. This one is a little bare, but if you take a look at the one for PDFBox you will see a better example. The actual website http://www.jempbox.org is generated from these XML documents twice a day at the same time the "Nightly Build" is generated, so to update the website all you have to do is make a change to the XML and check it into CVS and the website will reflect the change within a day. This typically works very well, sometimes there are glitches; CVS is down or the build broke so the website didn't get regenerated. The status.xml is seen on this page. http://www.jempbox.org/changes.html Oh and BTW, you already broke the nightly build ;) Well sort of, you checked in some code that required JDK 1.5 to compile. There are many users that need to stick with 1.4, so I would like JempBox to be built using 1.4 for the time being unless there is a reason that we need to use a 1.5 feature. Below are the errors and it looks like those can easily be made "1.4 compatible" compile: [javac] Compiling 26 source files to /home/pdfbox/pdfbox/jempbox/classes [javac] /home/pdfbox/pdfbox/jempbox/src/org/jempbox/xmp/XMPMetadata.java:738: ';' expected [javac] for (Object o : schemas2) [javac] ^ [javac] /home/pdfbox/pdfbox/jempbox/src/org/jempbox/xmp/XMPMetadata.java:750: illegal start of expression [javac] } [javac] ^ [javac] /home/pdfbox/pdfbox/jempbox/src/org/jempbox/xmp/XMPSchema.java:1031: ';' expected [javac] for (Object object : newList) [javac] ^ [javac] /home/pdfbox/pdfbox/jempbox/src/org/jempbox/xmp/XMPSchema.java:1038: illegal start of expression [javac] } [javac] ^ [javac] /home/pdfbox/pdfbox/jempbox/src/org/jempbox/xmp/XMPSchema.java:1044: ';' expected [javac] for (Object object : newList) [javac] ^ [javac] /home/pdfbox/pdfbox/jempbox/src/org/jempbox/xmp/XMPSchema.java:1051: illegal start of expression [javac] } [javac] ^ [javac] 6 errors Happy New Year and welcome to the team! Ben Christopher Oezbek wrote: > Hi Jempbox-Team (Ben I guess), > I added a couple of bug fixes and some test-cases and am wondering where > to put the list of changes (CHANGES.txt or some .xml file in the website). > > Happy New Year, > Christopher > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Jempbox-developer mailing list > Jem...@li... > https://lists.sourceforge.net/lists/listinfo/jempbox-developer > |
From: Christopher O. <oe...@oe...> - 2006-12-30 19:31:54
|
Hi Jempbox-Team (Ben I guess), I added a couple of bug fixes and some test-cases and am wondering where to put the list of changes (CHANGES.txt or some .xml file in the website). Happy New Year, Christopher |