How To Avoid Auto Creation of (dir) folder while using VaultClipse | Community
Skip to main content
Level 4
March 7, 2016

How To Avoid Auto Creation of (dir) folder while using VaultClipse

  • March 7, 2016
  • 1 reply
  • 4492 views

Hi

While Migrating the code from CRXDElite to Eclipse, dir folders are getting created. Due to these folders I am facing lot of issues.

How can I avoid creating these folders while migrating code from Eclipse to CRXDELite.

Please help me out.

Regards,

Krishh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

smacdonald2008
Level 10
March 7, 2016

Are you referring to folders such as components /apps/sightly/components - where components is nt:folder? 

Level 4
March 8, 2016

smacdonald2008 wrote...

Are you referring to folders such as components /apps/sightly/components - where components is nt:folder? 

 

Hi Smac,

My apologies for late response. Yeah Smac, while import/exporting the apps/myproject/components from/to server (CRXDELite) .dir folders are getting created.

when I right click (components) in eclipse AEM->Export from Server ( dir files are getting created)

edubey
Level 10
March 8, 2016

Those folder will be created because you have folders in crx.

If you are cloning and want same data on eclipse you have to get those folder then only you can get data inside those

Please elaborate I am facing lot of issues.