vlt export command.
I am trying to export a component created in crx/de under apps/myProject/components/testComponent to eclipse workspace under src/main/content/jcr_root/apps/myProject/components//testComponent. using below command.
vlt export http://localhost:4502/crx apps/myProject/components/testComponent /apps/myProject.
and configured root in filter.xml as bleow.
<filter root="/apps/myProject" />
Its creating new folder structure jcr_root/apps/myProject/components/testComponent under src/main/content along with META-INF folder.
I just want to export the newly created testComponent in existing folder structure..
Please let me know what I am missing..