본문 바로가기

나 어제 배웠다/Eclipse

(6)
ant 파일 복사 및 FTP 전송 build.xml build.xml <project name="test" default="all" basedir="."> <property environment="env" /> <property name="jboss.dev.home" value="c:\test2" /> <property name="jboss.real.home" value="c:\test2" /> <property name="hudson.home" value="C:\test" /> <property name="ftp.server" value="localhost" /> <property name="ftp.userid" value="antuser" />..
메이븐(Maven) WEB-INF/lib jar 파일 추가 pom.xml 파일에 추가 한다. <!-- WEB-INF/lib/ 경로 설정 --> <properties> <webcontent-dir>${project.basedir}\src\main\webapp\WEB-INF\lib</webcontent-dir> </properties> <!-- RexToolkit add 2013.11.13 by hjh --> <dependency> <groupId>RexToolkit</groupId> <artifactId>RexToolkit</artifactId> <version>0...
메이븐(maven) 빌드시 tools.jar 못찾는 오류 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for egov:sims:war:1.0.0 [WARNING] 'build.plugins.pl..
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 1. The container Maven Dependencies references non existing library 'C:\Users\<userName>\.m2\repository\<package path>.jar' => Project Context Menu > Maven > Update Dependencies 2. Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" => Project Context Menu > Properties > Targeted Runtimes Check Apache Tomcat v7.0
HTML5 Aptana Plug-in Install http://download.aptana.com/studio3/plugin/install
Eclipse에 Class Diagram 플러그인 설치 1. eUML2 Studio Edition 다운 받기 => http://www.soyatec.com/euml2/installation/offline.php#offline 접속 => 이클립스 설치 버전을 확인하고 플러그인 다운 2. 이클립스 플러그인 설치 => 이클립스 실행 후 Help > Install New Software 메뉴 클릭 => Add 버튼을 클릭하고 => Name eUML(사용자 맘대로..) 작성하고 Archive 버튼을 ..