Thanks Matt, 

rocket speed answer as usual.

I'd say there is no need to add a JIRA, my main usage of full-source is to
get a full understanding on how the framework works, thus just running it
from an environment with no proxy is enough. I completely agree with your
vision to have an updatable model of the framework thus using the normal
configuration.

Great work and support

Francesco


mraible wrote:
> 
> It looks like this is failing when it tries to use Ant's Get Task to
> fetch dependencies from the various pom.xml files.
> 
> http://ant.apache.org/manual/CoreTasks/get.html
> 
> Unfortunately, I don't know how to set the proxy configuration for Ant
> when there is no build.xml file being used. We could probably upgrade
> the plugins dependency to 1.7 so the OS's settings can be used. If
> you'd like to see that happen, please enter an issue in JIRA.
> 
> http://issues.appfuse.org/browse/APF
> 
> Matt
> 
> On 6/13/07, frantuma <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I am having troubles running mvn appfuse:full-source; I have solved the
>> issues regarding svn proxy configuration reading the solution in other
>> posts. I have as welle my settings.xml with correct proxy configuration
>> (it
>> usually works). Now I get a connect (https I guess) error from appfuse
>> plugin during "adding dependencies" and I don't know where the problem
>> could
>> be:
>>
>> I have created a basic struts archetype, using jva5, mvn 2.0.6;
>>
>> Can it be a https error (some user/pass to set somewhere, but I am
>> missing
>> where..?)
>>
>> I attahc he stacktrace below.
>>
>> Thanks
>>
>> D:\progetti\genesisweb\genesisweb>mvn -e appfuse:full-source
>> + Error stacktraces are turned on.
>> [INFO] Scanning for projects...
>> [INFO] Searching repository for plugin with prefix: 'appfuse'.
>> [INFO]
>> ----------------------------------------------------------------------------
>> [INFO] Building AppFuse Struts 2 Application
>> [INFO]    task-segment: [appfuse:full-source]
>> [INFO]
>> ----------------------------------------------------------------------------
>> [WARNING] POM for 'org.hibernate:jtidy:pom:r8-20060801:runtime' is
>> invalid.
>> It will be ignored for artifact resolution.
>> Reason: Parse error reading POM. Reason: TEXT must be immediately
>> followed
>> by END_TAG and not START_TAG (position: START
>> _TAG seen ...<licenses>\n\t\t\t<license>... @12:13)
>> [INFO] [appfuse:full-source]
>> [INFO] [AppFuse] Installing source from data modules...
>> [INFO] [AppFuse] Installing source from service module...
>> [INFO] [AppFuse] Installing source from web-common module...
>> [INFO] [AppFuse] Installing source from struts module...
>> [INFO] [AppFuse] Source successfully exported, modifying pom.xml...
>> [INFO] [AppFuse] Removing maven-warpath-plugin...
>> [INFO] [AppFuse] Adding dependencies from 'root' module...
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] java.net.ConnectException: Connection timed out: connect
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Trace
>> java.net.ConnectException: Connection timed out: connect
>>         at org.apache.tools.ant.taskdefs.Get.execute(Get.java:80)
>>         at
>> org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:328)
>>         at
>> org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:303)
>>         at
>> org.appfuse.mojo.installer.InstallSourceMojo.execute(InstallSourceMojo.java:142)
>>         at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
>> a:311)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
>>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
>>         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)
>> Caused by: java.net.ConnectException: Connection timed out: connect
>>         at java.net.PlainSocketImpl.socketConnect(Native Method)
>>         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
>>         at
>> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
>>         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
>>         at java.net.Socket.connect(Socket.java:516)
>>         at java.net.Socket.connect(Socket.java:466)
>>         at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
>>         at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
>>         at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
>>         at
>> sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:278)
>>         at
>> sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:335)
>>         at
>> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnec
>> tion.java:176)
>>         at
>> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:748)
>>         at
>> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java
>> :162)
>>         at
>> sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
>>         at org.apache.tools.ant.taskdefs.Get.doGet(Get.java:158)
>>         at org.apache.tools.ant.taskdefs.Get.execute(Get.java:76)
>>         ... 21 more
>> --- Nested Exception ---
>> java.net.ConnectException: Connection timed out: connect
>>         at java.net.PlainSocketImpl.socketConnect(Native Method)
>>         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
>>         at
>> java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
>>         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
>>         at java.net.Socket.connect(Socket.java:516)
>>         at java.net.Socket.connect(Socket.java:466)
>>         at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
>>         at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
>>         at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
>>         at
>> sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:278)
>>         at
>> sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:335)
>>         at
>> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnec
>> tion.java:176)
>>         at
>> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:748)
>>         at
>> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java
>> :162)
>>         at
>> sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:133)
>>         at org.apache.tools.ant.taskdefs.Get.doGet(Get.java:158)
>>         at org.apache.tools.ant.taskdefs.Get.execute(Get.java:76)
>>         at
>> org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:328)
>>         at
>> org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:303)
>>         at
>> org.appfuse.mojo.installer.InstallSourceMojo.execute(InstallSourceMojo.java:142)
>>         at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
>> a:311)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
>>         at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
>>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
>>         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)
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 1 minute 42 seconds
>> [INFO] Finished at: Wed Jun 13 16:55:15 CEST 2007
>> [INFO] Final Memory: 5M/11M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/full-source-error-in-appfuse-maven-plugin-tf3915280s2369.html#a11101473
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/full-source-error-in-appfuse-maven-plugin-tf3915280s2369.html#a11102447
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to