This error below looks like it's caused by a permissions issue.
On 7/12/07, Boudewijn Rempt <[EMAIL PROTECTED]> wrote:
On Tuesday 10 July 2007, Martin Homik wrote: > Hi, > > I am new to AppFuse myself, so I apologize for an not too detailed answer. > Matt has pointed to a possible solution in former thread which is here: > > http://www.nabble.com/Appfuse-2.0-%2B-Xfire-tf3141583s2369.html#a8711233 > > The Xfire homepage at Codehaus is really a good start. At least it was my > starting point > yesterday. I followed the instructions in the QuickStart guide and found > out that they > seem top be not necessary for AppFuse. The best Advise Ican give you is to > start > a new project and to get all AppFuse sources: > > mvn appfuse:full-source I'm trying to integrate a webservice provider with an appfuse app too, but when I follow your example, I already flounder here with the following error: [EMAIL PROTECTED]:~/tmp/soap/bla$ mvn appfuse:full-source [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) for project org.hibernate:jtidy at /home/boud/.m2/repository/org/hibernate/jtidy/r8-20060801/jtidy- r8-20060801.pom [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] ------------------------------------------------------------ ------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------ ------------ [INFO] Couldn't rename temporary file /tmp/replace1018078815.txt [INFO] ------------------------------------------------------------ ------------ [INFO] Trace Couldn't rename temporary file /tmp/replace1018078815.txt at org.apache.tools.ant.taskdefs.optional.ReplaceRegExp.doReplace( ReplaceRegExp.java:431) at org.apache.tools.ant.taskdefs.optional.ReplaceRegExp.execute( ReplaceRegExp.java:491) at org.appfuse.mojo.installer.InstallSourceMojo.removeWarpathPlugin( InstallSourceMojo.java:283) at org.appfuse.mojo.installer.InstallSourceMojo.execute( InstallSourceMojo.java:128) 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:280) 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:597) 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] ------------------------------------------------------------ ------------ -- Boudewijn Rempt http://www.valdyas.org/fading/index.cgi
-- http://raibledesigns.com
