Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

customize build directory #747

Open
alt-vena opened this issue Aug 8, 2018 · 1 comment
Open

customize build directory #747

alt-vena opened this issue Aug 8, 2018 · 1 comment

Comments

@alt-vena
Copy link

alt-vena commented Aug 8, 2018

Hi, I am using lsp-mode (emacs) with a spring webapp. To use the auto redeploy feature of spring devtools it needs to see changes to the classpath. Our app places all classes in build/classes/java/main/... . The language server puts the classes in bin/main/... . Anyway to specify the path to the classes so that it build to the same path? By the looks of it the path is hardcoded here?

The skeleton build directory structure:

build
├── classes
│   └── java
│       └── main
│           └── no
│               └── myApp
│                   ├── SomeClass.class
├── resources
│   └── main
└── tmp

By the looks of it jdt also has a different structure by also adding other files to the build directory?

bin
├── main
│   ├── application-dev.properties
│   ├── application-prod.properties
│   ├── application-test.properties
│   ├── application.properties
│   ├── build.properties
│   ├── no
│   │   └── myApp
│   │       ├── SomeClass.class
└── test
    ├── log4j.properties
    └── no
        └── myApp
            ├── SomeClass.class

Also see here for previous discussion: emacs-lsp/lsp-java#44

@CsCherrYY
Copy link
Contributor

related to eclipse-buildship/buildship#1131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants