简体   繁体   中英

Is there any way to import a .CAR file (WSO2) to Eclipse Developer Studio?

I need to import a .CAR file to Eclipse Developer Studio.

This .CAR file was generated from Enterprise Service Bus Project (wso2).

Is there any way to do this?

Not directly, but you can extract the .car (using 7zip or renaming to .zip) and import the the artifacts one by one in your project. Note: many artifacts can be imported not using 'import' but using 'new->select from file'.

I'm afraid but AFAIK there is no option to import a .CAR file to Dev Studio. CAR file is just a deploy able archive file, which packs deploy able artifacts into a single file.

With Integration Studio 8 and your project file ranamed from .car into .zip:

File | Open Project from File System... | Archive...

This allows you to edit all artifacts by means of Integration Studio's GUI panels though you cannot run the project. Don't even try the Export to Archive File in Integration Studio but after editing the artifacts, zip all of the their folders again in the filesystem to bring back the project .zip file, then manually rename it to .car and import it in WSO2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM