On Thu, Nov 20, 2008 at 2:00 PM, grd prasad <[EMAIL PROTECTED]> wrote: > > hello, > > I got an build error when i give this command > > mvn appfuse:full-source > > > it showing an error like this: > > C:\source\coreproject>mvn appfuse:full-source > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'appfuse'. > [INFO] > ------------------------------------------------------------------------ > [INFO] Building AppFuse Core 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) for pro > ject org.hibernate:jtidy at > c:\.m2\repository\org\hibernate\jtidy\r8-20060801\jtidy-r8-20060801.pom > [INFO] [appfuse:full-source] > [INFO] [AppFuse] Installing source from data-common module... > [ERROR] 175002 : svn: PROPFIND request failed on > '/svn/appfuse/tags/APPFUSE_2.0.2/data/common/src' > [ERROR] 175002 : svn: Connection refused: connect > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] svn: PROPFIND request failed on > '/svn/appfuse/tags/APPFUSE_2.0.2/data/common/src' > svn: Connection refused: connect > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 4 seconds > [INFO] Finished at: Thu Nov 20 18:26:35 IST 2008 > [INFO] Final Memory: 6M/254M > [INFO] > ------------------------------------------------------------------------ > > I want to see the full-source code of project is there any other command. > > Thanking you in advance.
This looks as thought the AppFuse SVN server (hosted at java.net) is down. But it might also be that there is some other network problem you're unable to connect to it. Try connecting to it via the svn command line or your browser, and see if you get the same result: https://appfuse.dev.java.net/source/browse/appfuse/trunk (see also http://static.appfuse.org/source-repository.html for SVN repository) You can also try http://downforeveryoneorjustme.com/appfuse.dev.java.net Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
