Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Further strange VLT behaviour

Avatar

Level 2

When executing the following VLT command

vlt --credentials XX:XX export -v http://localhost:4502/crx / ./src/main/content

Using the following filter.xml

<?xml version="1.0" encoding="UTF-8"?>

<workspaceFilter version="1.0">

  <filter root="/tmp">

    <include pattern=".*\.gif"/>

</filter>

</workspaceFilter>

I  expected only nodes that end with .gif would get exported. As per the official Jackrabbit Filevault documentation here: Jackrabbit Filevault - Workspace Filter

It states:

Screen Shot 2018-01-16 at 15.58.40.png

However, what get's exported is this:

Screen Shot 2018-01-16 at 16.00.12.png

6 Replies

Avatar

Level 10

That is very strange and goes against what is documented. I will try and see if i get same result.

Avatar

Level 10

Post a screen shot of where your Filter file is located.

Avatar

Level 2

Yes it is strange indeed. We are using the this version:

Screen Shot 2018-01-17 at 08.45.58.png

I've tried the latest (version 3.1.42) however that returns a null pointer exception, I'm about to try version 3.1.40.

Here's where the filter file is located:

Screen Shot 2018-01-17 at 08.42.00.png

I wonder if this is related to this other unexpected behaviour I reported....

When exporting using VLT the behaviour changes for a specific workspace filter when adding another f...

Avatar

Level 2

Version 3.1.40 is giving me a null pointer exception too:

Screen Shot 2018-01-17 at 09.01.32.png

Avatar

Administrator

Request you to create a support ticket for this.



Kautuk Sahni