메이븐을 이용한 자바 프로젝트에서 Front End 코드 및 Node 와 Npm 구성을 위환 메이븐 pom.xml 파일이다. 4.0.0 info.m2sj jinte jar 1.0 Front-end compile ${basedir}/target ${artifactId}-${version} com.github.eirslett frontend-maven-plugin 1.10.0 install node and npm install-node-and-npm v14.0.0 6.14.4 npm install npm generate-resources install npm build npm generate-resources run build
svn 체크 아웃이 뭐 어렵다고 이걸 해매다가 성공했다. 우선 https를 이용해서 커맨드라인에서 체크아웃하는 명령어는 아래와 같다. svn checkout --username admin --password 1 https://${svn서버주소}:${port}/svn/${proejctname}/trunk 혹시라도 아래와 같은 명령어를 만나면 접근 주소가 올바르지 않을 확률이 높다. svn: E170013: Unable to connect to a repository at URL 'https:~~ ... svn: E175009: The XML response contains invalid XML svn: E130003: Malformed XML: no element found at line 1 정확한 서버 ..
맥북에 오랜만에 SVN 설치해서 사용할 일이 있어다. Svn을 설치하고 실행을 했는데 아래와 같은 오류 메세지를 만났다. xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools. See `man xcode-se..
- Total
- Today
- Yesterday