Skip to content

Instantly share code, notes, and snippets.

View GPrathap's full-sized avatar
🙃
When the right time comes

Geesara Prathap Kulathunga GPrathap

🙃
When the right time comes
View GitHub Profile
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.homeautomation:org.homeautomation.doormanager.plugin:bundle:1.0.0-SNAPSHOT
[WARNING] 'artifactId' contains an expression but should be a constant. @ org.homeautomation:${groupId}.doormanager.plugin:1.0.0-SNAPSHOT, /mnt/iotServer/m3/wso2iots-1.0.0-SNAPSHOT/samples/doormanager/component/plugin/pom.xml, line 28, column 17
[WARNING] 'dependencyManagement.dependencies.dependency.systemPath' for org.wso2.carbon.devicemgt:org.wso2.carbon.apimgt.webapp.publisher:jar should not point at files within the project directory, ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.apimgt.webapp.publisher_${carbon.device.mgt.jar.version}.jar will be unresolvable by dependent projects @ org.homeautomation:component:1.0.0-SNAPSHOT, /mnt/iotServer/m3/wso2iots-1.0.0-SNAPSHOT/samples/doormanager/component/pom.xml, line 61, column 29
[WARNING] 'dependencyManagement.dependencies.dependency.sys
@GPrathap
GPrathap / gist:bf4e702c72d06de76ef0
Last active August 29, 2015 14:14
Installation log file (REST API in C)
[sudo] password for geesara:
Now CGI scripts are going to store in /usr/local/apache2/cgi-bin/
please wait ...
fun
================================== Compilation is started ==========================
cc -Wall -std=gnu99 -O2 -c -o ../libs/baseStruct.o ../libs/baseStruct.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/dbrequest.o ../libs/dbrequest.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/makeBuffer.o ../libs/makeBuffer.c
cc -Wall -std=gnu99 -O2 -c -o ../libs/log.o ../libs/log.c
@GPrathap
GPrathap / proxyMod.c
Last active August 29, 2015 14:13
Virtual host configuration file
#include "httpd.h"
#include "http_core.h"
#include "http_protocol.h"
#include "http_request.h"
#include "apr_strings.h"
#include "apr_network_io.h"
#include "apr_md5.h"
#include "apr_sha1.h"
#include "apr_hash.h"