dense-analysis / dense-analysis/ale

Completely custom command for javac?

Open
#3,355 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Vim Script
Stars
14k
Forks
1.5k
Avg merge
17h 49m
Merged PRs (30d)
1

Description

I'm working on a project with a specialized Java environment that lives within a VM. I've set up SSH with port forwarding, and I can easily run commands from the parent OS like this:

```
ssh -p 2222 landon@localhost
```

Is it possible to override the `javac` command to use SSH? Something link this?

```
ssh -p 2222 landon@localhost javac -Xlink -classpath
```

Is it possible to override the classpath command? My project is using Gradle for its build system, but the modules are only located in a couple of places, and running Gradle is adding a few seconds of overhead for this project.

Thanks!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.