You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by "伍斌 (Ben)" <wu...@gmail.com> on 2011/08/31 15:59:38 UTC

HELP - java.net.UnknownHostException: svn.java.net

Hi there

Could anybody help me to generate the full source code of an AppFuse 2.1 multi-module project with SpringMVC Web framework??

Somehow I always got the following error after running command "mvn appfuse:full-source".

[INFO] [AppFuse] Adding dependencies from root module...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] java.net.UnknownHostException: svn.java.net
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.net.UnknownHostException: svn.java.net
        at org.apache.tools.ant.taskdefs.Get.execute(Get.java:139)
        at org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:659)
        at org.appfuse.mojo.installer.InstallSourceMojo.execute(InstallSourceMojo.java:221)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)

I guess the site svn.java.net would be banned. I'd appreciate it if somebody could help me run the following 2 commands (under JDK 1.6 and Maven 2.2.1) and send the zipped full source code to me by email (my email: wubin28@gmail.com).

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-spring-archetype -DarchetypeVersion=2.1.0 -DgroupId=com.ailk.ebiz.shcmcc -DartifactId=shcmccebiz -DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse

mvn appfuse:full-source

Thanks!
Ben


答复: HELP - java.net.UnknownHostException: svn.java.net

Posted by "伍斌 (Ben)" <wu...@gmail.com>.
I'm very sorry, wrong mailing list.

-----邮件原件-----
发件人: Adrian Crum [mailto:adrian.crum@sandglass-software.com] 
发送时间: 2011年8月31日 22:04
收件人: user@ofbiz.apache.org
主题: Re: HELP - java.net.UnknownHostException: svn.java.net

What does any of this have to do with OFBiz?

-Adrian

On 8/31/2011 2:59 PM, 伍斌(Ben) wrote:
> Hi there
>
> Could anybody help me to generate the full source code of an AppFuse 2.1 multi-module project with SpringMVC Web framework??
>
> Somehow I always got the following error after running command "mvn appfuse:full-source".
>
> [INFO] [AppFuse] Adding dependencies from root module...
> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] java.net.UnknownHostException: svn.java.net
> [INFO] ------------------------------------------------------------------------
> [INFO] Trace
> java.net.UnknownHostException: svn.java.net
>          at org.apache.tools.ant.taskdefs.Get.execute(Get.java:139)
>          at org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:659)
>          at org.appfuse.mojo.installer.InstallSourceMojo.execute(InstallSourceMojo.java:221)
>          at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>          at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>
> I guess the site svn.java.net would be banned. I'd appreciate it if somebody could help me run the following 2 commands (under JDK 1.6 and Maven 2.2.1) and send the zipped full source code to me by email (my email: wubin28@gmail.com).
>
> mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-spring-archetype -DarchetypeVersion=2.1.0 -DgroupId=com.ailk.ebiz.shcmcc -DartifactId=shcmccebiz -DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse
>
> mvn appfuse:full-source
>
> Thanks!
> Ben
>


Re: HELP - java.net.UnknownHostException: svn.java.net

Posted by Adrian Crum <ad...@sandglass-software.com>.
What does any of this have to do with OFBiz?

-Adrian

On 8/31/2011 2:59 PM, 伍斌(Ben) wrote:
> Hi there
>
> Could anybody help me to generate the full source code of an AppFuse 2.1 multi-module project with SpringMVC Web framework??
>
> Somehow I always got the following error after running command "mvn appfuse:full-source".
>
> [INFO] [AppFuse] Adding dependencies from root module...
> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] java.net.UnknownHostException: svn.java.net
> [INFO] ------------------------------------------------------------------------
> [INFO] Trace
> java.net.UnknownHostException: svn.java.net
>          at org.apache.tools.ant.taskdefs.Get.execute(Get.java:139)
>          at org.appfuse.mojo.installer.InstallSourceMojo.addModuleDependencies(InstallSourceMojo.java:659)
>          at org.appfuse.mojo.installer.InstallSourceMojo.execute(InstallSourceMojo.java:221)
>          at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>          at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>
> I guess the site svn.java.net would be banned. I'd appreciate it if somebody could help me run the following 2 commands (under JDK 1.6 and Maven 2.2.1) and send the zipped full source code to me by email (my email: wubin28@gmail.com).
>
> mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-spring-archetype -DarchetypeVersion=2.1.0 -DgroupId=com.ailk.ebiz.shcmcc -DartifactId=shcmccebiz -DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse
>
> mvn appfuse:full-source
>
> Thanks!
> Ben
>