I had a similar problem long time ago, I guess it was because of my locale
or the jdk version, cant remember clearly.
What's your locale and jdk?
Cagatay
On 3/17/07, Bruno Aranda <[EMAIL PROTECTED]> wrote:
Please, send the messages to the user list and not to the authors
directly, as you have far more chances on getting an answer,
Thanks,
Bruno
---------- Forwarded message ----------
From: Torsten Schmeißel <[EMAIL PROTECTED]>
Date: 15-Mar-2007 15:33
Subject: transformation of tld for JSF Components Archetype doesnt do
To: [EMAIL PROTECTED]
Hi Bruno,
today I tried the maven archetype maven-archetype-jsfcomponents cause
am about to deep into jsf component development. Unfortunately mvn
install after creation doesnt work. It breaks with the following
messages
--snip--
C:\temp\myJsfComponents\core>mvn package
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building My JSF Components Library
[INFO] task-segment: [package]
[INFO]
----------------------------------------------------------------------------
[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 1
[INFO] transform, srcFile:
C:\temp\myJsfComponents\core\src\main\tld\mycomponents.tld, destFile:
C:\temp\myJsfComponents\core\target\classes
\META-INF\mycomponents.tld
FEHLER: 'Connection timed out: connect'
FEHLER: 'com.sun.org.apache.xml.internal.utils.WrappedRuntimeException:
Connection timed out: connect'
javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException:
com.sun.org.apache.xml.internal.utils.WrappedRuntimeExce
ption: Connection timed out: connect
at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(
TransformerImpl.java:650)
at
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(
TransformerImpl.java:279)
at org.codehaus.mojo.xslt.XsltMojo.execute(XsltMojo.java:133)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:412)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:534)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:475)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal
(DefaultLifecycleExecutor.java:454)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:306)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:273)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java
:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(
Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
--snip--
Searching the web didnt help to solve this isssue. Might you point me
to sort this out? I thank you a lot in advance.
Regards from Berlin,
-Torsten.