Re: [COMPRESS] .iwa files within latest iOS iWorks files?

2016-05-04 Thread Stefan Bodewig
On 2016-05-04, Allison, Timothy B. wrote:

> And the internet has answers...according to
> http://fileformats.archiveteam.org/wiki/IWA

> "However, the variant of Snappy that is used does not comply with the
> spec for that format, omitting the stream identifier and checksum."

Why? I'm not asking you, Tim, I just wonder why one would they invent
their own dialect of an existing format? The stream indetifier is a 14
bytes and the checksum is a few bytes per chunk that are actually
helpful.

> I've opened:
> https://issues.apache.org/jira/browse/COMPRESS-352

Thanks, I'll answer over there.

Stefan

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



Re: [SCXML] Next states

2016-05-04 Thread Woonsan Ko
Not sure about the use case, but maybe you can add a listener
(AbstractStateMachine#getEngine()#addListener(stateMachine, new
MyListener())).
If you get a TransitionalState in your listener, you may possibly get
all the available Transitions and TransitionTargets.

Regards,

Woonsan


On Sun, May 1, 2016 at 8:19 PM, Mansour Al Akeel
 wrote:
> Is there a way to get the next valid states or transitions ?
> I am working with AbstractStateMachine
>
> Thank you
>
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>

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



Re: [SCXML] Any release date

2016-05-04 Thread Woonsan Ko
Hi Mansour,

Sorry for late response.
There are some (radical) changes needed for 2.0, so it's getting
delayed. You can find more detail from Ate's message:
- http://markmail.org/thread/bb4ihxzhtprv675c

Regards,

Woonsan


On Sat, Apr 30, 2016 at 7:40 PM, Mansour Al Akeel
 wrote:
> Hello all,
>
> The website shows the latest unstable version is 2.0-SNAPSHOT.
>
> I am not sure the date the snapshot was updated but I can see
> extensive activity:
>
> https://git1-us-west.apache.org/repos/asf?p=commons-scxml.git
>
> Thanks to the development team. Are there any plans to release it any
> time soon ?
>
> Thank you
>
> -
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>

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



RE: [COMPRESS] .iwa files within latest iOS iWorks files?

2016-05-04 Thread Allison, Timothy B.
And the internet has answers...according to 
http://fileformats.archiveteam.org/wiki/IWA

"However, the variant of Snappy that is used does not comply with the spec for 
that format, omitting the stream identifier and checksum."

I've opened:
https://issues.apache.org/jira/browse/COMPRESS-352


-Original Message-
From: Allison, Timothy B. [mailto:talli...@mitre.org] 
Sent: Wednesday, May 4, 2016 8:46 AM
To: Commons Users List 
Subject: [COMPRESS] .iwa files within latest iOS iWorks files?

All,
  Over on Tika, we recently had a user post some new Apple iWorks files.  These 
are zips that now contain mostly .iwa files.  I found one mention on the 
internet that these might be snappy compressed, but I'm not having luck opening 
them.  I get only -1 with SNAPPY_RAW, and I get an exception with SNAPPY_FRAMED.
  The files are posted on our jira [0].
  Any recommendations?  Thank you.

  Best,

   Tim

[0] https://issues.apache.org/jira/browse/TIKA-1966

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



[COMPRESS] .iwa files within latest iOS iWorks files?

2016-05-04 Thread Allison, Timothy B.
All,
  Over on Tika, we recently had a user post some new Apple iWorks files.  These 
are zips that now contain mostly .iwa files.  I found one mention on the 
internet that these might be snappy compressed, but I'm not having luck opening 
them.  I get only -1 with SNAPPY_RAW, and I get an exception with SNAPPY_FRAMED.
  The files are posted on our jira [0].
  Any recommendations?  Thank you.

  Best,

   Tim

[0] https://issues.apache.org/jira/browse/TIKA-1966