Are you sure you are running Maven with a JDK and not a JRE? We have seen
this on the list when building through Eclipse and Eclipse is set to use a
JRE rather than a JDK.
Mike.
On 7/26/07, André Faria <[EMAIL PROTECTED]> wrote:
Hi Everybody,
I am tried to build my application with Maven 2.0.7 and I got this error:
26/07/07 12h36min59s GMT-03:00: Missing:
1) com.sun:tools:jar:1.5.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.sun -DartifactId=tools \
-Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) br.com.bluesoft.tec2:tec2-web:war:2.0.0
2) org.apache.struts:struts2-core:jar:2.0.9
3) com.sun:tools:jar:1.5.0
1 required artifact is missing.
for artifact:
br.com.bluesoft.tec2:tec2-web:war:2.0.0
from the specified remote repositories:
appfuse (http://static.appfuse.org/repository),
central (http://repo1.maven.org/maven2),
bluesoft (http://www.bluesoft.com.br/maven2)
What can I do to solve this problem?
Thanks,
Regards,
*André Faria*
**
--------------------------------------------------------------------- To
unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]