Skip to content

IntelliJ plugin for AdPlatform to ease patch upload

Notifications You must be signed in to change notification settings

startappdev/PatchWizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PatchWizard

IntelliJ plugin for AdPlatform to ease patch upload

This plugin compiles & upload all classes from the selected changelist

  • Configuration can be found at File->Settings->Tools

  • To execute run Code->Deploy to server

  • While debugging the plugin, logs are written to file idea.log, to view logs execute:

less +F /home/.IntelliJIdea2016.1/system/plugins-sandbox/system/log/idea.log

TODO List

  • Add dependencies to manifest more info
  • Compile files before upload via scp
  • Create parent directories as needed
  • Give upload permissions to destination directory (chmod -R 777 classes/), currently showing informative notification error
  • Support multiple servers upload (comma separated list in configuration)
  • Restart application server & notify when server is ready
  • Support .xml files upload

alt tag

About

IntelliJ plugin for AdPlatform to ease patch upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages