Which version of Maven are you using? And have you tried running mvn with
the -U switch to make sure all your plugins are up to date? No other users
have reported a problem with the wsdl4j pom file.

Mike

On 12/11/07, bilgin yazar <[EMAIL PROTECTED]> wrote:
>
> Hi
> I'm new to appfuse.
> So to try, I did the instructions at QuickStart Guide  step by step.
> After creating the archetype, I could not run mvn or
> mvn jetty:run-war.
>
> Mvn gives error with wsdl4j-1.6.1.pom at
> .m2\repository\wsdl4j\wsdl4j\1.6.1
> Because the wsdl4j-1.6.1.pom has problem with the <dependencies/>.
> I cut and copied the <dependencies/>. to just before </project>.
> Now it works.
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <project>
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>wsdl4j</groupId>
>    <artifactId>wsdl4j</artifactId>
>    <version>1.6.1</version>
>    <packaging>jar</packaging>
>    <name>WSDL4J</name>
>    <url>http://sf.net/projects/wsdl4j</url>
>    <description>Java stub generator for WSDL</description>
>    <licenses>
>        <license>
>            <name>CPL</name>
>            <url>http://www.opensource.org/licenses/cpl1.0.txt</url>
>            <distribution>repo</distribution>
>            <comments>Common Public License</comments>
>        </license>
>    </licenses>
>    <scm>
>
> <connection>scm:cvs:pserver:[EMAIL PROTECTED]
> :/cvsroot/wsdl4j</connection>
>
> <developerConnection>scm:cvs:pserver:
> wsdl4j.cvs.sourceforge.net:/cvsroot/wsdl4j</developerConnection>
>        <url>http://wsdl4j.cvs.sourceforge.net/wsdl4j</url>
>    </scm>
>       <dependencies>
>                </dependencies>
> </project>
>
> _________________________________________________________________
> En etkili ve güvenilir PC Korumayi tercih edin, rahat edin!
> http://www.msn.com.tr/security/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to