[GitHub] Rolence opened a new pull request #15: Fix on initial-setup.sh script

2018-04-26 Thread GitBox
Rolence opened a new pull request #15: Fix on initial-setup.sh script
URL: https://github.com/apache/fineract-cn-demo-server/pull/15
 
 
   The initial-setup.sh script creates tools directory and the next command 
executed was cd .. which takes you out of tools directory before cloning 
fineract-cn-crypto. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] Rolence closed pull request #14: Fix on initial-setup.sh

2018-04-26 Thread GitBox
Rolence closed pull request #14: Fix on initial-setup.sh
URL: https://github.com/apache/fineract-cn-demo-server/pull/14
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.classpath b/.classpath
new file mode 100644
index 000..32b3a1c
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,8 @@
+
+
+   
+   
+   
+   
+   
+
diff --git a/.project b/.project
new file mode 100644
index 000..df5a340
--- /dev/null
+++ b/.project
@@ -0,0 +1,23 @@
+
+
+   demo-server
+   Project demo-server created by Buildship.
+   
+   
+   
+   
+   org.eclipse.jdt.core.javabuilder
+   
+   
+   
+   
+   
org.eclipse.buildship.core.gradleprojectbuilder
+   
+   
+   
+   
+   
+   org.eclipse.jdt.core.javanature
+   org.eclipse.buildship.core.gradleprojectnature
+   
+
diff --git a/.settings/org.eclipse.buildship.core.prefs 
b/.settings/org.eclipse.buildship.core.prefs
new file mode 100644
index 000..ea96817
--- /dev/null
+++ b/.settings/org.eclipse.buildship.core.prefs
@@ -0,0 +1,2 @@
+#Wed Apr 25 11:01:51 WAT 2018
+connection.project.dir=
diff --git a/bin/logback.xml b/bin/logback.xml
new file mode 100644
index 000..e7d2cef
--- /dev/null
+++ b/bin/logback.xml
@@ -0,0 +1,58 @@
+
+
+
+logs/service-runner.log
+
+
logs/archive/service-runner.%d{-MM-dd}.log
+7
+2GB
+
+
+%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n
+
+
+
+
+%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - 
%msg%n
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/bin/org/apache/fineract/cn/dev/ApplicationBuilder.class 
b/bin/org/apache/fineract/cn/dev/ApplicationBuilder.class
new file mode 100644
index 000..9fdd78d
Binary files /dev/null and 
b/bin/org/apache/fineract/cn/dev/ApplicationBuilder.class differ
diff --git a/bin/org/apache/fineract/cn/dev/DemoServer.class 
b/bin/org/apache/fineract/cn/dev/DemoServer.class
new file mode 100644
index 000..90c5c9e
Binary files /dev/null and b/bin/org/apache/fineract/cn/dev/DemoServer.class 
differ
diff --git 
a/bin/org/apache/fineract/cn/dev/ServiceRunner$TestConfiguration.class 
b/bin/org/apache/fineract/cn/dev/ServiceRunner$TestConfiguration.class
new file mode 100644
index 000..d3c5f09
Binary files /dev/null and 
b/bin/org/apache/fineract/cn/dev/ServiceRunner$TestConfiguration.class differ
diff --git a/bin/org/apache/fineract/cn/dev/ServiceRunner.class 
b/bin/org/apache/fineract/cn/dev/ServiceRunner.class
new file mode 100644
index 000..7e1e0e0
Binary files /dev/null and b/bin/org/apache/fineract/cn/dev/ServiceRunner.class 
differ
diff --git a/bin/org/apache/fineract/cn/dev/TenantBuilder.class 
b/bin/org/apache/fineract/cn/dev/TenantBuilder.class
new file mode 100644
index 000..138a721
Binary files /dev/null and b/bin/org/apache/fineract/cn/dev/TenantBuilder.class 
differ
diff --git a/bin/org/apache/fineract/cn/dev/listener/AccountingListener.class 
b/bin/org/apache/fineract/cn/dev/listener/AccountingListener.class
new file mode 100644
index 000..91e944f
Binary files /dev/null and 
b/bin/org/apache/fineract/cn/dev/listener/AccountingListener.class differ
diff --git a/bin/org/apache/fineract/cn/dev/listener/ChequesListener.class 
b/bin/org/apache/fineract/cn/dev/listener/ChequesListener.class
new file mode 100644
index 000..49925a2
Binary files /dev/null and 
b/bin/org/apache/fineract/cn/dev/listener/ChequesListener.class differ
diff --git a/bin/org/apache/fineract/cn/dev/listener/CustomerListener.class 
b/bin/org/apache/fineract/cn/dev/listener/CustomerListener.class
new file mode 100644
index 000..18ae82a
Binary files /dev/null and 
b/bin/org/apache/fineract/cn/dev/listener/CustomerListener.class differ
diff --git 
a/bin/org/apache/fineract/cn/dev/listener/DepositAccountManagementListener.class
 
b/bin/org/apache/fineract/cn/dev/listener/DepositAccountManagementListener.class
new file mode 100644
index 000..a952cbd
Binary files /dev/null and 
b/bin/org/apache/fineract/cn/dev/listener/DepositAccountManagementListener.class
 differ
diff --git a/bin/org/apache/fineract/cn/dev/listener/GroupListener.class 
b/bin/org/apache/fineract/cn/dev/listener/GroupListener.class
new file mode 100644
index 000..df8629a
Binary files /dev/null and 
b/bin/org/apache/fineract/cn/dev/listener/GroupListener.class differ
diff --git a/bin/org/apache/fineract/cn/dev/

[GitHub] Izakey commented on issue #14: Fix on initial-setup.sh

2018-04-26 Thread GitBox
Izakey commented on issue #14: Fix on initial-setup.sh
URL: 
https://github.com/apache/fineract-cn-demo-server/pull/14#issuecomment-384575045
 
 
   Hi @Rolence , Please ignore ALL the unnecessary files in your PR except for 
the initial-setup.sh script.You may have to close this one and submit another 
PR with just your intended updated changes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] Rolence opened a new pull request #14: Fix on initial-setup.sh

2018-04-26 Thread GitBox
Rolence opened a new pull request #14: Fix on initial-setup.sh
URL: https://github.com/apache/fineract-cn-demo-server/pull/14
 
 
   Fix on initial-setup script when the tools directory is created and you cd 
into it the next command was a cd out of the tools which made the 
fineract-cn-crypto to be cloned and be cloned in the root directory.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services