Hi Boris, The problem you are describing is not familiar to me. Have you tried with JDK 1.5?
At 04:52 PM 2/25/2007, Boris Unckel wrote: >Hello, > >this is a little bit offtopic, sorry, buth I think the right experts >will read this: > >while running Maven for slf4j from the command line with no problems I >encounter problems >with the maven inside eclipse. > >I have set both JAVA_HOME and M2_HOME correctly (this makes the command >line work). >Inside Eclipse I have correctly configured the local repository path. >JAVA_HOME\bin and M2_HOME\bin are in the path variable > >I am using Eclipse 3.3M5eh with actual Codehouse M2 Plugin, actual >Subclipse plugin and actual Mylar plugin. > >What causes the problem below? >Where does Eclipse or the M2 Plugin take the wrong JRE path from? >How do I fix this? > >I am going offline a while (examinations), maybe I do not get a internet >connection... > >Regards >Boris > >Environment >D:\home\java\slf4jws\slf4j>set java_home >JAVA_HOME=c:\Program Files\Java\jdk1.6.0 >D:\home\java\slf4jws\slf4j>set java_home >JAVA_HOME=c:\Program Files\Java\jdk1.6.0 > >M2 Plugin Console Output >25.02.07 16:25:56 CET: Reading /slf4j/pom.xml >25.02.07 16:25:56 CET: Reading /slf4j/slf4j-api/pom.xml >25.02.07 16:25:57 CET: Reading /slf4j/slf4j-simple/pom.xml >25.02.07 16:25:57 CET: Reading /slf4j/slf4j-nop/pom.xml >25.02.07 16:25:57 CET: Reading /slf4j/slf4j-jdk14/pom.xml >25.02.07 16:25:57 CET: Reading /slf4j/slf4j-log4j12/pom.xml >25.02.07 16:25:57 CET: Reading /slf4j/slf4j-jcl/pom.xml >25.02.07 16:25:57 CET: Reading /slf4j/jcl104-over-slf4j/pom.xml >25.02.07 16:25:58 CET: Reading /slf4j/slf4j-site/pom.xml >25.02.07 16:25:58 CET: Reading /slf4j/slf4j-archetype/pom.xml >25.02.07 16:26:08 CET: Reading /slf4j/pom.xml >25.02.07 16:26:08 CET: Setting source compatibility: 1.3 >25.02.07 16:26:08 CET: Setting target compatibility: 1.3 >25.02.07 16:26:08 CET: Generating sources /slf4j/pom.xml >25.02.07 16:26:08 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:08 CET: [INFO] Building SLF4J >25.02.07 16:26:08 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:08 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: BUILD SUCCESSFUL >25.02.07 16:26:09 CET: Reading /slf4j/slf4j-api/pom.xml >25.02.07 16:26:09 CET: Setting source compatibility: 1.3 >25.02.07 16:26:09 CET: Setting target compatibility: 1.3 >25.02.07 16:26:09 CET: Generating sources /slf4j/slf4j-api/pom.xml >25.02.07 16:26:09 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:09 CET: [INFO] Building SLF4J API Module >25.02.07 16:26:09 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:09 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: resources:resources >25.02.07 16:26:09 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:09 CET: compiler:compile >25.02.07 16:26:09 CET: [INFO] Compiling 16 source files to >D:\home\java\slf4jws\slf4j\slf4j-api\target\classes >25.02.07 16:26:09 CET: ERROR mojo-execute : compiler:compile : >Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:09 CET: ERROR project-execute : >org.slf4j:slf4j-api:jar:1.3.0-SNAPSHOT ( task-segment: >[generate-sources, generate-resources, generate-test-sources, >generate-test-resources] ) : Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:09 CET: Failed to run generate source goals >/slf4j/slf4j-api/pom.xml Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:09 CET: Adding source folder /slf4j/slf4j-api/src/main/java >25.02.07 16:26:09 CET: Adding source folder /slf4j/slf4j-api/src/test/java >25.02.07 16:26:09 CET: Adding resource folder >/slf4j/slf4j-api/src/main/resources >25.02.07 16:26:09 CET: Reading /slf4j/slf4j-simple/pom.xml >25.02.07 16:26:09 CET: Setting source compatibility: 1.3 >25.02.07 16:26:09 CET: Setting target compatibility: 1.3 >25.02.07 16:26:09 CET: Generating sources /slf4j/slf4j-simple/pom.xml >25.02.07 16:26:09 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:09 CET: [INFO] Building SLF4J Simple Binding >25.02.07 16:26:09 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:09 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:09 CET: resources:resources >25.02.07 16:26:09 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] Compiling 5 source files to >D:\home\java\slf4jws\slf4j\slf4j-simple\target\classes >25.02.07 16:26:10 CET: ERROR mojo-execute : compiler:compile : >Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: ERROR project-execute : >org.slf4j:slf4j-simple:jar:1.3.0-SNAPSHOT ( task-segment: >[generate-sources, generate-resources, generate-test-sources, >generate-test-resources] ) : Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Failed to run generate source goals >/slf4j/slf4j-simple/pom.xml Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Adding source folder >/slf4j/slf4j-simple/src/main/java >25.02.07 16:26:10 CET: Adding source folder >/slf4j/slf4j-simple/src/test/java >25.02.07 16:26:10 CET: Adding resource folder >/slf4j/slf4j-simple/src/main/resources >25.02.07 16:26:10 CET: Reading /slf4j/slf4j-nop/pom.xml >25.02.07 16:26:10 CET: Setting source compatibility: 1.3 >25.02.07 16:26:10 CET: Setting target compatibility: 1.3 >25.02.07 16:26:10 CET: Generating sources /slf4j/slf4j-nop/pom.xml >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] Building SLF4J NOP Binding >25.02.07 16:26:10 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: resources:resources >25.02.07 16:26:10 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] Compiling 4 source files to >D:\home\java\slf4jws\slf4j\slf4j-nop\target\classes >25.02.07 16:26:10 CET: ERROR mojo-execute : compiler:compile : >Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: ERROR project-execute : >org.slf4j:slf4j-nop:jar:1.3.0-SNAPSHOT ( task-segment: >[generate-sources, generate-resources, generate-test-sources, >generate-test-resources] ) : Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Failed to run generate source goals >/slf4j/slf4j-nop/pom.xml Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Adding source folder /slf4j/slf4j-nop/src/main/java >25.02.07 16:26:10 CET: Adding source folder /slf4j/slf4j-nop/src/test/java >25.02.07 16:26:10 CET: Adding resource folder >/slf4j/slf4j-nop/src/main/resources >25.02.07 16:26:10 CET: Reading /slf4j/slf4j-jdk14/pom.xml >25.02.07 16:26:10 CET: Setting source compatibility: 1.4 >25.02.07 16:26:10 CET: Setting target compatibility: 1.4 >25.02.07 16:26:10 CET: Generating sources /slf4j/slf4j-jdk14/pom.xml >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] Building SLF4J JDK14 Binding >25.02.07 16:26:10 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: resources:resources >25.02.07 16:26:10 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] Compiling 4 source files to >D:\home\java\slf4jws\slf4j\slf4j-jdk14\target\classes >25.02.07 16:26:10 CET: ERROR mojo-execute : compiler:compile : >Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: ERROR project-execute : >org.slf4j:slf4j-jdk14:jar:1.3.0-SNAPSHOT ( task-segment: >[generate-sources, generate-resources, generate-test-sources, >generate-test-resources] ) : Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Failed to run generate source goals >/slf4j/slf4j-jdk14/pom.xml Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Adding source folder /slf4j/slf4j-jdk14/src/main/java >25.02.07 16:26:10 CET: Adding source folder /slf4j/slf4j-jdk14/src/test/java >25.02.07 16:26:10 CET: Adding resource folder >/slf4j/slf4j-jdk14/src/main/resources >25.02.07 16:26:10 CET: Reading /slf4j/slf4j-log4j12/pom.xml >25.02.07 16:26:10 CET: Setting source compatibility: 1.3 >25.02.07 16:26:10 CET: Setting target compatibility: 1.3 >25.02.07 16:26:10 CET: Generating sources /slf4j/slf4j-log4j12/pom.xml >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] Building SLF4J LOG4J-12 Binding >25.02.07 16:26:10 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: resources:resources >25.02.07 16:26:10 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] Compiling 4 source files to >D:\home\java\slf4jws\slf4j\slf4j-log4j12\target\classes >25.02.07 16:26:10 CET: ERROR mojo-execute : compiler:compile : >Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: ERROR project-execute : >org.slf4j:slf4j-log4j12:jar:1.3.0-SNAPSHOT ( task-segment: >[generate-sources, generate-resources, generate-test-sources, >generate-test-resources] ) : Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Failed to run generate source goals >/slf4j/slf4j-log4j12/pom.xml Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Adding source folder >/slf4j/slf4j-log4j12/src/main/java >25.02.07 16:26:10 CET: Adding source folder >/slf4j/slf4j-log4j12/src/test/java >25.02.07 16:26:10 CET: Adding resource folder >/slf4j/slf4j-log4j12/src/main/resources >25.02.07 16:26:10 CET: Reading /slf4j/slf4j-jcl/pom.xml >25.02.07 16:26:10 CET: Setting source compatibility: 1.3 >25.02.07 16:26:10 CET: Setting target compatibility: 1.3 >25.02.07 16:26:10 CET: Generating sources /slf4j/slf4j-jcl/pom.xml >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] Building SLF4J JCL Binding >25.02.07 16:26:10 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: resources:resources >25.02.07 16:26:10 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] Compiling 4 source files to >D:\home\java\slf4jws\slf4j\slf4j-jcl\target\classes >25.02.07 16:26:10 CET: ERROR mojo-execute : compiler:compile : >Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: ERROR project-execute : >org.slf4j:slf4j-jcl:jar:1.3.0-SNAPSHOT ( task-segment: >[generate-sources, generate-resources, generate-test-sources, >generate-test-resources] ) : Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Failed to run generate source goals >/slf4j/slf4j-jcl/pom.xml Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Adding source folder /slf4j/slf4j-jcl/src/main/java >25.02.07 16:26:10 CET: Adding source folder /slf4j/slf4j-jcl/src/test/java >25.02.07 16:26:10 CET: Adding resource folder >/slf4j/slf4j-jcl/src/main/resources >25.02.07 16:26:10 CET: Reading /slf4j/jcl104-over-slf4j/pom.xml >25.02.07 16:26:10 CET: Setting source compatibility: 1.3 >25.02.07 16:26:10 CET: Setting target compatibility: 1.3 >25.02.07 16:26:10 CET: Generating sources /slf4j/jcl104-over-slf4j/pom.xml >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] Building JCL Implemented Over SLF4J >25.02.07 16:26:10 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: resources:resources >25.02.07 16:26:10 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] Compiling 6 source files to >D:\home\java\slf4jws\slf4j\jcl104-over-slf4j\target\classes >25.02.07 16:26:10 CET: ERROR mojo-execute : compiler:compile : >Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: ERROR project-execute : >org.slf4j:jcl104-over-slf4j:jar:1.3.0-SNAPSHOT ( task-segment: >[generate-sources, generate-resources, generate-test-sources, >generate-test-resources] ) : Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Failed to run generate source goals >/slf4j/jcl104-over-slf4j/pom.xml Compilation failure >Unable to locate the Javac Compiler in: > c:\Program Files\Java\jre1.6.0\..\lib\tools.jar >Please ensure you are using JDK 1.4 or above and >not a JRE (the com.sun.tools.javac.Main class is required). >In most cases you can change the location of your Java >installation by setting the JAVA_HOME environment variable. > >25.02.07 16:26:10 CET: Adding source folder >/slf4j/jcl104-over-slf4j/src/main/java >25.02.07 16:26:10 CET: Adding source folder >/slf4j/jcl104-over-slf4j/src/test/java >25.02.07 16:26:10 CET: Adding resource folder >/slf4j/jcl104-over-slf4j/src/main/resources >25.02.07 16:26:10 CET: Reading /slf4j/slf4j-site/pom.xml >25.02.07 16:26:10 CET: Setting source compatibility: 1.3 >25.02.07 16:26:10 CET: Setting target compatibility: 1.3 >25.02.07 16:26:10 CET: Generating sources /slf4j/slf4j-site/pom.xml >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] Building SLF4J Site >25.02.07 16:26:10 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: BUILD SUCCESSFUL >25.02.07 16:26:10 CET: Reading /slf4j/slf4j-archetype/pom.xml >25.02.07 16:26:10 CET: Setting source compatibility: 1.3 >25.02.07 16:26:10 CET: Setting target compatibility: 1.3 >25.02.07 16:26:10 CET: Generating sources /slf4j/slf4j-archetype/pom.xml >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] Building Archetype - slf4j-archetype >25.02.07 16:26:10 CET: [INFO] task-segment: [generate-sources, >generate-resources, generate-test-sources, generate-test-resources] >25.02.07 16:26:10 CET: [INFO] >---------------------------------------------------------------------------- >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: [INFO] No goals needed for project - skipping >25.02.07 16:26:10 CET: resources:resources >25.02.07 16:26:10 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] No sources to compile >25.02.07 16:26:10 CET: resources:resources >25.02.07 16:26:10 CET: [INFO] Using default encoding to copy filtered >resources. >25.02.07 16:26:10 CET: compiler:compile >25.02.07 16:26:10 CET: [INFO] No sources to compile >25.02.07 16:26:10 CET: BUILD SUCCESSFUL >25.02.07 16:26:10 CET: Adding resource folder >/slf4j/slf4j-archetype/src/main/resources >25.02.07 16:26:11 CET: No JRE compliant to 1.4. Using default JRE >container >org.eclipse.jdt.launching.JRE_CONTAINER[CPE_CONTAINER][K_SOURCE][isExported:false] >25.02.07 16:26:11 CET: Updated source folders for project slf4j > > >_______________________________________________ >dev mailing list >dev@slf4j.org >http://www.slf4j.org/mailman/listinfo/dev -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev