← Back to team overview

dhis2-devs team mailing list archive

Re: new trunk dhis2-core version problem

 

Are you sure you are running the latest version of master? it should
download the dashboard automatically, can you have a look at your
dhis-web-apps pom.xml, and verify that it contains:

<!-- Dashboard -->
<artifactItem>
  <groupId>org.hisp.dhis</groupId>
  <artifactId>dhis-app-dashboard</artifactId>
  <version>2.26-SNAPSHOT</version>
  <overWrite>true</overWrite>
  <outputDirectory>${project.build.directory}/${project.artifactId}/dhis-web-dashboard-integration</outputDirectory>
  <includes>**/*.*</includes>
</artifactItem>


-- 
Morten Olav Hansen
Senior Engineer, DHIS 2
University of Oslo
http://www.dhis2.org

On Mon, Feb 27, 2017 at 10:36 PM, 林晓东 <lin_xd@xxxxxxx> wrote:

> other app can work
>
>
>
>
> --
> 此致
>
>    林晓东
>
> 莫愁前路无知己,天下谁人不识君。
>
> 在 2017-02-27 09:26:30,"Morten Olav Hansen" <morten@xxxxxxxxx> 写道:
>
> Hi
>
> And this you built yourself? are any other URLs working? like
> <server>/dhis-web-pivot/ ?
>
> Did you also try and download a prebuilt war file? did that work for you?
>
> --
> Morten Olav Hansen
> Senior Engineer, DHIS 2
> University of Oslo
> http://www.dhis2.org
>
> On Sun, Feb 26, 2017 at 10:18 PM, 林晓东 <lin_xd@xxxxxxx> wrote:
>
>> Thanks.   but after login into system cause blank page, no dashboard app
>> -------------
>> HTTP Status 404 - /dhis/dhis-web-dashboard-integration/index.html
>>
>> *type* Status report
>>
>> *message* */dhis/dhis-web-dashboard-integration/index.html*
>>
>> *description* *The requested resource is not available.*
>> ------------------------------
>> Apache Tomcat/8.0.14
>> ----------------
>> easy
>>
>> 在 2017-02-26 18:57:09,"Calle Hedberg" <calle.hedberg@xxxxxxxxx> 写道:
>>
>> Hi
>>
>> I guess this re-factoring might explain why build sizes are fluctuating
>> so much - for 2.26, it's been jumping back and forth between 169mb and
>> 180mb...
>>
>> Regards
>> Calle
>>
>> On 26 February 2017 at 07:22, Morten Olav Hansen <morten@xxxxxxxxx>
>> wrote:
>>
>>> Hi
>>>
>>> The dashboard has been refactored into an app (like many of our old Java
>>> modules), you can find it at [1], it will automatically be integrated into
>>> the build (as a dependency) when you are building the project.
>>>
>>> [1] https://github.com/dhis2/dashboard-app
>>>
>>> --
>>> Morten Olav Hansen
>>> Senior Engineer, DHIS 2
>>> University of Oslo
>>> http://www.dhis2.org
>>>
>>> On Sun, Feb 26, 2017 at 9:55 AM, 林晓东 <lin_xd@xxxxxxx> wrote:
>>>
>>>> I found to compile new trunk version from github cause there no
>>>> dashboard integration package in the dhis.war
>>>>
>>>>   somebody has the same problem?
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 此致
>>>>  easy
>>>> 莫愁前路无知己,天下谁人不识君。
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Mailing list: https://launchpad.net/~dhis2-devs
>>>> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
>>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>>
>> *******************************************
>>
>> Calle Hedberg
>>
>> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
>>
>> Tel/fax (home): +27-21-685-6472
>>
>> Cell: +27-82-853-5352
>>
>> Iridium SatPhone: +8816-315-19119
>>
>> Email: calle.hedberg@xxxxxxxxx
>>
>> Skype: calle_hedberg
>>
>> *******************************************
>>
>>
>>
>>
>>
>
>
>
>
>

References