Re: [imaging] IptcBlock is not public

2016-10-11 Thread sebb
On 10 October 2016 at 19:26, Gupta, Tapan  wrote:
> We are using snapshot for commons-imaging.
> Today when we ran maven clean package we got new snapshot jar and we are now 
> getting below error
>
> org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock is not public in 
> org.apache.commons.imaging.formats.jpeg.iptc; cannot be accessed from outside 
> package

Sorry, that was an error. Now fixed.
It looked like the class was not used outside the package.

Clearly the unit tests need enhancing.

> final List newBlocks = 
> metadata.photoshopApp13Data.getNonIptcBlocks();
> What is the alternative way to do above?
>
> 
> org.apache.commons
> commons-imaging
> 1.0-SNAPSHOT
> 

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[imaging] IptcBlock is not public

2016-10-11 Thread Gupta, Tapan
We are using snapshot for commons-imaging.
Today when we ran maven clean package we got new snapshot jar and we are now 
getting below error

org.apache.commons.imaging.formats.jpeg.iptc.IptcBlock is not public in 
org.apache.commons.imaging.formats.jpeg.iptc; cannot be accessed from outside 
package

final List newBlocks = 
metadata.photoshopApp13Data.getNonIptcBlocks();
What is the alternative way to do above?


org.apache.commons
commons-imaging
1.0-SNAPSHOT