Page 1 of 1

Build with maven with "caching" option

Posted: Wed Jan 16, 2013 12:19 am
by Chipo
Hi,

I use maven to build application. When I use "caching" option like that:

Code: Select all

<dependency>
	<groupId>com.stimulsoft</groupId>
	<artifactId>stimulsoft-viewer</artifactId>
	<version>${stimulsoft.reports.fx.version}</version>
	<type>swc</type>
	<scope>caching</scope>
</dependency>

...
I have error:

Code: Select all

Error: No signed digest found in catalog.xml of the library, C:\Users\bob.the.builder\.m2\repository\com\stimulsoft\stimulsoft-viewer\2012.3\stimulsoft-viewer-2012.3.swc. Compile the library with -create-digest=true and try again.
Without "caching" everything is fine but having this libraries cached is crucial for application load time, etc.

Can you please recompile libraries with digest.

Best regards.

Re: Build with maven with "caching" option

Posted: Wed Jan 16, 2013 6:20 am
by Vladimir
Hello,

Sorry, but this option is not supported, we tested it on the Flex SDK 4.0 and 4.5

Could you clarify which version of SDK you are using to compile? Is this option supported by your compiler?

Thank you.

Re: Build with maven with "caching" option

Posted: Wed Jan 16, 2013 11:10 pm
by Chipo
Hi,

I use 4.5.1.21328

Best regards

Re: Build with maven with "caching" option

Posted: Thu Jan 17, 2013 2:53 pm
by Vladimir
Hello,

We need additional time for testing.

Thank you.

Re: Build with maven with "caching" option

Posted: Tue Jan 22, 2013 8:26 am
by Vladimir
Hello,

Please try this libraries (see attached archive).
FXFLEX_2013.01.22_Trial.zip
(5.18 MiB) Downloaded 358 times
Thank you.

Re: Build with maven with "caching" option

Posted: Thu Jan 31, 2013 11:14 pm
by Chipo
Hi,

Bad news. I tried new libraries and still have:

Code: Select all

Error: No signed digest found in catalog.xml of the library, C:\Users\rustam.mingazov\.m2\repository\com\stimulsoft\stimulsoft-viewer\2013.01.22\stimulsoft-viewer-2013.01.22.swc. Compile the library with -create-digest=true and try again.

Error: No signed digest found in catalog.xml of the library, C:\Users\rustam.mingazov\.m2\repository\com\stimulsoft\stimulsoft-designer\2013.01.22\stimulsoft-designer-2013.01.22.swc. Compile the library with -create-digest=true and try again.

Error: No signed digest found in catalog.xml of the library, C:\Users\rustam.mingazov\.m2\repository\com\stimulsoft\ApiProvider_Java\2013.01.22\ApiProvider_Java-2013.01.22.swc. Compile the library with -create-digest=true and try again.
Best regards

Re: Build with maven with "caching" option

Posted: Fri Feb 01, 2013 1:42 pm
by Vladimir
Hello,

To compile the libraries, we used the 'compute-digest' key, which is set to True. We will try another options.
If you have any more information on how to compile the libraries with digest, please let us know.

Thank you.