On Mon, Apr 3, 2017 at 8:43 PM, Sarthak Gupta <[email protected]> wrote:
> Hi Marius, > > Thanks for your reply :) > > when I executed the command, this happened. > > sarthak@ubuntu16:~/gsoc/application-ckeditor-master/base$ > target/ckeditor-dev-4.6.2/dev/builder/build.sh -s > CKBuilder - Builds a release version of ckeditor-dev. > > Checking/Updating CKBuilder... > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- > 0 > > Starting CKBuilder... > > fatal: Needed a single revision > This is a Git issue. What maven command did you use to build CKEditor? Did you use 'mvn clean install'? Do you get the same after deleting the target folder (mvn clean) and then rebuilding CKEditor (mvn install)? > > > Yes, it failed. Can it be because I am running ubuntu on VMware > Worksatation 12 Player? > > Thanks. > > Sarthak Gupta > > On Mon, Apr 3, 2017 at 1:05 PM, Marius Dumitru Florea < > [email protected]> wrote: > > > You seem to have a problem with the CKBuilder. I have the following > output > > when CKBuilder is started: > > > > ----------8<---------- > > CKBuilder - Builds a release version of ckeditor-dev. > > > > Checking/Updating CKBuilder... > > % Total % Received % Xferd Average Speed Time Time Time > > Current > > Dload Upload Total Spent Left > > Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- > > --:--:-- 0 > > > > Starting CKBuilder... > > ---------->8---------- > > > > You're missing some output between "Checking/Updating CKBuilder..." and > > "Starting CKBuilder...". I don't know if this is related to the problem > you > > have. You can try to start the CKBuilder yourself: > > > > * Go to /home/sarthak/gsoc/application-ckeditor-master/base/ > > * Execute the following from the command line:. > > > > target/ckeditor-dev-4.6.2/dev/builder/build.sh -s > > > > If it fails then you need to ask the CKBuilder developers. We, the XWiki > > development team, are just using it. And it works fine for me on Ubuntu > > 16.4 > > > > > > On Mon, Apr 3, 2017 at 7:20 AM, Sarthak Gupta <[email protected] > > > > wrote: > > > > > Does anyone has an idea about this error. I require little help please. > > :/ > > > > > > Thanks > > > > > > On Sun, Apr 2, 2017 at 12:10 PM, Sarthak Gupta < > > [email protected]> > > > wrote: > > > > > > > Hi, > > > > I am getting this below given error while building > > > > application-ckeditor-master on > > > > Ubuntu 16.04 running on VMware Worksatation 12 Player. > > > > javac 1.8.0_121 > > > > > > > > I have atttached the log while building the system. > > > > errorlog.txt - is the stack trace. > > > > detail_log.txt - is the full debugging log.(link given below) > > > > > > > > https://drive.google.com/open?id=0B4nlsL1nZ5MwTVduR1BkQkRFRzg > > > > > > > > (file is > 100 KB) > > > > What to do? :/ > > > > > > > > > >

