You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2009/07/03 07:52:47 UTC

[jira] Updated: (WINK-5) WebDAV QADefect pom.xml bug with QADefect war type dependency

     [ https://issues.apache.org/jira/browse/WINK-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dillon updated WINK-5:
----------------------------

      Component/s: Build
    Fix Version/s: 0.1

> WebDAV QADefect pom.xml bug with QADefect war type dependency
> -------------------------------------------------------------
>
>                 Key: WINK-5
>                 URL: https://issues.apache.org/jira/browse/WINK-5
>             Project: Wink
>          Issue Type: Bug
>          Components: Build
>         Environment: Windows
>            Reporter: Bryant Luk
>            Priority: Minor
>             Fix For: 0.1
>
>
> For some reason in the wink-examples/ext/WebDAV/pom.xml , I need to remove the <type>war</type> to get things to compile.  Since I don't understand why this fixes the issue, I'll open a JIRA for now.
> To get the WebDAV project to fully compile in my Eclipse m2eclipse plugin enabled environment (and in my command line env), I need that dependency to be like:
>         <dependency>
>             <groupId>org.apache.wink.example</groupId>
>             <artifactId>QADefect</artifactId>
>             <version>${project.version}</version>
>         </dependency>
> Using the latest version of Maven I believe.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.