How to use script to build IntelliJ Idea project to a jar -


i have created intellij idea (community edition) java project. project quite simple. contains main() method, uses 2 jars dependencies. created artifact project build jar.

my question there way build jar using script? because want add build process existing build script.

thanks

idea doesn't code on own, counts on default tools provided sdk. in short, need javac , jar packaging.


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -