Hello, I have changed subversion,but still i am getting exception as
[INFO] java.net.UnknownHostException: appfuse.dev.java.net [INFO] ------------------------------------------------------------------------ [INFO] Trace java.net.UnknownHostException: appfuse.dev.java.net 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.java: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) There is "org/appfuse" folder created under src/main/java with java files in it. but when i am running command jetty:run-war,i am getting a list of symbol not found. [INFO] Compilation failure C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\webapp\taglib\LabelTag.java:[13,36] package org.ap ache.commons.validator does not exist C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\webapp\taglib\LabelTag.java:[14,36] package org.ap ache.commons.validator does not exist C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\webapp\taglib\LabelTag.java:[15,36] package org.ap ache.commons.validator does not exist C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\webapp\taglib\LabelTag.java:[25,44] package org.sp ringmodules.validation.commons does not exist C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\webapp\taglib\LabelTag.java:[233,12] cannot find s ymbol symbol : class ValidatorResources location: class org.appfuse.webapp.taglib.LabelTag C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\service\impl\BaseManagerMockTestCase.java:[3,36] p ackage org.apache.commons.beanutils does not exist C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\service\impl\BaseManagerMockTestCase.java:[7,17] p ackage org.jmock does not exist C:\work\NewEclipseWorkspace\Copy of EngagementFormreq\src\main\java\org\appfuse\service\impl\BaseManagerMockTestCase.java:[14,54] cannot find symbol symbol: class MockObjectTestCase public abstract class BaseManagerMockTestCase extends MockObjectTestCase { mraible wrote: > > You may have to modify your Subversion settings so it goes through a proxy > server. I believe if you search this mailing list archives, there's some > information on doing this. > Matt > > On 7/11/07, Msarda <[EMAIL PROTECTED]> wrote: >> >> >> Yes i am. >> >> mraible wrote: >> > >> > Are you behind a proxy server? >> > >> > On 7/11/07, Msarda <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> Hi all, >> >> >> >> I am getting following error when running appfuse:full-source. >> >> >> >> >> >> [ERROR] 175002 : svn: PROPFIND request failed on >> >> '/svn/appfuse/tags/APPFUSE_2.0_M5/data/common/src' >> >> [ERROR] 175002 : svn: appfuse.dev.java.net: appfuse.dev.java.net >> >> [INFO] >> >> ------------------------------------------------------------ >> ------------ >> >> [ERROR] BUILD ERROR >> >> [INFO] >> >> ------------------------------------------------------------ >> ------------ >> >> [INFO] svn: PROPFIND request failed on >> >> '/svn/appfuse/tags/APPFUSE_2.0_M5/data/common/src' >> >> svn: appfuse.dev.java.net: appfuse.dev.java.net >> >> [INFO] >> >> ------------------------------------------------------------ >> ------------ >> >> [INFO] Trace >> >> org.apache.maven.lifecycle.LifecycleExecutionException: svn: PROPFIND >> >> request failed on '/svn/appfuse/tags/APPFUSE_2.0_M5/data/com >> >> mon/src' >> >> svn: appfuse.dev.java.net: appfuse.dev.java.net >> >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( >> >> DefaultLifecycleExecutor.java:564) >> >> 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.java: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: org.apache.maven.plugin.MojoExecutionException: svn: >> PROPFIND >> >> request failed on '/svn/appfuse/tags/APPFUSE_2.0_M5/data/ >> >> common/src' >> >> svn: appfuse.dev.java.net: appfuse.dev.java.net >> >> at >> >> org.appfuse.mojo.installer.InstallSourceMojo.export( >> InstallSourceMojo.java >> >> :259) >> >> at >> >> org.appfuse.mojo.installer.InstallSourceMojo.execute( >> >> InstallSourceMojo.java:105) >> >> at >> >> org.apache.maven.plugin.DefaultPluginManager.executeMojo( >> >> DefaultPluginManager.java:443) >> >> at >> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( >> >> DefaultLifecycleExecutor.java:539) >> >> ... 16 more >> >> [INFO] >> >> ------------------------------------------------------------ >> ------------ >> >> [INFO] Total time: 19 seconds >> >> [INFO] Finished at: Thu Jul 12 09:28:06 EST 2007 >> >> [INFO] Final Memory: 6M/14M >> >> [INFO] >> >> ------------------------------------------------------------ >> ------------ >> >> >> >> -- >> >> View this message in context: http://www.nabble.com/Error >> >> -executing-appfuse%3Afull-source-tf4065306s2369.html#a11551293 >> >> 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 >> > >> > >> >> -- >> View this message in context: http://www.nabble.com/Error >> -executing-appfuse%3Afull-source-tf4065306s2369.html#a11551833 >> 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 > > -- View this message in context: http://www.nabble.com/Error-executing-appfuse%3Afull-source-tf4065306s2369.html#a11552274 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]