← Back to team overview

dhis2-devs team mailing list archive

Re: Error building web maintenance orgunit module

 

Should be ok now.  The same problem was also there in web import-export
module.  I guess servlet-api was being picked up as a dependency of camel.
 Should we put it in web commons instead of dotted around all these poms?


On 1 October 2013 16:45, Lars Helge Øverland <larshelge@xxxxxxxxx> wrote:

> It shouldn't really happen.
>
> Can you please add this dependency to the dashboard, organisation unit and
> visualizer web modules? (Having a merged branch in my checkout so cannot
> commit myself)
>
>
>     <dependency>
>       <groupId>javax.servlet</groupId>
>       <artifactId>servlet-api</artifactId>
>     </dependency>
>
>
>
>
>
> On Tue, Oct 1, 2013 at 5:25 PM, Bob Jolliffe <bobjolliffe@xxxxxxxxx>wrote:
>
>> Answering my own question ... I see jenkins is also choking
>> http://apps.dhis2.org/ci/job/dhis-web-trunk/8269/changes#detail2
>>
>> I don't really understand how any of my changes are having any effect on
>> this module but it seems they are.
>>
>>
>> On 1 October 2013 15:46, Bob Jolliffe <bobjolliffe@xxxxxxxxx> wrote:
>>
>>> Anyone else seeing this from trunk?
>>>
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project dhis-web-maintenance-organisationunit:
>>> Compilation failure
>>> [ERROR]
>>> /home/bobj/src/dhis/trunk/dhis2/dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/java/org/hisp/dhis/oum/action/organisationunitlevel/SaveOrganisationUnitLevelsAction.java:[69,98]
>>> error: cannot access HttpServletRequest
>>>
>>>
>>
>> _______________________________________________
>> 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
>>
>>
>

Follow ups

References