This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 12:03:33 PM: Executing task 'BGCFixClient.main()'... | |
| :compileJava NO-SOURCE | |
| :compileGroovy UP-TO-DATE | |
| :processResources UP-TO-DATE | |
| :classes UP-TO-DATE | |
| :BGCFixClient.main() | |
| [:date:null, :comments:null, :version:v.0.0.1, :log_dir:logs, :source_id:BTECFIX, :MQ:[:host:192.168.20.16, :port:1414, :mgr_name:test.mq_datasoft, :channel:CHANTCP, :replyToQ:false, :log_puts:true, :queue_map:[:trades:CHARLES]]] | |
| Constructing Logger | |
| Configuring todays logger |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| META-INF/ | |
| META-INF/MANIFEST.MF | |
| com/ | |
| com/tb/ | |
| com/tb/mq/ | |
| com/tb/mq/MQProcessor$_processRecords_closure1.class | |
| com/tb/mq/MQProcessor.class | |
| com/tb/stp/ | |
| com/tb/stp/ETL$_translate_closure1.class | |
| com/tb/stp/ETL.class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| buildscript { | |
| repositories { | |
| mavenCentral() | |
| jcenter() | |
| } | |
| dependencies { | |
| // classpath 'org.apache.ant:ant:1.10.1' | |
| classpath 'io.ratpack:ratpack-gradle:1.5.0' | |
| classpath "com.github.jruby-gradle:jruby-gradle-plugin:1.5.0" | |
| classpath "com.github.jruby-gradle:jruby-gradle-jar-plugin:1.5.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4:52:11 AM: Executing task 'jrubyJar'... | |
| :prepareJRubyJar | |
| if you want to use the executable lock_jars then install ruby-maven gem before using lock_jars | |
| $ gem install ruby-maven -v '~> 3.3.11' | |
| or add it as a development dependency to your Gemfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/charles/.rvm/rubies/jruby-1.7.9/bin/jruby --1.9 -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/charles/RubymineProjects/TbDatabaseService3/src/tests/my_orientdb_test.rb | |
| Testing started at 12:45 PM ... | |
| #<OrientDB::Document:McMessage:#9:23 app_id:"MC" origin:"Baker" msg_id:"1c0a8b00-890d-11e3-96ef-c82a14fffee0" data_type:"Account" submitted:#<DateTime: 2014-01-29T12:45:15-05:00 ((2456687j,63915s,3000000n),-18000s,2299161j)>> | |
| #<OrientDB::Document:McMessage:#9:23 app_id:"MC" origin:"Baker" msg_id:"1c0a8b00-890d-11e3-96ef-c82a14fffee0" data_type:"Account" submitted:#<DateTime: 2014-01-29T12:45:15-05:00 ((2456687j,63915s,3000000n),-18000s,2299161j)> data:#<OrientDB::RecordList:[NOT LOADED: #11:30,#11:31]>> | |
| #<OrientDB::Document:McData:#11:30 xref:"1c19a630-890d-11e3-96ef-c82a14fffee0" value_string:"hello~there~monkey2" msg:#<OrientDB::Document:McMessage:#9:23 app_id:"MC" origin:"Baker" msg_id:"1c0a8b00-890d-11e3-96ef-c82a14fffee0" data_type:"Account" submitted:#<DateTime: 2014-01-29T12:45:1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'test/unit' | |
| require 'uuidtools' | |
| require 'orientdb' | |
| include OrientDB | |
| include OrientDB::SQL | |
| include UUIDTools | |
| class OrientDBTest < Test::Unit::TestCase | |
| # Called before every test method runs. Can be used |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jruby_path = ENV['JRUBY_HOME'] | |
| $LOAD_PATH << "#{jruby_path}/lib" | |
| require 'com.ibm.mq.jar' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'java' | |
| $LOAD_PATH << ENV['JFX_DIR'] | |
| $LOAD_PATH << '/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib' | |
| require 'jfxrt.jar' | |
| #java_import 'javafx.scene.control.Control' | |
| begin | |
| Java::javafx.scene.layout.Region |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import javafx.application.Application; | |
| import javafx.beans.property.SimpleStringProperty; | |
| import javafx.collections.FXCollections; | |
| import javafx.collections.ObservableList; | |
| import javafx.event.ActionEvent; | |
| import javafx.event.EventHandler; | |
| import javafx.geometry.Insets; | |
| import javafx.scene.Group; | |
| import javafx.scene.Scene; | |
| import javafx.scene.control.Button; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'listen' | |
| Listen.to('./listener',force_polling: true) do |modified, added, removed| | |
| puts "modified absolute path: #{modified}" | |
| puts "added absolute path: #{added}" | |
| puts "removed absolute path: #{removed}" | |
| end | |
NewerOlder