MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Tag SVN “Nightly” Builds with CruiseControl.Net

rajeshkumar created the topic: Tag SVN “Nightly” Builds with CruiseControl.Net How would I do a nightly or other scheduled build for CruiseControl.NET without having a duplicate project? In my current config, every 60 seconds, I am checking out the trunk using Subversion, running MSBuild, then either NUnit or MSTest. I would like to commit back … Read more

New Setup issues of CruseControl

scmuser created the topic: New Setup issues of CruseControl Connectforu Config Tab Issues Hi, I have cruise contriol and when i navigated to Connectforu and click in Config Tab, i got following issues, plz guide me. HTTP ERROR: 500 javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: epc-rajesh-wxp.chordiant-epc.com; nested exception is: java.net.ConnectException: Connection refused: … Read more

Unregister Issues in JMX Interface

scmuser created the topic: Unregister Issues in JMX Interface Hi, I am just learning Cruise Control. I access http://localhost:8000/ link and click on un-register and then this Page is disappeared. Can you guide me how to reset this back to earlier state? scmuser replied the topic: Re:Unregister Issues in JMX Interface Hi I got this … Read more

Msbuild slower than devenv

scmuser created the topic: msbuild slower than devenv Hi, I’m experiencing performance inconsistencies with regards to build duration when building a VS2008 solution file with either devenv or msbuild from command line. My solution contains both C# and C++ projects, and I have these results: devenv.exe (either command line or within the ide): 7 minutes … Read more

Build Archive Policy

sgoldstein created the topic: Build Archive Policy I wanted to get some input from the SCM community regarding build archiving. When using either a CI or nightly build approach, a number of builds are generated during a release. How do people generally define a retention policy for retaining builds on disk? Once the retention policy … Read more

MSBuild Tool

rambabu1683 created the topic: MSBuild Tool Hi guys, i am new to this forum. can anyone help me about MSBUILD tool with small examples? Warm Regards, Rambabu.M rajeshkumar replied the topic: MSBuild Tool These quicks urls might help you… www.scmgalaxy.com/189-msbuild/229-introduction-to-msbuild.html www.scmgalaxy.com/189-msbuild/161-runnin…ous-integration.html Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

Windows: “OpenSCManager failed – Access is denied. (0x5)” errors when

scmuser created the topic: Windows: “OpenSCManager failed – Access is denied. (0x5)” errors when Problem: Windows: “OpenSCManager failed – Access is denied. (0x5)” errors when starting Nexus Solution: You need to run the command prompt as an Administrator to avoid the problem. For example: 1. click on start 2. click “All Programs” 3. click on … Read more

The nexus-webapp service is not installed – The specified service does

scmuser created the topic: The nexus-webapp service is not installed – The specified service does While installing Sonatype nexus in Windows 7, I get following error.. wrapper | The nexus-webapp service is not installed – The specified service does not exist as an installed service. (0x424) I checked java version but no help.. C:\tools\nexus\nexus-2.7.0-04\bin>java -version … Read more

Fatal error: Unable to find local grunt.

scmuser created the topic: Fatal error: Unable to find local grunt. I am getting following error… grunt lite grunt-cli: The grunt command line interface. (v0.1.9) Fatal error: Unable to find local grunt. If you’re seeing this message, either a Gruntfile wasn’t found or grunt hasn’t been installed locally to your project. For more information about … Read more

Error: Cannot find module ‘graceful-fs’

rajeshkumar created the topic: Error: Cannot find module ‘graceful-fs’ Error – Error: Cannot find module ‘graceful-fs’ at Function.Module._resolveFilename (module.js:331:15) at Function.Module._load (module.js:273:25) at Module.require (module.js:357:17) at require (module.js:373:17) at Object. (/usr/share/npm/lib/utils/ini.js:32:10) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:349:32) at Function.Module._load (module.js:305:12) at Module.require (module.js:357:17) root@mtv-ubld-39:~/node/npm/scripts# export NODE_PATH=/usr/lib/nodejs/graceful-fs.js root@mtv-ubld-39:~/node/npm/scripts# echo $NODE_PATH /usr/lib/nodejs/graceful-fs.js root@mtv-ubld-39:~/node/npm/scripts# echo … Read more