how to extract jar from obr?

Christopher Cody Welch January 12, 2016

For the purpose of automation, I would like to extract the .jar files from an .obr. How is this done?

2 answers

1 accepted

6 votes
Answer accepted
Sam Omidi September 7, 2016

If you have myfile.obr for instance,

change the extension .obr to .zip as myfile.zip

and unzip it like any other compressed file. 

2 votes
Joe Clark
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 12, 2016

An OBR is just a zip file.  Any zip extractor will be able to handle it, including command-line tools like unzip.

 

Suggest an answer

Log in or Sign up to answer