You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Raivo Laanemets (JIRA)" <ji...@apache.org> on 2010/08/15 23:12:17 UTC

[jira] Created: (WICKET-2994) Wicket 1.5M1 tarball is incomplete

Wicket 1.5M1 tarball is incomplete
----------------------------------

                 Key: WICKET-2994
                 URL: https://issues.apache.org/jira/browse/WICKET-2994
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.5-M1
         Environment: Slackware Linux 13.0, Sun JDK 6
            Reporter: Raivo Laanemets


I downloaded full distribution of 1.5M1 in tar.gz package but it's missing some wicket parts, including wicket-util and wicket-request.

I add output from command line to include details about my environment and why I think this is a bug:

My environment:

bash-3.1$ java -version
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) Client VM (build 17.0-b16, mixed mode, sharing)

bash-3.1$ mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 22:16:01+0300)
Java version: 1.6.0_21
Java home: /usr/lib/java/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.34.1" arch: "i386" Family: "unix"

I'm building in the src directory:

bash-3.1$ pwd
/home/raivo/Downloads/apache-wicket-1.5-M1/src

Building with package command:

bash-3.1$ mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: unknown
Reason: Could not find the model file '/home/raivo/Downloads/apache-wicket-1.5-M1/src/wicket-util'. for project unknown

So there are missing at least wicket-util and wicket-request from src. Additionally, jars containing the compiled code of these are missing under lib directory.

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


[jira] Commented: (WICKET-2994) Wicket 1.5M1 tarball is incomplete

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902255#action_12902255 ] 

Hudson commented on WICKET-2994:
--------------------------------

Integrated in Apache Wicket 1.5.x #262 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/262/])
    

> Wicket 1.5M1 tarball is incomplete
> ----------------------------------
>
>                 Key: WICKET-2994
>                 URL: https://issues.apache.org/jira/browse/WICKET-2994
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5-M1
>         Environment: Slackware Linux 13.0, Sun JDK 6
>            Reporter: Raivo Laanemets
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>
> I downloaded full distribution of 1.5M1 in tar.gz package but it's missing some wicket parts, including wicket-util and wicket-request.
> I add output from command line to include details about my environment and why I think this is a bug:
> My environment:
> bash-3.1$ java -version
> java version "1.6.0_21"
> Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
> Java HotSpot(TM) Client VM (build 17.0-b16, mixed mode, sharing)
> bash-3.1$ mvn -version
> Apache Maven 2.2.1 (r801777; 2009-08-06 22:16:01+0300)
> Java version: 1.6.0_21
> Java home: /usr/lib/java/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.34.1" arch: "i386" Family: "unix"
> I'm building in the src directory:
> bash-3.1$ pwd
> /home/raivo/Downloads/apache-wicket-1.5-M1/src
> Building with package command:
> bash-3.1$ mvn package
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
> Project ID: unknown
> Reason: Could not find the model file '/home/raivo/Downloads/apache-wicket-1.5-M1/src/wicket-util'. for project unknown
> So there are missing at least wicket-util and wicket-request from src. Additionally, jars containing the compiled code of these are missing under lib directory.

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


[jira] Resolved: (WICKET-2994) Wicket 1.5M1 tarball is incomplete

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2994.
-----------------------------------

         Assignee: Igor Vaynberg
    Fix Version/s: 1.5-M2
       Resolution: Fixed

> Wicket 1.5M1 tarball is incomplete
> ----------------------------------
>
>                 Key: WICKET-2994
>                 URL: https://issues.apache.org/jira/browse/WICKET-2994
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5-M1
>         Environment: Slackware Linux 13.0, Sun JDK 6
>            Reporter: Raivo Laanemets
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M2
>
>
> I downloaded full distribution of 1.5M1 in tar.gz package but it's missing some wicket parts, including wicket-util and wicket-request.
> I add output from command line to include details about my environment and why I think this is a bug:
> My environment:
> bash-3.1$ java -version
> java version "1.6.0_21"
> Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
> Java HotSpot(TM) Client VM (build 17.0-b16, mixed mode, sharing)
> bash-3.1$ mvn -version
> Apache Maven 2.2.1 (r801777; 2009-08-06 22:16:01+0300)
> Java version: 1.6.0_21
> Java home: /usr/lib/java/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.34.1" arch: "i386" Family: "unix"
> I'm building in the src directory:
> bash-3.1$ pwd
> /home/raivo/Downloads/apache-wicket-1.5-M1/src
> Building with package command:
> bash-3.1$ mvn package
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
> Project ID: unknown
> Reason: Could not find the model file '/home/raivo/Downloads/apache-wicket-1.5-M1/src/wicket-util'. for project unknown
> So there are missing at least wicket-util and wicket-request from src. Additionally, jars containing the compiled code of these are missing under lib directory.

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