On Wed, Feb 2, 2011 at 8:10 AM, Sumedha Rubasinghe <[email protected]> wrote: > > > On Tue, Feb 1, 2011 at 11:22 PM, Senaka Fernando <[email protected]> wrote: >> >> Hi Sumedha, >> >> Did you check on that site.xml in core/docs? Can you add the following >> into that and try again. Not sure, but I think that not having this is the >> cause. >> >> <skin> >> <groupId>org.apache.maven.skins</groupId> >> <artifactId>maven-default-skin</artifactId> >> <version>1.0</version> >> </skin>
as sumedha has mentioned, this is not local to us. people have encountered this. specifying the version is the suggested workaround. > > Ok will try that. But if this is the case, why don't we have this committed > to SVN. And why isn't builder machine catching this? Are we not cleaning up > the repo? > /sumedha > >> >> Thanks, >> Senaka. >> >> On Tue, Feb 1, 2011 at 10:54 PM, Sumedha Rubasinghe <[email protected]> >> wrote: >>> >>> >>> On Tue, Feb 1, 2011 at 6:34 PM, Pradeep Fernando <[email protected]> >>> wrote: >>>> >>>> On Tue, Feb 1, 2011 at 5:28 PM, Sumedha Rubasinghe <[email protected]> >>>> wrote: >>>> > >>>> > >>>> > On Tue, Feb 1, 2011 at 5:19 PM, Sameera Jayasoma <[email protected]> >>>> > wrote: >>>> >> >>>> >> Sumedha, >>>> >> >>>> >> I haven't seen this error before. Are you building Carbon in a fresh >>>> >> M2 >>>> >> repo? >>>> > >>>> > Nope. >>>> > /sumedha >>>> > >>>> >> >>>> >> Thanks, >>>> >> Sameera >>>> >> >>>> >> On Tue, Feb 1, 2011 at 5:11 PM, Sumedha Rubasinghe <[email protected]> >>>> >> wrote: >>>> >>> >>>> >>> Anyone else getting this when building latest carbon core on trunk? >>>> >>> /sumedha >>>> >>>> >>>> i'm getting this error. building carbon 3.1.0 on windows xp / clean repo >>> >>> I also tried on a clean repo. There also getting the same problem. I >>> tried this on Supun's machine & yet to know the results. >>> But, I think some pom file coming from a transitive dependency is having >>> 'RELEASE' as the version number. This is what is causing the problem. >>> /sumedha >>> >>> >>>> >>>> --Pradeep >>>> >>>> >>>> >>> >>>> >>> ---------- Forwarded message ---------- >>>> >>> From: Sumedha Rubasinghe <[email protected]> >>>> >>> Date: Tue, Feb 1, 2011 at 1:22 PM >>>> >>> Subject: Carbon Core build Error - >>>> >>> org.apache.maven.skins:maven-default-skin:jar:RELEASE >>>> >>> To: carbon-dev <[email protected]> >>>> >>> >>>> >>> >>>> >>> [ERROR] BUILD ERROR >>>> >>> [INFO] >>>> >>> >>>> >>> ------------------------------------------------------------------------ >>>> >>> [INFO] SiteToolException: ArtifactNotFoundException: The skin does >>>> >>> not >>>> >>> exist: Unable to determine the release version >>>> >>> Try downloading the file manually from the project website. >>>> >>> Then, install it using the command: >>>> >>> mvn install:install-file -DgroupId=org.apache.maven.skins >>>> >>> -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar >>>> >>> -Dfile=/path/to/file >>>> >>> Alternatively, if you host your own repository you can deploy the >>>> >>> file >>>> >>> there: >>>> >>> mvn deploy:deploy-file -DgroupId=org.apache.maven.skins >>>> >>> -DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar >>>> >>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >>>> >>> >>>> >>> org.apache.maven.skins:maven-default-skin:jar:RELEASE >>>> >>> >>>> >>> >>>> >>> _______________________________________________ >>>> >>> Carbon-dev mailing list >>>> >>> [email protected] >>>> >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>> >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> Sameera Jayasoma >>>> >> Technical Lead and Product Manager, WSO2 Carbon >>>> >> >>>> >> WSO2, Inc. (http://wso2.com) >>>> >> email: [email protected] >>>> >> blog: http://tech.jayasoma.org >>>> >> >>>> >> Lean . Enterprise . Middleware >>>> >> >>>> >> _______________________________________________ >>>> >> Carbon-dev mailing list >>>> >> [email protected] >>>> >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >> >>>> > >>>> > >>>> > _______________________________________________ >>>> > Carbon-dev mailing list >>>> > [email protected] >>>> > 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 >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >>> >>> _______________________________________________ >>> Carbon-dev mailing list >>> [email protected] >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>> >> >> >> >> -- >> Senaka Fernando >> Product Manager - WSO2 Governance Registry; >> Associate Technical Lead; WSO2, Inc.; http://wso2.com >> Member; Apache Software Foundation; http://apache.org >> >> E-mail: senaka AT wso2.com >> P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818 >> Linked-In: http://www.linkedin.com/in/senakafernando >> >> Lean . Enterprise . Middleware >> >> >> _______________________________________________ >> Carbon-dev mailing list >> [email protected] >> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >> > > > _______________________________________________ > Carbon-dev mailing list > [email protected] > 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 [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
