Hi , The reason to above failure is, relative path of the parent is wrong in pom. It should be <relativePath>../pom.xml</relativePath> but in the code it is <relativePath>../../pom.xml</relativePath>
After doing this modification, i could resolve this build failure. Thanks, Shameera. On Thu, Sep 20, 2012 at 3:13 PM, Shameera Rathnayaka <[email protected]>wrote: > Hi devs, > > When i try to build the kernel/tags/4.0.1 or kernel/branch/4.0.0 it failed > due to non resolvable parent pom. Here is the error message > > [ERROR] Non-resolvable parent POM: Failure to find > org.wso2.carbon:integration:pom:4.0.0 in http://repo1.maven.org/maven2was > cached in the local repository, resolution will not be reattempted > until the update interval of central has elapsed or updates are forced and > 'parent.relativePath' points at wrong local POM @ line 22, column 13 -> > [Help 2] > > It seems particula pom is missing in repo isn't it? > > BTW at the moment, what i need is working source code to continue task > which is writing a new adapter for ESB. If i am in wrong direction could > you please mention a way to continue this building process. > > > Thanks, > Shameera. >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
