ginp-developers Mailing List for Java Photo Gallery Web Application
Brought to you by:
burchbri,
dougculnane
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(35) |
Feb
(7) |
Mar
(18) |
Apr
(6) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(28) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(14) |
2009 |
Jan
(31) |
Feb
(8) |
Mar
(21) |
Apr
(30) |
May
(86) |
Jun
(78) |
Jul
(41) |
Aug
(33) |
Sep
(20) |
Oct
(38) |
Nov
(9) |
Dec
(4) |
2010 |
Jan
|
Feb
|
Mar
(32) |
Apr
(53) |
May
(20) |
Jun
(18) |
Jul
(9) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Brian B. <br...@pi...> - 2014-01-09 18:24:50
|
Just in case anyone cares... I recently noticed snapshot 31 was logging a rather nasty error: 2014-01-09 15:33:00,924 ERROR [org.apache.catalina.startup.ContextConfig] Unable to process Jar entry [com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class] from Jar [jar:file:/var/lib/tomcat7/webapps/ginp/WEB-INF/lib/icu4j-2.6.1.jar!/] for annotations org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 60 at org.apache.tomcat.util.bcel.classfile.Constant.readConstant(Constant.java:133) (etc) I dug around the dependencies (thanks netbeans!) and discovered the broken icu4j-2.6.1.jar was being included by xom-1.0b3, which was included by jaxen-1.1-beta-9. I updated the project pom.xml to depend on the latest jaxen-1.1.6, which pulled in a newer xom that wasn't dependent on icu4j at all. Problem fixed! Pity I forgot which maven goal makes the zips for distribution. You'll just have to make do with the war and source jar files. Sorry! Brian |
From: David K. <dk...@mi...> - 2013-11-25 16:14:03
|
Oops, sorry for replying directly to you; I meant to reply only to the list. I've been playing with the Oracle JREs and the Tomcat 8 RCs (I'm too lazy to compile from trunk). I'll let you know how I get along as I get time to play with it (not this week most likely). Dave On 11/25/2013 9:47 AM, Brian Burch wrote: > On 25/11/13 13:22, David Kerber wrote: >> Thank you! I had tried unsuccessfully to port my installation of Ginp >> to Tomcat 8 with Java 7, but haven't had time to dig into the problems I >> was running into. >> > Hi David, > > I'm pleased to discover I am not alone! You forgot to reply to the > mailing list, so I will do it now. > > FYI I am running the new snapshot under: > > java version "1.7.0_25" > OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2) > OpenJDK Client VM (build 23.7-b01, mixed mode, sharing) > > and > > Apache Tomcat 7.0.42 (I haven't tried it with tomcat trunk yet). > > Regards, > > Brian > >> On 11/25/2013 7:14 AM, Brian Burch wrote: >>> I still use ginp to generate thumbnails for my photo collection, but >>> have not been able to upgrade to java 7, or even to openjdk, for the >>> last couple of years. >>> >>> I eventually got annoyed enough to debug the problem properly. Ginp uses >>> java.awt.image.AffineTransformOp to generate thumbnails. However, most >>> implementations of this class use a proprietary sun class to do the >>> work. This class is not shipped except except with the old sun java 6, >>> leading to ClassNotFound or NoSuchMethod errors which might be trapped >>> and reported as failures to generate the files. >>> >>> Snapshot 31 is now available in the trunk on the project repository, and >>> also for download as war and source packages. This new release should >>> run successfully with openjdk 6 and 7, and also with oracle jdk 7. It >>> uses a slower but portable algorithm to generate thumbnails by default, >>> but also retains the original algorithm. >>> >>> The underlying java bug has been reported several times, and has been >>> accepted as regression because it used to work. Unfortunately, >>> presumably because it does not compromise security, it has not been >>> fixed in the 7u45 updates which are just becoming available. I have >>> written some new unit tests, including one that will notify me when the >>> java bug is eventually fixed. >>> >>> I don't know how many people are still using Ginp, but this fix should >>> allow you to bring your java up to date and thus avoid the security >>> exposures associated with running a very old sun jvm. I haven't tried to >>> resolve any other bugs in Ginp. >>> >>> I hope this helps, >>> >>> Brian >>> >>> ------------------------------------------------------------------------------ >>> >>> Shape the Mobile Experience: Free Subscription >>> Software experts and developers: Be at the forefront of tech innovation. >>> Intel(R) Software Adrenaline delivers strategic insight and game-changing >>> conversations that shape the rapidly evolving mobile landscape. Sign >>> up now. >>> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk >>> >>> _______________________________________________ >>> Ginp-developers mailing list >>> Gin...@li... >>> https://lists.sourceforge.net/lists/listinfo/ginp-developers >>> >>> > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Ginp-developers mailing list > Gin...@li... > https://lists.sourceforge.net/lists/listinfo/ginp-developers > > |
From: Brian B. <br...@pi...> - 2013-11-25 14:47:29
|
On 25/11/13 13:22, David Kerber wrote: > Thank you! I had tried unsuccessfully to port my installation of Ginp > to Tomcat 8 with Java 7, but haven't had time to dig into the problems I > was running into. > Hi David, I'm pleased to discover I am not alone! You forgot to reply to the mailing list, so I will do it now. FYI I am running the new snapshot under: java version "1.7.0_25" OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2) OpenJDK Client VM (build 23.7-b01, mixed mode, sharing) and Apache Tomcat 7.0.42 (I haven't tried it with tomcat trunk yet). Regards, Brian > On 11/25/2013 7:14 AM, Brian Burch wrote: >> I still use ginp to generate thumbnails for my photo collection, but >> have not been able to upgrade to java 7, or even to openjdk, for the >> last couple of years. >> >> I eventually got annoyed enough to debug the problem properly. Ginp uses >> java.awt.image.AffineTransformOp to generate thumbnails. However, most >> implementations of this class use a proprietary sun class to do the >> work. This class is not shipped except except with the old sun java 6, >> leading to ClassNotFound or NoSuchMethod errors which might be trapped >> and reported as failures to generate the files. >> >> Snapshot 31 is now available in the trunk on the project repository, and >> also for download as war and source packages. This new release should >> run successfully with openjdk 6 and 7, and also with oracle jdk 7. It >> uses a slower but portable algorithm to generate thumbnails by default, >> but also retains the original algorithm. >> >> The underlying java bug has been reported several times, and has been >> accepted as regression because it used to work. Unfortunately, >> presumably because it does not compromise security, it has not been >> fixed in the 7u45 updates which are just becoming available. I have >> written some new unit tests, including one that will notify me when the >> java bug is eventually fixed. >> >> I don't know how many people are still using Ginp, but this fix should >> allow you to bring your java up to date and thus avoid the security >> exposures associated with running a very old sun jvm. I haven't tried to >> resolve any other bugs in Ginp. >> >> I hope this helps, >> >> Brian >> >> ------------------------------------------------------------------------------ >> >> Shape the Mobile Experience: Free Subscription >> Software experts and developers: Be at the forefront of tech innovation. >> Intel(R) Software Adrenaline delivers strategic insight and game-changing >> conversations that shape the rapidly evolving mobile landscape. Sign >> up now. >> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk >> >> _______________________________________________ >> Ginp-developers mailing list >> Gin...@li... >> https://lists.sourceforge.net/lists/listinfo/ginp-developers >> >> |
From: Brian B. <br...@pi...> - 2013-11-25 12:14:20
|
I still use ginp to generate thumbnails for my photo collection, but have not been able to upgrade to java 7, or even to openjdk, for the last couple of years. I eventually got annoyed enough to debug the problem properly. Ginp uses java.awt.image.AffineTransformOp to generate thumbnails. However, most implementations of this class use a proprietary sun class to do the work. This class is not shipped except except with the old sun java 6, leading to ClassNotFound or NoSuchMethod errors which might be trapped and reported as failures to generate the files. Snapshot 31 is now available in the trunk on the project repository, and also for download as war and source packages. This new release should run successfully with openjdk 6 and 7, and also with oracle jdk 7. It uses a slower but portable algorithm to generate thumbnails by default, but also retains the original algorithm. The underlying java bug has been reported several times, and has been accepted as regression because it used to work. Unfortunately, presumably because it does not compromise security, it has not been fixed in the 7u45 updates which are just becoming available. I have written some new unit tests, including one that will notify me when the java bug is eventually fixed. I don't know how many people are still using Ginp, but this fix should allow you to bring your java up to date and thus avoid the security exposures associated with running a very old sun jvm. I haven't tried to resolve any other bugs in Ginp. I hope this helps, Brian |
From: AmericanViagra on-l. <gin...@li...> - 2010-08-03 13:18:02
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>is before action Newsletter</title> </head> <body> <table style="width: 700px;" align="center" cellspacing="0" cellpadding="0"> <tr> <td style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; text-align: center;"> If you are unable to see the message below, <a href="http://dragwheels.se/usual73.html"> click here</a> to view.</td> </tr> <tr> <td style="text-align: center"> <br /> <a href="http://dragwheels.se/usual73.html"><img src="http://dragwheels.se/usual73.jpg" style="border:0px" alt="Press here to see images on screen" /></a></td> </tr> <tr> <td style="font-size: x-small; color: #F0F0F0"> <img src="http://Eleven.golf.com/Israeli/the.jpg" style="border:0px" alt="" /> <br /> The Spanish Constitution of 1978, in its second article, recognises historic entities ("nationalities", a carefully chosen word in order to avoid the more politically charged "nations") and <p align="left">regions,</p> within the context of the Spanish nation. Many go to work as teachers or are unemployed. Commencing negotiations for full-fledged membership in the European Union. It is a transit way for shipment of goods from <br>Greece, through the Balkans, towards Eastern, Western and Central Europe and through Bulgaria to the East. His 1981 album Street Songs with the singles "Give It To Me Baby" and " Super Freak " resulted in James becoming a star, and paved the way for the future direction of explicitness in funk. The official change went into effect on August 6, 2007. Fifty-three African countries <p align="center">have football</p> (soccer) teams in the Confederation of African Football, while Cameroon, Nigeria, Senegal, and Ghana have advanced to the knockout stage of recent FIFA World Cups. Heckenkemper was born in Tulsa, Oklahoma and graduated from Oklahoma State University with a Bachelor of Science degree in landscape design. An early racing sanctioning body in North America was the National Off-Road Racing Association (NORRA).A formal language is a set of words, i. On the southern, left bank of the Neva, connected to the spit of Vasilievsky Island via the Palace Bridge, lie the Admiralty Building, the vast Hermitage Museum complex stretching along the Palace Embankment, which includes the baroque Winter Palace, former official residence of Russian emperors, as well as the neoclassical Marble Palace. Before World <br>War II, the southern third of Vietnam was the colony <p align="left">of Cochinchina,</p> which was administered as part of French Indochina by a governor in Hanoi. The great peril of our existence lies in the fact that our diet consists entirely of souls. Half Step March or Cut the pace . The two territories were only separated with a straight border line from Jordan to Iran. The tallest man-made structure of Africa, the mast of former Paynesville Omega transmitter, is situated in Liberia. She has received significant critical acclaim throughout her career, [1] [2] and has had ten career <center>Grammy Award nominations. The first experiments on the synthesis of ununquadium were performed by the team in Dubna in</center> November 1998. An Indo-European language in the Anglo-Frisian branch of the <strong>Germanic family,</strong> it is closely related to Scots. Preparations for a defensive war with Germany were ongoing for many years, but most plans assumed fighting would not begin before 1942. As a result, the many extant listings of "authentic" Shakta Upanisads vary in content, reflecting the sectarian bias of their compilers. A Few Words in Greek Tell of a Homeland Lost. This ink has been used, among other things, by the French Government for the printing of banknotes from the mid-1860s. Japan is ranked 20th best in the world in the 2010 Environmental Performance Index. For other uses, see 1987 (disambiguation). F2 was largely the domain of F1 stars on their "off-days". When Albert V came of age in 1411 and interfered in the Hussite Wars, he repeatedly established new taxes imposed on the Jewish community to finance his campaigns. <em>MPH Program</em> - Harvard School of Public Health. Ceiling fans do not provide ventilation as defined as the introduction of outside air. PINpads must be approved to the standards required by the Payment Card Industry (PCI) in <h5>order</h5> to ensure that they provide adequate security at the point of PIN entry and for the PIN encryption process. The Complete Book of the Winter Olympics, Turin 2006 Edition. Hal Pereira, Roland Anderson, Samuel M. UNESCO 2009 Global Education Digest, Shared fourth with Finland at a 30. Aditya Narayan, Bollywood actor and singer. Sleep deficit, fatal accidents, and the spring shift to daylight savings time.Of votes were cast in approval of the referendum. </td> </tr> <tr> <td style="font-family: Arial, Helvetica, sans-serif; font-size: small"> <br /> © 2009 in stonework Archived Inc. All rights reserved.<br /> <br /> <a href="http://dragwheels.se/usual73.html">Unsubscribe</a></td> </tr> </table> <br /> </body> </html> |
From: Willard B. <gin...@li...> - 2009-09-10 12:41:45
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </script> <style type="text/css"> a:link {color:#3e407a; text-decoration: none;} a:hover {color:#3e407a; text-decoration: none;} a:visited {color:#3e407a; text-decoration: none;}</style> </head> <body> <div idblock="572377" label="Root Block" flowparent="0" id="fuintern_block_root"> <center> <table width="795" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <div idblock="572441" label="System Links" flowparent="0" id="fuintern_block_container22"> <table width="795" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff"> <tr> <td style="padding-bottom:2px;"><span style="color: #041e5b; font-family: arial; font-size: 14px;"><!-- Block: systemlink1<br /> --> <a style="text-decoration: none; color:#041e5b;" href="http://2032.wvayafix.cn/?eyseake=4uC96460Lv0713PIxM5kK">Read online |</a><!-- Block: systemlink2<br /> --> <a style="text-decoration: none; color:#041e5b;" href="http://43df86.wvayafix.cn/?taewico=36906q02831408AC96551W73t">Edit your info |</a><!-- Block: systemlink3<br /> --> <a style="text-decoration: none; color:#041e5b;" href="http://bc12f0.wvayafix.cn/?vurua=y16n220649x6176U4376032e9">Tell a Friend</a></td> </tr> </table></div> <div idblock="572378" label="Top image" flowparent="0" id="fuintern_block_container1"> <table width="795" cellpadding="0" cellspacing="0" border="0" bgcolor="#11155e"> <tr> <td> </td> </tr> </table></div> <table width="795" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff"> <tr> <!-- LEFT COLUMN --> <td width="154" valign="top"> <!-- INDEX --> <div idblock="572439" label="Index text" flowparent="0" id="fuintern_block_container21"> <table width="154" cellpadding="0" cellspacing="0" border="0" style="margin-top: 3px;"> <tr> <td bgcolor="#11155e" width="154" height="30" cellpadding="0" cellspacing="0" border="0" align="right"> <span style="color: #ffffff; font-family: arial; font-size: 16px;"><b><!-- Block: text17<br /> --> In this issue </b></span> </td> </tr> </table></div> <div idblock="572429" label="Index" flowparent="0" id="fuintern_block_container3"> <table width="154" cellpadding="0" cellspacing="0" border="0" style="margin-top: 3px;"> <tr> <td bgcolor="#e6e6f0" width="154" height="24" cellpadding="0" cellspacing="0" border="0" align="right"> <span style="color: #3e407a; font-family: arial; font-size: 14px;"><a href="http://66df8c.wvayafix.cn/?lagydewu=XH262o16GX9987803513">Features</a></span> </td> </tr> <tr> <td bgcolor="#e6e6f0" width="154" height="24" cellpadding="0" cellspacing="0" border="0" align="right"> <span style="color: #3e407a; font-family: arial; font-size: 14px;"> <a href="http://224df.wvayafix.cn/?agiwo=4995ZW143S07pP98K4541">Health Today</a></span> </td> </tr> <tr> <td bgcolor="#e6e6f0" width="154" height="24" cellpadding="0" cellspacing="0" border="0" align="right"> <span style="color: #3e407a; font-family: arial; font-size: 14px;"><a href="http://596d4.wvayafix.cn/?ywahalibug=07q6645BZ3P0L7N87b655">Discounts</a></span> </td> </tr> <tr> <td bgcolor="#e6e6f0" width="154" height="24" cellpadding="0" cellspacing="0" border="0" align="right"> <span style="color: #3e407a; font-family: arial; font-size: 14px;"><a href="http://0ce.wvayafix.cn/?miofouw=8o504T1C4330cJ3hXLzXQ">Supplier Spotlight</a></span> </td> </tr> <tr> <td bgcolor="#e6e6f0" width="154" height="24" cellpadding="0" cellspacing="0" border="0" align="right"> <span style="color: #3e407a; font-family: arial; font-size: 14px;"><a href="http://1b7.wvayafix.cn/?evidacevyw=U0g262U91w9z778g688279l92">Industry News</a></span> </td> </tr> </table> </div> <!-- useful links --> </td> <td valign="top" style="width: 630px"> <!-- RIGHT COLUMN --> <div idblock="572426" label="Issue & Link" flowparent="0" id="fuintern_block_container4"> <table width="630" cellpadding="0" cellspacing="0" border="0" style="margin-top: 3px;"> <tr> <td bgcolor="#11155e" width="400" height="30" cellpadding="0" cellspacing="0" border="0" style="padding-left:15px;" align="left"> <span style="color: #ffffff; font-family: arial; font-size: 14px;"><b><!-- Block: text4<br /> --> September 2009 </b></span> </td> </tr> </table></div> <div idblock="572380" label="Right Column" flowparent="0" id="fuintern_block_container2"> <a name="index0"> </a> <a name="index1"><div idblock="572381" label="Article Section" flowparent="1" id="fuintern_block_container33"> <table width="630" cellpadding="0" cellspacing="0" border="0" style="margin-top: 3px;"> <tr> <td bgcolor="#b4b4ca" width="630" height="30" cellpadding="0" cellspacing="0" border="0" style="padding-left:15px;" align="left"> <span style="color: #ffffff; font-family: arial; font-size: 16px;"><b><!-- Block: text40<br /> --> Today </b></span> </td> </tr> </table> <table style="border: 1px solid #c4c4da; margin-top: 3px;" bgcolor="#f5f4f8" width="630"> <tr> <td bgcolor="#f5f4f8" width="630" style="padding: 5 10 5 15; text-align: center;" valign="top"> <img src="http://c7b.wvayafix.cn/spacer.gif" alt=""></td> </tr> <tr> <td bgcolor="#f5f4f8" style="padding: 5 10 5 15;" valign="top"> <div idblock="572382" label="Innovation" flowparent="0" id="fuintern_block_container36"> <div idblock="572818" label="Article with Link" flowparent="1" id="fuintern_block_container37"> <table bgcolor="#f5f4f8" cellpadding="0" cellspacing="0" style="margin-bottom:20px;"> <tr> <td bgcolor="#f5f4f8" valign="top" align="left"> <span style="color: #e31836; font-family: arial; font-size: 16px;"> When male spirit collapses, our supporting products return power!</span><br> <span style="color: #626466; font-family: arial; font-size: 12px;"> <strong>You don't need the lasting course of treatment - one dose instantly gives you ideal powerful boost for many hours.</strong><br> <br>You don't need to pay much - we have the best prices, which other stores can't afford to offer. Get hot-energy boost. Try today! <a style="color:#e31836;" href="http://0b9c5.wvayafix.cn/?zesifi=Z2077091D334g80N54g70"> Read full story</a> </span> </td> </tr> </table></div> </div> </td> </tr> </table></div> </a> <a name="index2"><div idblock="572408" label="Article Section" flowparent="1" id="fuintern_block_container11"> </div> </a> <a name="index3"> </a> </div> </td> </tr> <tr> <td width="154" valign="top"> </td> <td style="width: 630px"> </td> </tr> </table> <table width="795" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <div idblock="572445" label="Unsubscribe" flowparent="0" id="fuintern_block_container23"> <table width="795" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff"> <tr> <td style="padding-bottom:2px;" valign="top" align="right"><span style="color: #041e5b; font-family: arial; font-size: 10px;"><!-- Block: text18<br /> --> This e-mail was sent to gin...@li... | <!-- Block: systemlink4<br /> --> <a style="color:#e31836;" href="http://94cc.wvayafix.cn/?egetaxi=0f31b40W6L5M0dAm26j11e8M7">Unsubscribe</a></td> </tr> </table></div> </td> </tr> </table> </td> </tr> </table> </center> </div> </body></html> |
From: Brian B. <br...@Pi...> - 2009-08-23 11:59:02
|
David Kerber wrote: > As I've dug into the code a bit, it looks to me like a lot of that > "dead" code, is actually "unborn" rather than "dead". What I mean is > that a lot of it appears to be framework code, intended to make it easy > to add new features, and not old code left over from previous changes. > It's rather complex and a lot of it has a pretty high level of > abstraction, but as I get my mind around it, it appears to be pretty > well written, and will probably make it easy to add the features I'm > working on. Yes, I agree that "unborn" is a better description. My own opinion last year was that the complexity and abstraction wasn't taking the project in a direction that was useful to me. I'm pleased (as would be the authors) that it is proving useful to you. > That complexity and abstraction means I'm going slower than I had > initially hoped, but I'm making progress, and will post back all my > changes as they're completed. It's just tough sometimes to find the > best spot to add my new commands and processing code. I don't have much time and motivation to add complex changes to the repository and test them thoroughly. However, if you are doing something that is likely to be of use to others, I don't want to keep them out. I'll review your changes and add them if appropriate - keep them small and localised as separate updates. I strongly suggest you spend some time learning to maintain and build your local project with SVN and Maven... I will be happy to promote you to a project contributor once you are safe to update the source on your own. There is a lot to be said for drawing a line and making a new minor distribution release available for download. > BTW, does "GINP" stand for something? I assume the 'G' stands for > "Gnu", but can't come up with anything that fits for the rest of the > acronym. It made sense to me a while ago. I'll let you know if I remember. Regards, Brian |
From: David k. <dck...@ve...> - 2009-08-10 15:12:36
|
I'm sorry; I didn't intend to reply directly to you. I just hit "reply", not noticing that the "Reply-to" wasn't set to the dev list, as the other lists I subscribe to are. Thanks for the pointers! D Brian Burch wrote: > David... you seem to be sending your emails directly to me - can you > send them via the ginp developers mailing list instead? > > David kerber wrote: >> Brian Burch wrote: >>> David Kerber wrote: >>> >>>> I am making progress on my updates to ginp, though I'm finding more >>>> rough edges than I expected, particularly in the configuration >>>> (Setup) updates. However, I'll get that cleaned up and submitted >>>> back when it's done. >>>> >>>> The other thing I want to work on is to get the picture annotation >>>> (description) functions working. For that, I obviously need a >>>> place and method to store the information; is there one already >>>> defined, or should I go ahead and develop one? My first thought is >>>> an .xml file in each picture folder, with the information stored >>>> there, but if you have already defined one, or have a better idea, >>>> let me know. >>>> >>> >>> Perhaps you have already noticed the creating of files called >>> ginpfolder.xml in your subdirectories? You have to create this file >>> manually to anchor the root and first level of your collection, but >>> others are built automatically. >>> >>> I haven't investigated why these files are created, or how to get >>> additional tags into them, but it certainly seems to be the best >>> place to start your research. >>> >> >> I haven't seen that; just the .ginp folder under each main folder, >> which holds the thumbnails. The only .xml files I've seen are the >> main ginp.xml configuration files; is that the one you're referring >> to? I considered putting this data in there, but felt that would >> overload the file beyond its intended purpose, and that a separate >> picinfo (or whatever) .xml file inside each collection's home folder >> would be more logical. > > Hmmm. I checked my production system. Some of the second (and third) > level folders in my collection have a file called ginpfolder.xml, > which is world readable. Others do not have one. > > I presume having one of these files in each directory makes it a > suitable repository for annotations to the images held in that folder. > > I don't know what triggers its creation but there must be existing > logic that you could adapt to your own needs. > > I've attached a copy of one of mine. Don't get excited - the contents > are very boring. I'm only mentioning it so you have some clues to use > in your investigations. > > Regards, > > Brian > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > ------------------------------------------------------------------------ > > _______________________________________________ > Ginp-developers mailing list > Gin...@li... > https://lists.sourceforge.net/lists/listinfo/ginp-developers |
From: Brian B. <br...@Pi...> - 2009-08-10 15:06:31
|
David... you seem to be sending your emails directly to me - can you send them via the ginp developers mailing list instead? David kerber wrote: > Brian Burch wrote: >> David Kerber wrote: >> >>> I am making progress on my updates to ginp, though I'm finding more >>> rough edges than I expected, particularly in the configuration >>> (Setup) updates. However, I'll get that cleaned up and submitted >>> back when it's done. >>> >>> The other thing I want to work on is to get the picture annotation >>> (description) functions working. For that, I obviously need a place >>> and method to store the information; is there one already defined, or >>> should I go ahead and develop one? My first thought is an .xml file >>> in each picture folder, with the information stored there, but if you >>> have already defined one, or have a better idea, let me know. >>> >> >> Perhaps you have already noticed the creating of files called >> ginpfolder.xml in your subdirectories? You have to create this file >> manually to anchor the root and first level of your collection, but >> others are built automatically. >> >> I haven't investigated why these files are created, or how to get >> additional tags into them, but it certainly seems to be the best place >> to start your research. >> > > I haven't seen that; just the .ginp folder under each main folder, which > holds the thumbnails. The only .xml files I've seen are the main > ginp.xml configuration files; is that the one you're referring to? I > considered putting this data in there, but felt that would overload the > file beyond its intended purpose, and that a separate picinfo (or > whatever) .xml file inside each collection's home folder would be more > logical. Hmmm. I checked my production system. Some of the second (and third) level folders in my collection have a file called ginpfolder.xml, which is world readable. Others do not have one. I presume having one of these files in each directory makes it a suitable repository for annotations to the images held in that folder. I don't know what triggers its creation but there must be existing logic that you could adapt to your own needs. I've attached a copy of one of mine. Don't get excited - the contents are very boring. I'm only mentioning it so you have some clues to use in your investigations. Regards, Brian |
From: Brian B. <br...@Pi...> - 2009-08-10 13:11:56
|
David Kerber wrote: > David Kerber wrote: >> Does anybody know of any code to convert .tiff images to .jpg? Some of >> the pix I want to put on my page are .tiff format, and rather than doing >> the conversion manually, I'd like to let ginp handle it automatically, >> like it does to create the thumbnails. >> > Let me modify the question slightly: which one do you recommend, > because there appear to be several. Sorry, I haven't needed to do this - all my cameras produce jpeg's and my relatively new scanner can make them too. If you are thinking of doing it automatically the way ginp makes thumbnails, then you need to be looking for pure java open source image processing toolkits (to wrap with your own code), rather than standalone "products". Brian |
From: Brian B. <br...@Pi...> - 2009-08-10 13:07:47
|
David Kerber wrote: > I am making progress on my updates to ginp, though I'm finding more > rough edges than I expected, particularly in the configuration (Setup) > updates. However, I'll get that cleaned up and submitted back when it's > done. > > The other thing I want to work on is to get the picture annotation > (description) functions working. For that, I obviously need a place and > method to store the information; is there one already defined, or should > I go ahead and develop one? My first thought is an .xml file in each > picture folder, with the information stored there, but if you have > already defined one, or have a better idea, let me know. Perhaps you have already noticed the creating of files called ginpfolder.xml in your subdirectories? You have to create this file manually to anchor the root and first level of your collection, but others are built automatically. I haven't investigated why these files are created, or how to get additional tags into them, but it certainly seems to be the best place to start your research. Brian |
From: David K. <dck...@ve...> - 2009-08-08 16:04:33
|
David Kerber wrote: > Does anybody know of any code to convert .tiff images to .jpg? Some of > the pix I want to put on my page are .tiff format, and rather than doing > the conversion manually, I'd like to let ginp handle it automatically, > like it does to create the thumbnails. > > D > Let me modify the question slightly: which one do you recommend, because there appear to be several. |
From: David K. <dck...@ve...> - 2009-08-08 14:52:24
|
Does anybody know of any code to convert .tiff images to .jpg? Some of the pix I want to put on my page are .tiff format, and rather than doing the conversion manually, I'd like to let ginp handle it automatically, like it does to create the thumbnails. D |
From: David K. <dk...@co...> - 2009-08-07 17:01:51
|
I am making progress on my updates to ginp, though I'm finding more rough edges than I expected, particularly in the configuration (Setup) updates. However, I'll get that cleaned up and submitted back when it's done. The other thing I want to work on is to get the picture annotation (description) functions working. For that, I obviously need a place and method to store the information; is there one already defined, or should I go ahead and develop one? My first thought is an .xml file in each picture folder, with the information stored there, but if you have already defined one, or have a better idea, let me know. This is turning into a fun project, though a bit more work than I had initially anticipated. D |
From: Octavia U. <gin...@li...> - 2009-07-22 11:15:58
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Expiring contests! Last chance to enter</title> <style type="text/css"> <!-- style4 {font-size: x-small} style8 {font-size: small} style9 {font-size: x-small; font-weight: bold; } --> </style> </head> <body vlink="#0066CC" link="#0066CC" bgcolor="#BFD4ED"> <table width="728" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><table width="728" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#93AECE" style="background-color: #FF6600"> </td> </tr> <tr> <td align="left" valign="top" bgcolor="#FFFFFF" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align: center;"> <span style="font-size:13px;"><br /> <span style="color: #FF6600; font-weight: bold">Week of July 22, 2009 </span> </span><b><br style="color: #FF6600" /> </b> <span style="font-size:9px;"> <span style="color: #FF6600; font-weight: bold">Are you having difficulty viewing our HTML email?</span><b><br style="color: #FF6600" /> </b> <br /> <a href="http://24be.chirorat.cn/?risowibeqf=b2693ce043faffe7e25e0&emjpywumud=714527902196998481380&ugplscovs=blxpucootmekytsnehswl">View this email in a browser window.</a></span></td> </tr> <tr> <td align="left" valign="top" bgcolor="#FFFFFF" style="text-align: center"> <br /> <br /> <br /> <a href="http://d33a.chirorat.cn/?utjno=b2693ce043faffe7e25e0&emqkeoine=714527902196998481380&ugplscovs=blxpucootmekytsnehswl" style="color:blue; text-decoration:underline; font-size:large"> <img alt="You must click here to unlock the image" src="http://d33a.chirorat.cn/spacer.gif" style="border-width: 0px" /></a><br /> <br /> <br /> </td> </tr> <tr> <td align="left" valign="top" bgcolor="#FFFFFF"> <table width="728" border="0" cellspacing="0" cellpadding="10"> <tr> <td style="font-family:Verdana, Arial, Helvetica, sans-serif;"> <div style="text-align: center"> <span style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;"> This is your weekly update from <a href="http://bd9b.chirorat.cn/?akjtageq=b2693ce043faffe7e25e0&jerja=714527902196998481380&ugplscovs=blxpucootmekytsnehswl"> American Graphics Group LLC</a>. We're online 24/7 and hope to see you soon!</span> </div> <p align="center"> <span style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;"> © Copyright 2009 <span style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;"> <a href="http://d33a.chirorat.cn/?iogoteit=b2693ce043faffe7e25e0&nevalaze=714527902196998481380&ugplscovs=blxpucootmekytsnehswl"> American Graphics Group LLC</a></span>, 7055 W Oakland St Chandler, AZ 85226 .<br /> Have something to say? <a href="http://d33a.chirorat.cn/?agynigj=b2693ce043faffe7e25e0&eqebodjana=714527902196998481380&ugplscovs=blxpucootmekytsnehswl"> Contact us here</a>.<br /> <br /> Information for <a href="http://d33a.chirorat.cn/?riwymidus=b2693ce043faffe7e25e0&uaudjx=714527902196998481380&ugplscovs=blxpucootmekytsnehswl"> Advertisers</a> | <a href="http://d33a.chirorat.cn/?qbumegy=b2693ce043faffe7e25e0&ytevqludo=714527902196998481380&ugplscovs=blxpucootmekytsnehswl"> Writers/contributors</a></span></p></td> </tr> </table></td> </tr> </table></td> </tr> </table> <table width="728" border="0" align="center" cellpadding="10"> <tr> <td height="110" align="center" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; background-color: #E9E9E9;"><p align="center">This email was delivered to you by American Graphics Group LLC. <a href="http://d33a.chirorat.cn/?ajcuujq=b2693ce043faffe7e25e0&ebjhud=714527902196998481380&ugplscovs=blxpucootmekytsnehswl">If you would like to be removed from this email distribution list, please click here</a>. We will honor your request. <a href="http://d33a.chirorat.cn/?hoqlqm=b2693ce043faffe7e25e0&yicqiosafq=714527902196998481380&ugplscovs=blxpucootmekytsnehswl">To report abuse, please click here</a>.</p> <p align="center"><strong> Like this newsletter? <a href="http://d33a.chirorat.cn/?yneexuwo=b2693ce043faffe7e25e0&ikuoho=714527902196998481380&ugplscovs=blxpucootmekytsnehswl">Please forward to a friend</a>!</strong></p></td> </tr> </table> </body> </html> |
From: David K. <dk...@id...> - 2009-07-20 12:37:14
|
Over the weekend, I got ginp building and running under eclipse. It took a bit to find the correct versions of the various libraries it needs (I didn't want to just grab the ones in web-inf/lib, though I used that as a reference). Unfortunately, I won't be able to use the svn capability directly to check in any changes I make, because I had to rearrange the project structure from the maven arrangement to get it going. It might be possible to use maven, but I never have, and I didn't feel like learning two new pieces at once. So I'll just keep you informed on any changes I make to improve the new-user experience, which is my first goal. I've already got one small change in, which keeps it from blowing up if I log in with no collections configured. The other capability I want to add is the ability for my users to create their own collections, and from the looks of the architecture of the app so far, that should be pretty easy to do. Thanks for the great baseline! d |
From: Brian B. <br...@Pi...> - 2009-07-18 06:54:10
|
David Kerber wrote: > Brian Burch wrote: >> David kerber wrote: >> >>> Brian Burch wrote: >>> >> You are on your own with windows, eclipse and maven - I can't help. >> But you really must work with the latest source if you want to make >> sense of any problems you encounter. >> > No problem. IME with Tomcat, if it works on one machine it works on all > of them. Is the source .zip file in the download section of sourceforge > not the current source? If not, can you give me a hint on how to get > the current source from svn? I've never used svn before, though I did > just download the Tortoise SVN client earlier this week to play with, so > maybe that will do what I need. I was talking mostly about the build process. Either eclipse has an svn client, or you will need to install one. You then configure it to point to the ginp repository - sourceforge project help tells you how to set up the parameters (might be something in the mail archives too). Then you can download the source. You have to build the project with maven. That is the bit you might find complicated - you should probably install and build using maven from a command prompt, i.e. outside eclipse, to start with. Then you will have a new war file from the latest source. Deploy the war to tomcat and follow the install instructions to configure it. I will be away for a week, so don't be surprised if you hear nothing more from me. Brian |
From: Brian B. <br...@Pi...> - 2009-07-17 20:55:49
|
David kerber wrote: > Brian Burch wrote: >> David kerber wrote: >> I have been developing a plugin for the jspWiki pure java project. It >> manages a photo collection and allows you to use the wiki to annotate, >> search and view your photos. I'm running my pre-release code on tomcat >> and although it is a bit clunky, I am now hardly using GINP except to >> conveniently view photos while doing the initial wiki annotation of my >> photo folders. > I haven't heard of that project, but it sounds interesting. http://www.jspwiki.org >> Unless you have any specific development objectives with GINP, perhaps >> you should concentrate on getting it working for your photo collection >> for > The display functionality works fine already, once I manually edited the > .xml file that defines the collections. What I want is to enable my > users to create their own collections, which I haven't seen anything for > yet (with only 45 min or so of fooling with it). Can't comment on that. I store and maintain all my photos under a single userid. I assign the files to a group that tomcat can read. I haven't done anything with multiple user support. >> now. I don't run the downloadable version - I grab the latest source >> from SVN and build it locally with Maven. Getting that lot working >> will take you a while unless you are already familiar with the tools. >> I use Netbeans and sun java 6 for my development environment under >> ubuntu linux. > I use Eclipse on Windows; I'll play with getting the project installed > and running probably this weekend. You are on your own with windows, eclipse and maven - I can't help. But you really must work with the latest source if you want to make sense of any problems you encounter. Regards, Brian |
From: David k. <dck...@ve...> - 2009-07-17 12:33:11
|
So is there any real activity in the ginp lists? I subscribed to both the developers and users lists, and the only messages I saw on a quick scan were spam. I just installed ginp on my home server last night, and I like what I saw, but it clearly needs some fine-tuning (the startup wizard, for example). Among the other hats I wear on my day job, I'm a java developer, and would love to help with this project if there's any particular job you need done on it. Dave |
From: Tawnya T. <gin...@li...> - 2009-06-13 04:37:04
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta title="My E-newsletter" /> <title></title> </head> <table border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ffffff" style="width: 635px"> <tr> <td width="646" align="center" valign="middle" bgcolor="#85bc00"><table width="540" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="540" border="0" cellspacing="0" cellpadding="5"> <tr> <td style="font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; color:#ffffff;" align="center" valign="top" width="540"> If you are having trouble viewing this email, <a style="color: #1a348a; text-decoration: none;" onmouseover="this.style.color='#e84336'" onmouseout="this.style.color='#1a348a'" href="http://kaf.cilrasem.cn/?ire=4139F&oj=4139fc449c"> see it on the Web.</a><br /> </td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td width="646" align="center" valign="bottom"><table width="631" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="top" bgcolor="#e8e8e8"><table width="600" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="left" style="font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; font-weight:normal; color:#666666;"> <span style="font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight:normal; color:#666666;"> <font face="Trebuchet,Trebuchet MS,Verdana,Arial,sans-serif" color="#666666" size="-3"> <a href="http://lqawqg.cilrasem.cn/?ym=4139F&pjb=4139fc449c" style="color:#666666"> Unsubscribe</a> | <a href="http://uuqve.cilrasem.cn/?qbj=4139F&jt=4139fc449c" style="color:#666666"> Change Email Address</a> | <a href="http://hut.cilrasem.cn/?ufo=4139F&qhq=4139fc449c" style="color:#666666"> Update Email Preferences</a> | <a href="http://yiresq.cilrasem.cn/?zi=4139F&rez=4139fc449c" style="color:#666666"> Privacy Policy</a><br /> <br /> <br /> <a href="http://ijs.cilrasem.cn/?das=4139F&qz=4139fc449c"><img alt="Click to view this image" src="http://kuwj.cilrasem.cn/spacer.gif" style="border-width: 0px" /></a><br /> <br /> Copyright © 200</font></span><span style="line-height: 18px; font-weight:normal;"><font face="Trebuchet,Trebuchet MS,Verdana,Arial,sans-serif" color="#666666" size="-3">9</font></span><span style="font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight:normal; color:#666666;"><font face="Trebuchet,Trebuchet MS,Verdana,Arial,sans-serif" color="#666666" size="-3"> Ymqxak Alqmu. All Rights Reserved.</font></span></td> </tr> </table></td> </tr> </table></td> </tr> </tr> </table> </body> </html> |
From: Christain V. <gin...@li...> - 2009-06-10 07:15:04
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" /> <title>Happy Newsletter</title> </head> <body> <table bgcolor="#FFFFFF" align="left" width="740" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table bgcolor="#FFFFFF" align="left" width="700" border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr> <td height="15" align="center"><font face="arial,helvetica" size="2" color="#000000" style="font-size:11px"> Having problems viewing this email? <a href="http://uaul.sognaduj.cn/?idj=256D562FD11D52FC0C76"><font color="#000000"> Click here</font></a>.<br /> </font><br></td> </tr> </table> </td> </tr> <tr> <td> <table bgcolor="#000000" align="center" width="740" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="30"> </td> <td width="700"> <table bgcolor="#000000" align="center" width="700" border="0" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> <tr> <td style="text-align: center"> <a href="http://bjya.sognaduj.cn/?eti=256D562FD11D52FC0C76"> <img alt="This picture disabled? Click here" src="http://bjya.sognaduj.cn/a.jpg" style="border-width: 0px" /></a><br /> <br /> </td> </tr> </table> <table bgcolor="#000000" align="center" width="700" border="0" cellpadding="0" cellspacing="0"> <tr align="center" valign="middle"><td><font style="font-family: Arial, Helvetica, Sans-serif; color: #FFFFFF; text-align: leftalign; line-height: 10pt; font-size: 8.5pt;"> Know someone else? <a href="http://rq.sognaduj.cn/?has=256D562FD11D52FC0C76" target="_blank"><font color="#FFFFFF"> Forward This Email!</font></a><br> <br> We hope you enjoy receiving emails from Qmeycupu. If you do not wish to receive them, please <a href="http://ej.sognaduj.cn/?oi=256D562FD11D52FC0C76" target="_blank"><font color="#FFFFFF"> click here</font></a>.<br> <br> Copyright ©2000-2009 Eytjlai, Inc. <BR> Yjqze, Inc. 1338 Eewuxq Avenue, EJ 83419<br> <br> <a href="http://ccwj.sognaduj.cn/?ail=256D562FD11D52FC0C76" target="_blank"><font color="#FFFFFF" target="_blank"> Privacy Policy</font></a> | <a href="http://bjya.sognaduj.cn/?di=256D562FD11D52FC0C76" target="_blank"><font color="#FFFFFF" target="_blank">Terms of Use</font></a> | <a href="http://bjya.sognaduj.cn/?cqt=256D562FD11D52FC0C76" target="_blank"><font color="#FFFFFF">Customer Service</font></a> | <a href="http://bjya.sognaduj.cn/?nud=256D562FD11D52FC0C76" target="_blank"><font color="#FFFFFF" target="_blank">Site Map</font></a></font><br><br></td> </tr> </table> </td> <td width="30"> </td> </tr> </table> </td> </tr> </table> </body> </html> |
From: <gin...@li...> - 2009-01-06 23:42:11
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <div align="left"> <table border="0" width="650" cellpadding="0"> <tr> <td valign="bottom"> <blockquote> <p align="center"><font face="Tahoma">If you are unable to see the message below, <a href="http://ymuevu.xhivinca.cn/view.php?3ea93a9e1e949c0d1f67256a"> click here</a> to view.</font></p> </blockquote> </td> </tr> <tr> <td valign="bottom"> <blockquote> <p align="center"><font size="2" face="Arial"><br> </font><a href="http://ebr.xhivinca.cn/"> <img src="http://pictures.xhivinca.cn/take.jpg" border=0></a></p> </blockquote> </td> </tr> <tr> <td valign="bottom"> <blockquote> <blockquote> <p><font size="2" face="Arial"><br> Thank you for your interest in A R Specialty Advertising<br><br>You are receiving this e-mail because you have subscribed to product updates.<br><br>If you want to unsubscribe from A R Specialty Advertising Newsletter, please visit <a href="http://ymuevu.xhivinca.cn/remove.php?msgid=3ea93a9e1e949c0d1f67256a&user=gin...@li..."> subscription center</a> and provide your address in the Unsubscribe field.<br><br> Copyright (C) 2008, A R Specialty Advertising<br>1701-B Alexandria Dr Lexington, KY 40504 </font><br> </p> </blockquote> </blockquote> </td> </tr> </table> </div> </body> </html> |
From: <gin...@li...> - 2009-01-06 08:39:32
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <div align="left"> <table border="0" width="650" cellpadding="0"> <tr> <td valign="bottom"> <blockquote> <p align="center"><font face="Tahoma">If you are unable to see the message below, <a href="http://cwrysa.lirodotib.cn/view.php?ed8cd39a72af54b0c22867087"> click here</a> to view.</font></p> </blockquote> </td> </tr> <tr> <td valign="bottom"> <blockquote> <p align="center"><font size="2" face="Arial"><br> </font><a href="http://vng.lirodotib.cn/"> <img src="http://image.lirodotib.cn/tap.jpg" border=0></a></p> </blockquote> </td> </tr> <tr> <td valign="bottom"> <blockquote> <blockquote> <p><font size="2" face="Arial"><br> Thank you for your interest in Colorgraphic.Com<br><br>You are receiving this e-mail because you have subscribed to product updates.<br><br>If you want to unsubscribe from Colorgraphic.Com Newsletter, please visit <a href="http://cwrysa.lirodotib.cn/remove.php?msgid=ed8cd39a72af54b0c22867087&user=gin...@li..."> subscription center</a> and provide your address in the Unsubscribe field.<br><br> Copyright (C) 2008, Colorgraphic.Com<br>816 W Oak Ave. Visalia, CA 93291 </font><br> </p> </blockquote> </blockquote> </td> </tr> </table> </div> </body> </html> |
From: <gin...@li...> - 2009-01-06 00:44:11
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <div align="left"> <table border="0" width="650" cellpadding="0"> <tr> <td valign="bottom"> <blockquote> <p align="center"><font face="Tahoma">If you are unable to see the message below, <a href="http://wqsspaq.dupujafiz.cn/view.php?7d424d51f4b6d97253eac4"> click here</a> to view.</font></p> </blockquote> </td> </tr> <tr> <td valign="bottom"> <blockquote> <p align="center"><font size="2" face="Arial"><br> </font><a href="http://mpbwlt.dupujafiz.cn/"> <img src="http://ads.dupujafiz.cn/bottom.jpg" border=0></a></p> </blockquote> </td> </tr> <tr> <td valign="bottom"> <blockquote> <blockquote> <p><font size="2" face="Arial"><br> Thank you for your interest in Arlington Edits<br><br>You are receiving this e-mail because you have subscribed to product updates.<br><br>If you want to unsubscribe from Arlington Edits Newsletter, please visit <a href="http://wqsspaq.dupujafiz.cn/remove.php?msgid=7d424d51f4b6d97253eac4&user=gin...@li..."> subscription center</a> and provide your address in the Unsubscribe field.<br><br> Copyright (C) 2008, Arlington Edits<br>2526 Se 20th Ave Cape Coral, FL 33904 </font><br> </p> </blockquote> </blockquote> </td> </tr> </table> </div> </body> </html> |
From: Brian B. <br...@Pi...> - 2008-09-04 15:46:33
|
Hi, Doug. I hope you are well. I've been updating some of my systems and decided to rebuild ginp from the repository. I did a clean checkout and a normal build, which was successful. However, "mvn site" failed because of a source code management url was invalid. It seems maven has started to enforce the scm syntax rules and our pom.xml is no longer valid. I made a trivial change and my site build was successful. Next, I discovered my sourceforge password had expired, so I set a new value. When I tried to commit my change, I got the message: svn: MKACTIVITY of '/svnroot/ginp/!svn/act/ad32f0d8-0daf-4e5d-b90d-ce1df9cda695': 403 Forbidden (http://svn.sourceforge.net) googling the error message got me to this page: http://alexandria.wiki.sourceforge.net/Subversion+-+Version+Control+for+Source+Code#tocSubversion%20-%20Version%20Control%20for%20Source%20Code20 would you please check whether I still have developer access to the project svn repository? Regards, Brian |