[Carbon-dev] Trunk build [ was Re: [Architecture] Running Tomcat within OSGi]

Thilini Ishaka thilini at wso2.com
Mon Nov 7 01:51:02 EST 2011


It works now.

thanks

On Mon, Nov 7, 2011 at 10:42 AM, Madhuka Udantha <madhuka at wso2.com> wrote:

> Hi, Thilini
>
> yap, it is fixed.
>
> https://wso2.org/jira/browse/CARBON-11157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46877#action_46877
>
> I built it success with test (do svn up and try)
>
>
> On Sun, Nov 6, 2011 at 6:11 PM, Thilini Ishaka <thilini at wso2.com> wrote:
>
>>
>>
>> On Sun, Nov 6, 2011 at 4:13 PM, Thilini Ishaka <thilini at wso2.com> wrote:
>>
>>> I am getting build failure in dependency/ode in trunk with maven 3 in a
>>> clean repo.
>>> Build fails in dao-hibernate module with;
>>>
>>> [ERROR] Failed to execute goal
>>> org.codehaus.mojo:xdoclet-maven-plugin:1.0:xdoclet (default) on project
>>> ode-dao-hibernate: Execution default of goal
>>> org.codehaus.mojo:xdoclet-maven-plugin:1.0:xdoclet failed: Plugin
>>> org.codehaus.mojo:xdoclet-maven-plugin:1.0 or one of its dependencies could
>>> not be resolved: Failure to find xdoclet:xjavadoc:jar:1.1-j5 in
>>> http://download.java.net/maven/2/ was cached in the local repository,
>>> resolution will not be reattempted until the update interval of
>>> repository.dev.java.net-maven2 has elapsed or updates are forced -> [Help 1]
>>>
>>
>> Hi Madhuka,
>>
>> Were you able to solve this? According to
>> https://wso2.org/jira/browse/CARBON-11157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46877#action_46877this is the same issue.
>>
>>
>> Thanks
>> Thilini
>>
>>
>>>
>>> Pls advice.
>>>
>>> Thanks
>>> Thilini
>>>
>>>
>>> On Sun, Nov 6, 2011 at 11:02 AM, Harshana Martin <harshana at wso2.com>wrote:
>>>
>>>> Hi Denis,
>>>>
>>>> On Sun, Nov 6, 2011 at 9:28 AM, Denis Weerasiri <denis at wso2.com> wrote:
>>>>
>>>>> Hi Pradeep,
>>>>> Do you have sample configs used to setup the jenkins server?
>>>>> I'm getting validatoion warnings like
>>>>>
>>>>
>>>> These validations are the normal behavior of Maven 3 and clearly there
>>>> are build failures in g-reg product due to missing dependency entries in
>>>> dependency management section.
>>>>
>>>> Thanks and Regards,
>>>> Harshana
>>>>
>>>>>
>>>>>
>>>>> [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.servlet:servlet-api:jar -> version 2.4 vs ${servlet-api.version} @ org.wso2.governance:governance-parent:4.0.0-SNAPSHOT, /var/lib/jenkins/jobs/carbon-trunk-maven3-build/workspace/products/greg/pom.xml, line 146, column 25
>>>>> [WARNING] The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead. @
>>>>> [WARNING] The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead. @
>>>>> [ERROR] 'dependencies.dependency.version' for org.wso2.carbon:org.wso2.carbon.user.core:jar is missing. @ line 73, column 21
>>>>> [ERROR] 'dependencies.dependency.version' for org.wso2.carbon:org.wso2.carbon.logging:jar is missing. @ line 77, column 21
>>>>> [ERROR] 'dependencies.dependency.version' for org.apache.ws.commons.axiom:axiom-api:jar is missing. @ line 81, column 21
>>>>> [ERROR] 'dependencies.dependency.version' for org.apache.ws.commons.axiom:axiom-impl:jar is missing. @ line 85, column 21
>>>>> [ERROR] 'dependencies.dependency.version' for org.wso2.carbon:org.wso2.carbon.registry.extensions:jar is missing. @ line 89, column 21
>>>>> [ERROR] 'dependencies.dependency.version' for rhino.wso2:js:jar is missing. @ line 93, column 21
>>>>> [ERROR] 'dependencies.dependency.version' for org.wso2.carbon:org.wso2.carbon.mashup.utils:jar is missing. @ line 97, column 15
>>>>> [ERROR] 'dependencies.dependency.version' for org.wso2.carbon:org.wso2.carbon.mashup.javascript.hostobjects.registry:jar is missing. @ line 101, column 15
>>>>>
>>>>> 	at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:339)
>>>>> 	at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361)
>>>>> 	at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331)
>>>>> 	at hudson.maven.MavenEmbedder.readProject(MavenEmbedder.java:322)
>>>>> 	at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1304)
>>>>> 	at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1307)
>>>>> 	at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1307)
>>>>> 	at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1307)
>>>>> 	at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1307)
>>>>> 	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1211)
>>>>> 	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1029)
>>>>> 	at hudson.FilePath.act(FilePath.java:785)
>>>>> 	at hudson.FilePath.act(FilePath.java:767)
>>>>> 	at hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:894)
>>>>> 	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:644)
>>>>> 	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:460)
>>>>> 	at hudson.model.Run.run(Run.java:1404)
>>>>> 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:470)
>>>>> 	at hudson.model.ResourceController.execute(ResourceController.java:88)
>>>>> 	at hudson.model.Executor.run(Executor.java:230)
>>>>>
>>>>>
>>>>> On Fri, Nov 4, 2011 at 9:42 AM, Pradeep Fernando <pradeep at wso2.com>wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, Nov 3, 2011 at 9:34 PM, Danushka Menikkumbura <
>>>>>> danushka.menikkumbura at gmail.com> wrote:
>>>>>>
>>>>>>> Pradeep,
>>>>>>>
>>>>>>> It is really worthwhile having a CIS (Jenkins) set up so that you
>>>>>>> can have integration tests, coverage checks, find bugs, doc generation, etc
>>>>>>> integrated. If you can host it publicly, then all Carbon committers can
>>>>>>> have access to it's dashboard and visualize various patterns. It will also
>>>>>>> help you detect all sorts of issues early preventing you from wasting time
>>>>>>> on build breaks, etc when a release is around the corner.
>>>>>>>
>>>>>>
>>>>>>
>>>>>> yes you are right. we are gonna have a CI server this time. Actually
>>>>>> we had a working one. But for some other reason, we had to shut it down.
>>>>>>
>>>>>> thanks,
>>>>>> --Pradeep
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> If you already have something like that set up please ignore this
>>>>>>> mail.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Danushka
>>>>>>>
>>>>>>> On Wed, Nov 2, 2011 at 11:55 PM, Pradeep Fernando <pradeep at wso2.com>wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> looks like hackathon is going well. Its better if we can achieve
>>>>>>>> the following items in this hackathon. (I think some of the things are
>>>>>>>> already underway).
>>>>>>>>
>>>>>>>> * trunk build from the root pom without errors. - (i guess this is
>>>>>>>> working)
>>>>>>>> * moving all products to maven3 build (carbon, as, gs are done as
>>>>>>>> of now)
>>>>>>>> * create a new profile for greg doc generation process since it
>>>>>>>> takes a lot of time, and we dont want the doc generation in our day to day
>>>>>>>> build. (or else we should find a solution for that blacklisting thing)
>>>>>>>> * upgrade the trunk version, 3.2.0-SNAPSHOT to 4.0.0-SNAPSHOT (this
>>>>>>>> is a grep/sed)
>>>>>>>> * branch out new dependencies and make sure they don't break the
>>>>>>>> current build (right now we are pointing to 3.2.0 branch)
>>>>>>>> *Set up a CI server
>>>>>>>>
>>>>>>>>
>>>>>>>> thanks,
>>>>>>>> --Pradeep
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Carbon-dev mailing list
>>>>>>>> Carbon-dev at wso2.org
>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Carbon-dev mailing list
>>>>>>> Carbon-dev at wso2.org
>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Pradeep Fernando
>>>>>> Software Engineer
>>>>>> WSO2 Inc; http://wso2.com/
>>>>>>
>>>>>> blog: http://pradeepfernando.blogspot.com/
>>>>>> m: +94776603662
>>>>>>
>>>>>> _______________________________________________
>>>>>> Carbon-dev mailing list
>>>>>> Carbon-dev at wso2.org
>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thanks,
>>>>> Denis
>>>>> ----------------------------------------------------------
>>>>> *Denis Weerasiri*
>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>>> *
>>>>> *
>>>>> *site: **https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/>
>>>>> *blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>> *
>>>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>> *
>>>>> linked-in: **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> Carbon-dev at wso2.org
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Harshana Martin
>>>> Software Engineer
>>>> WSO2 Inc.
>>>> Web:http://wso2.com
>>>>           http://wso2.org
>>>>
>>>> Mobile: +94 716062650
>>>> Blog: http://harshana05.blogspot.com
>>>> Profile: https://www.google.com/profiles/harshana05
>>>> Twitter: http://twitter.com/harshana05
>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> Carbon-dev at wso2.org
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>>
>>> Thilini Ishaka
>>> WSO2 Inc
>>>
>>>
>>
>>
>> --
>> Regards
>>
>> Thilini Ishaka
>> WSO2 Inc
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev at wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Madhuka* Udantha
> http://madhukaudantha.blogspot.com/
>
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev at wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Regards

Thilini Ishaka
WSO2 Inc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.wso2.org/pipermail/carbon-dev/attachments/20111107/f912c74c/attachment-0001.html>


More information about the Carbon-dev mailing list