You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ra74 <ra...@gazeta.pl> on 2006/12/29 15:57:58 UTC

after clean project doesn't compile

It's no longer possible to compile a project. It seems jar are not visible

[DEBUG] Adding reference: maven.dependency.classpath ->
C:\Work\Workspace\ATG7\dev-tools\maven\repository\servletapi\jars\servletapi-2.3.jar;
I've cut remaining path
    [available] [VERBOSE] Found: src\java
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath ->
C:\Work\Workspace\ATG7\dev-tools\maven\repository\ant\jars\ant-1.5.3-1.jar;C:\Work\Workspace\ATG7\dev-tools\maven\repository\commons-jelly\jars\commons-jelly-tags-antlr-20030211.143720.jar;C:\Work\Workspace\ATG7\dev-tools\maven\repository\commons-lang\jars\commons-lang-1.0.1.jar;C:\Work\Workspace\ATG7\dev-tools\maven\repository\antlr\jars\antlr-2.7.2.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
java:prepare-filesystem:

java:compile:
    [echo] Compiling to C:\ATG\ATG7.0\xxx\utils/target/classes

    [javac] Compiling 96 source files to
C:\ATG\ATG7.0\xxx\utils\target\classes
    [javac] [VERBOSE] Using modern compiler
    [javac] [VERBOSE] Compilation arguments:
'-d'
'C:\ATG\ATG7.0\xxx\utils\target\classes'
'-classpath'
'C:\ATG\ATG7.0\xxx\utils\target\classes;C:\Work\Workspace\ATG7\dev-tools\maven\repository\servletapi\jars\servletapi-2.3.jar;
etc'
'C:\ATG\ATG7.0\xxx\utils\src\java'
'-target'
'1.3'
'-g'
'-source'
'1.3'

The ' characters around the executable and arguments are
not part of the command.

    [javac] [VERBOSE] Files to be compiled:


C:\ATG\ATG7.0\xxx\utils\src\java\xxx\utils\ftp\SimpleSftpClient.java:12:
package com.sshtools.j2ssh does not exist
import com.sshtools.j2ssh.SshClient;



BUILD FAILED
File......
file:/C:/Work/Workspace/ATG7/dev-tools/maven/plugins/maven-java-plugin-1.3/
Element... ant:javac
Line...... 34
Column.... 48
Compile failed; see the compiler error output for details.
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[java:compile] --
file:/C:/Work/Workspace/ATG7/dev-tools/maven/plugins/maven-java-plugin-1.3/:34:48:
<ant:javac> Compile failed; see the compiler error output for details.

It was working for a long time and I don't remember I had changed anything
in my env
Maven 1.x
-- 
View this message in context: http://www.nabble.com/after-clean-project-doesn%27t-compile-tf2894968s177.html#a8088165
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: after clean project doesn't compile

Posted by ra74 <ra...@gazeta.pl>.


ra74 wrote:
> 
> It's no longer possible to compile a project. It seems jar are not visible
> 
Sorry I found. The j2ssh-core jar has been broken in the meantime
-- 
View this message in context: http://www.nabble.com/after-clean-project-doesn%27t-compile-tf2894968s177.html#a8088637
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org