본문 바로가기

dev/build-tool4

[build-tool] Eclipse에 git 관련 설정하기 Git repository 관련 설정    상단의 Window 클릭  Show View 클릭   Other 클릭     git 검색   Git Repositories 선택     이미 깃 리포지토리인 디렉토리 이기 때문에깃과 관련된 정보들을 확인할수 있다. 이미 깃 리포지토리인 디렉토리 이기 때문에깃과 관련된 정보들을 확인할수 있다.  History 관련 설정하기 Working Tree 우클릭   Show In 클릭 후, History 클릭  Eclipse하단에 아래와 같이 Commit History를 확인할 수 있다.   Git "staging", "commit" ,"push", "pull" 관련 설정하기    Window 클릭   Show View 클릭     Other 클릭     git 검색Git.. 2024. 8. 23.
[build-tool] java - jar 파일 실행하기 https://stackoverflow.com/questions/9689793/cant-execute-jar-file-no-main-manifest-attribute Can't execute jar- file: "no main manifest attribute"I have installed an application and when I try to run it (it's an executable jar) nothing happens. When I run it from the command line with: java -jar "app.jar" I get the following mess...stackoverflow.com  https://ioflood.com/blog/no-main-manifest-att.. 2024. 5. 24.
[build-tool] gradle 및 maven 으로 jar 파일 생성하기 https://www.youtube.com/watch?v=tKdFrVzDLV4    https://www.youtube.com/watch?v=870XIYMrlSo      https://www.youtube.com/watch?v=uNOcwMuVWP4 2024. 5. 24.
[build-tool] gradle - Command https://docs.gradle.org/8.7/userguide/command_line_interface.html Command-Line Interface ReferenceGradle provides several built-in tasks which show particular details of your build. This can be useful for understanding your build’s structure and dependencies, as well as debugging problems. Running the projects task gives you a list of the subprojectsdocs.gradle.org 2024. 5. 24.