Please merge the pull request [2] to resolve the errors in mac build as the Eclipse distribution in mac os has a different structure.
[2] https://github.com/Drifftr/devstudio-tooling-bps/pull/2 Regards Awanthika Awanthika Senarath Software Engineer, WSO2 Inc. Mobile: +94717681791 On Wed, May 4, 2016 at 10:31 AM, Awanthika Senarath <[email protected]> wrote: > Hello Heshitha and team, > > I have fixed the installed distribution build and committed the changes to > the source shared with me. please fine the pull request [1]. > > Please introduce profiling to the build and make sure that the installed > distribution only in the release profile as it consumes a lot of resources > in downloading and installing OS specific Eclipse archives for all OS > versions. > > > > [1] https://github.com/Drifftr/devstudio-tooling-bps/pull/1 > > > Regards > Awanthika > > Awanthika Senarath > Software Engineer, WSO2 Inc. > Mobile: +94717681791 > > > > On Tue, May 3, 2016 at 12:07 PM, Awanthika Senarath <[email protected]> > wrote: > >> Hello Nandika, >> >> Developer Studio Kernel 4.1.0 GA is scheduled to be released on the 5th >> of May. >> >> Regards >> Awanthika >> >> Awanthika Senarath >> Software Engineer, WSO2 Inc. >> Mobile: +94717681791 >> >> >> >> On Tue, May 3, 2016 at 11:55 AM, Nandika Jayawardana <[email protected]> >> wrote: >> >>> Hi Awanthika, >>> >>> You can let us know when the developer studio mars kernel is scheduled >>> to be released. What we want from BPS tooling point of view is to release >>> the currently completed human task editor and the migrated BPEL tooling ( >>> from luna to mars ) released as quickly as possible. >>> >>> Regards >>> Nandika >>> >>> On Tue, May 3, 2016 at 11:52 AM, Heshitha Hettihewa <[email protected]> >>> wrote: >>> >>>> Hi kavith, >>>> >>>> Thanks a lot for pointing out , This was the cause for the build >>>> failure. >>>> >>>> Thanks. >>>> >>>> On Tue, May 3, 2016 at 11:44 AM, Heshitha Hettihewa <[email protected] >>>> > wrote: >>>> >>>>> Hi Awanthika, >>>>> >>>>> Thanks a lot. I will add a profile in the main pom as you mentioned. >>>>> >>>>> Thanks. >>>>> >>>>> On Tue, May 3, 2016 at 11:39 AM, Kavith Lokuhewage <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi Hasitha, >>>>>> >>>>>> Seems like eclipse mars releases are still not deployed to wso2 >>>>>> maven. Since these packs are configured as pom dependencies in installed >>>>>> distribution module, maven tries to download them from the configured >>>>>> nexus >>>>>> repos. We will have to get them deployed to nexus first . >>>>>> >>>>>> Thanks >>>>>> >>>>>> On Tue, May 3, 2016 at 11:33 AM, Heshitha Hettihewa < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> Currently I'm in the process of migrating BPEL plugins and Human >>>>>>> Task editor plugin into Eclipse Mars. In installed distributions module >>>>>>> I >>>>>>> have updated the existing luna repos into new mars repos according to >>>>>>> this >>>>>>> [1]. But when I'm trying to build the installed distributions module I'm >>>>>>> getting this build error. >>>>>>> >>>>>>> [ERROR] Failed to execute goal >>>>>>> org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-4:unpack >>>>>>> (1-unpack-p2-agent-distribution) on project >>>>>>> developer-studio-bps-eclipse-jee-mars-linux-gtk: Unable to find >>>>>>> artifact. >>>>>>> Could not find artifact >>>>>>> org.eclipse:eclipse-jee-mars-2-linux-gtk:tar.gz:4.5.2 in >>>>>>> wso2-maven2-repo ( >>>>>>> http://dist.wso2.org/maven2/) >>>>>>> [ERROR] >>>>>>> [ERROR] Try downloading the file manually from the project website. >>>>>>> [ERROR] >>>>>>> [ERROR] Then, install it using the command: >>>>>>> [ERROR] mvn install:install-file -DgroupId=org.eclipse >>>>>>> -DartifactId=eclipse-jee-mars-2-linux-gtk -Dversion=4.5.2 >>>>>>> -Dpackaging=tar.gz -Dfile=/path/to/file >>>>>>> [ERROR] >>>>>>> [ERROR] Alternatively, if you host your own repository you can >>>>>>> deploy the file there: >>>>>>> [ERROR] mvn deploy:deploy-file -DgroupId=org.eclipse >>>>>>> -DartifactId=eclipse-jee-mars-2-linux-gtk -Dversion=4.5.2 >>>>>>> -Dpackaging=tar.gz -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >>>>>>> [ERROR] >>>>>>> [ERROR] >>>>>>> [ERROR] org.eclipse:eclipse-jee-mars-2-linux-gtk:tar.gz:4.5.2 >>>>>>> [ERROR] >>>>>>> [ERROR] from the specified remote repositories: >>>>>>> [ERROR] wso2-maven2-repo (http://dist.wso2.org/maven2/, >>>>>>> releases=true, snapshots=true), >>>>>>> [ERROR] DevS-Deps-p2-Repository ( >>>>>>> http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.1.0/kernel/releases/, >>>>>>> releases=false, snapshots=false), >>>>>>> [ERROR] Eclipse-p2-repo (http://download.eclipse.org/releases/mars/, >>>>>>> releases=false, snapshots=false), >>>>>>> [ERROR] WSO2-Nexus-Maven-Repository ( >>>>>>> http://maven.wso2.org/nexus/content/groups/wso2-public/, >>>>>>> releases=true, snapshots=true), >>>>>>> [ERROR] Maven-Central-Repo (http://repo1.maven.org/maven/, >>>>>>> releases=true, snapshots=true), >>>>>>> [ERROR] DevS-Kernel-p2-releases-Repository ( >>>>>>> http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.1.0/kernel/releases/, >>>>>>> releases=false, snapshots=false), >>>>>>> [ERROR] DevS-Platform-p2-releases-Repository ( >>>>>>> http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.1.0/platform-bundles/releases/, >>>>>>> releases=false, snapshots=false), >>>>>>> [ERROR] Additional-Tools-p2-Repository ( >>>>>>> http://builder1.us1.wso2.org/~developerstudio/developer-studio-kernel/4.0.0/additional-tools/releases/p2/, >>>>>>> releases=false, snapshots=false), >>>>>>> [ERROR] WSO2-p2-Repository ( >>>>>>> http://product-dist.wso2.com/p2/carbon/releases/wilkes/, >>>>>>> releases=false, snapshots=false), >>>>>>> [ERROR] WSO2-Nexus-Maven-SNAPSHOT-Repository ( >>>>>>> http://maven.wso2.org/nexus/content/repositories/wso2.maven2.snapshot/, >>>>>>> releases=true, snapshots=true), >>>>>>> [ERROR] central (http://repo.maven.apache.org/maven2, >>>>>>> releases=true, snapshots=false) >>>>>>> >>>>>>> any suggestions on solving this? >>>>>>> >>>>>>> [1]. https://github.com/wso2/devstudio-tooling-esb >>>>>>> >>>>>>> Thanks, >>>>>>> -- >>>>>>> Heshitha Hettihewa >>>>>>> *Software Engineer* >>>>>>> Mobile : +94716866386 >>>>>>> <%2B94%20%280%29%20773%20451194> >>>>>>> [email protected] >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Kavith Lokuhewage* >>>>>> Software Engineer >>>>>> WSO2 Inc. - http://wso2.com >>>>>> lean . enterprise . middleware >>>>>> Mobile - +9477-9-145-123 | +9471-455-6-401 >>>>>> Linkedin <http://www.linkedin.com/pub/kavith-lokuhewage/49/473/419> >>>>>> Twitter <https://twitter.com/KavithThiranga> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Heshitha Hettihewa >>>>> *Software Engineer* >>>>> Mobile : +94716866386 >>>>> <%2B94%20%280%29%20773%20451194> >>>>> [email protected] >>>>> >>>> >>>> >>>> >>>> -- >>>> Heshitha Hettihewa >>>> *Software Engineer* >>>> Mobile : +94716866386 >>>> <%2B94%20%280%29%20773%20451194> >>>> [email protected] >>>> >>> >>> >>> >>> -- >>> Nandika Jayawardana >>> WSO2 Inc ; http://wso2.com >>> lean.enterprise.middleware >>> >> >> >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
