[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2012-07-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-03 Thread Damjan Jovanovic
I just committed new TIFF tag names to SVN, let me know how they work for you. The best time to add the new metadata methods is before the 1.0 release, since changing binary compatibility later will be harder. On Tue, Jul 3, 2012 at 10:16 PM, Farrukh Najmi wrote: > +1 on having the methods: > >

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-07-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: [collections] Cleanup of trunk

2012-07-03 Thread James Carman
Early adopters who can provide valuable feedback might run into the troubles we try to address by the package and group/artifact I'd changes. Other than that, I would agree that there doesn't seem to be any reason to change it now. Sent from tablet device. Please excuse typos and brevity. On Jul

[GUMP@vmgump]: Project commons-graph (in module commons-sandbox) failed

2012-07-03 Thread commons-graph development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-graph has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-07-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-digester3 has an issue affecting its community integration. This i

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2012-07-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-exec-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project commons-math (in module apache-commons) failed

2012-07-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-math has an issue affecting its community integration. This issue

Re: [jexl] using map as script parameter or local variable

2012-07-03 Thread henrib
Bug reproduced, thanks for the report. Tracked as https://issues.apache.org/jira/browse/JEXL-135 . Cheers, Henrib -- View this message in context: http://apache-commons.680414.n4.nabble.com/jexl-using-map-as-script-parameter-or-local-variable-tp4635832p4635864.html Sent from the Commons - Dev ma

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-07-03 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=23744&projectId=97 Build statistics: State: Failed Previous State: Failed Started at: Tue 3 Jul 2012 23:20:56 + Finished at: Tue 3 Jul 2012 23:24:15 + Total time: 3m 19s Build Trigger: Schedule Bu

Re: [collections] Cleanup of trunk

2012-07-03 Thread sebb
On 3 July 2012 22:43, Thomas Neidhart wrote: > On 07/03/2012 11:04 PM, Jörg Schaible wrote: >> Hi Thomas, >> >> Thomas Neidhart wrote: >> >>> Hi, >>> >>> I recently started to work more on collections and cleaning up the trunk >>> to make it a candidate for a release and would like to ask a few >>

Re: [collections] Cleanup of trunk

2012-07-03 Thread Thomas Neidhart
On 07/03/2012 11:04 PM, Jörg Schaible wrote: > Hi Thomas, > > Thomas Neidhart wrote: > >> Hi, >> >> I recently started to work more on collections and cleaning up the trunk >> to make it a candidate for a release and would like to ask a few >> questions: >> >> - there is still lots of javadoc mi

Re: [collections] Cleanup of trunk

2012-07-03 Thread Jörg Schaible
Hi Thomas, Thomas Neidhart wrote: > Hi, > > I recently started to work more on collections and cleaning up the trunk > to make it a candidate for a release and would like to ask a few > questions: > > - there is still lots of javadoc missing, moving the source code level >to Java 1.6 would

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-03 Thread Farrukh Najmi
+1 on having the methods: Imaging.getExifMetadata() Imaging.getIptcMetadata() Imaging.getXmpMetadata() It is is a good idea so one can access metadata-format-specific metadata in a metadata-format-specific way and handling all special needs of specific metadata formats. These methods should wo

Re: svn commit: r1356439 - /commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml

2012-07-03 Thread Simone Tripodi
sites have been redeployed as well... let's hope people will get involved, indeed :) http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Tue, Jul 3, 2012 at 9:43 AM, Benedikt Ritter wrote: > I'm happy to see t

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-03 Thread Damjan Jovanovic
I've also considered the metadata interfaces we use, and I am not sure the current approaches are any good. Most metadata formats are designed in a way specific to that format, eg. some have arbitrary levels of nesting, others have a flat structure, etc. But most are designed to be stored in any i

Re: [IMAGING] TagInfo and distinction between TagName and FieldName

2012-07-03 Thread Damjan Jovanovic
On Tue, Jul 3, 2012 at 9:03 PM, Farrukh Najmi wrote: > On 07/03/2012 01:56 PM, Damjan Jovanovic wrote: >> >> On Tue, Jul 3, 2012 at 3:48 PM, Farrukh Najmi >> wrote: >>> >>> On 07/02/2012 11:22 PM, Damjan Jovanovic wrote: On Mon, Jul 2, 2012 at 11:33 PM, Farrukh Najmi wrote: >

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-03 Thread Farrukh Najmi
Updated proposed patch with following new changes: * Add getValue() method to nested class IImageMetadataItem. These return the value of the item as an Object allowing for values of various types to be returned. On 07/03/2012 11:01 AM, Farrukh Najmi wrote: Moving this thread to dev list

Re: [IMAGING] TagInfo and distinction between TagName and FieldName

2012-07-03 Thread Farrukh Najmi
On 07/03/2012 01:56 PM, Damjan Jovanovic wrote: On Tue, Jul 3, 2012 at 3:48 PM, Farrukh Najmi wrote: On 07/02/2012 11:22 PM, Damjan Jovanovic wrote: On Mon, Jul 2, 2012 at 11:33 PM, Farrukh Najmi wrote: Hi Guys, I am new to the project so forgive me if the answer is obvious... I am working

Re: [IMAGING] TagInfo and distinction between TagName and FieldName

2012-07-03 Thread Damjan Jovanovic
On Tue, Jul 3, 2012 at 3:48 PM, Farrukh Najmi wrote: > On 07/02/2012 11:22 PM, Damjan Jovanovic wrote: >> >> On Mon, Jul 2, 2012 at 11:33 PM, Farrukh Najmi >> wrote: >>> >>> Hi Guys, >>> >>> I am new to the project so forgive me if the answer is obvious... >>> >>> I am working with latest svn bit

Re: svn commit: r1356580 - in /commons/proper/imaging/trunk: pom.xml src/changes/ src/changes/changes.xml src/changes/release-notes.vm

2012-07-03 Thread Damjan Jovanovic
On Tue, Jul 3, 2012 at 4:54 PM, sebb wrote: > On 3 July 2012 07:45, wrote: >> Author: damjan >> Date: Tue Jul 3 06:45:40 2012 >> New Revision: 1356580 >> >> URL: http://svn.apache.org/viewvc?rev=1356580&view=rev >> Log: >> Add a changelog for the maven-changes-plugin >> and populate it with all

Re: [IMAGING] Getting EXIF and IPTC metadata using metadata and image format neutral code

2012-07-03 Thread Farrukh Najmi
Moving this thread to dev list as it seems to be more appropriate there Attached is a patch to the IImageMetadata.java that reflects my revised proposal thinking this through in conjunction with the proposed solution in another

Re: [javaflow] Need help in fixing a problem in javaflow

2012-07-03 Thread Torsten Curdt
Hey Raji, thanks for the update! > I have fixed this for a specific scenario., i.e., in a specific scenario > where the class/method and object variables are local variables and I have > modified my code where I need a reflection continue to have the variables > as local variables. > > For now, I

Re: svn commit: r1356580 - in /commons/proper/imaging/trunk: pom.xml src/changes/ src/changes/changes.xml src/changes/release-notes.vm

2012-07-03 Thread sebb
On 3 July 2012 07:45, wrote: > Author: damjan > Date: Tue Jul 3 06:45:40 2012 > New Revision: 1356580 > > URL: http://svn.apache.org/viewvc?rev=1356580&view=rev > Log: > Add a changelog for the maven-changes-plugin > and populate it with all commits for the next release. > > > Added: > commo

Re: [jexl] using map as script parameter or local variable

2012-07-03 Thread sebb
On 3 July 2012 14:12, Kukosa, Tomas wrote: > Hello, > > I use jexl 2.1.1 and I can not access map passed as a script parameter. This is off-topic for the Commons dev mailing list Please subscribe to the user list and ask there. > When I have the script with 'stat' parameter and following code:

Re: svn commit: r1356439 - /commons/proper/commons-site/trunk/src/site/xdoc/sandbox/index.xml

2012-07-03 Thread Benedikt Ritter
I'm happy to see this commit ;-) I hope this will get us some more contributers. 2012/7/2 : > Author: simonetripodi > Date: Mon Jul 2 19:53:03 2012 > New Revision: 1356439 > > URL: http://svn.apache.org/viewvc?rev=1356439&view=rev > Log: > added beanutils2 in the sandbox list > > Modified: >

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2012-07-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-exec-test has an issue affecting its community integration. This i

Re: [IMAGING] TagInfo and distinction between TagName and FieldName

2012-07-03 Thread Farrukh Najmi
On 07/02/2012 11:22 PM, Damjan Jovanovic wrote: On Mon, Jul 2, 2012 at 11:33 PM, Farrukh Najmi wrote: Hi Guys, I am new to the project so forgive me if the answer is obvious... I am working with latest svn bits and the org.apache.commons.imaging.formats.tiff.taginfos.TagInfo class seems to on

[jexl] using map as script parameter or local variable

2012-07-03 Thread Kukosa, Tomas
Hello, I use jexl 2.1.1 and I can not access map passed as a script parameter. When I have the script with 'stat' parameter and following code: var a = state; ## OK var b = state[3]; ## ERROR the first assignment works OK but the second fails with the reason 'undefined variable state' Also

[GUMP@vmgump]: Project commons-jelly-tags-jmx (in module commons-jelly) failed

2012-07-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jelly-tags-jmx has an issue affecting its community integration. T