parse-ipr

Set CLASSPATH variable by parsing IntelliJ's .ipr file
Download

parse-ipr Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Kohsuke Kawaguchi
  • Operating Systems:
  • Windows All
  • File Size:
  • 13 KB

parse-ipr Tags


parse-ipr Description

Even with IntelliJ, it is often convenient to have a shell (or a command prompt) so that you can launch your program with various parameters. However, to do that, you have to set the CLASSPATH variable correctly, I used to do this by writing a little shell script, but then you have to maintain it as you add/remove libraries. All of those add up to a lot of efforts. This little tool makes this process painless by: 1. reading IntelliJ's .ipr file (which contains paths to all the important directories/jar files) 2. formatting the contents into ';' or ':' separeted CLASSPATH variable style, and then 3. printing that out to stdout (possibly into a few different formats for different flavors of shell.) Get parse-ipr and give it a try to see what it's really capable of!


parse-ipr Related Software