Re: [Jempbox-developer] Where to put list of changes
Status: Alpha
Brought to you by:
benlitchfield
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 > |