This file contains 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
package com.raytheon.javaPrag.hw3; | |
/** | |
* | |
* @author 00v5944 | |
*/ | |
public abstract class TargetableArea implements Targetable{ | |
protected String description; // description of area | |
protected Target Target; |
This file contains 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
package com.raytheon.javaPrag.hw3; | |
/** | |
* | |
* @author 00v5944 | |
*/ | |
public class AreaOfInterest extends TargetableArea { | |
public AreaOfInterest(String description, Target Target) { | |
this.description = description; |
This file contains 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
mvn deploy:deploy -DaltDeploymentRepository=nexus::default::http://arsenal-gear.home:18081/nexus/content/repositories/lucee -Dfile=/home/vagrant/.jenkins/server/jobs/helloworld/workspace -DartifactId=hello-world -DgroupId=com.maestrodev -Dversion=0.0.1 -Dpackaging=war -DrepositoryId=nexus -DgeneratePom=true |
This file contains 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
[ | |
"process_definition", | |
{ | |
"name":"error retry all" | |
}, | |
[ | |
[ | |
"sequence", | |
{ |
This file contains 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
Ruote.process_definition :name => 'game' do | |
# the main definition | |
sequence :tag => 'main', :on_error =>'handle_error' do | |
participant :ref => 'test' | |
end | |
# setup shop by calling alpha and let the logger show the state | |
define 'handle_error' do | |
_redo :ref => 'main' | |
end |
This file contains 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
0 60 la * 20110725-hotsusago {:t=>["define", {"name"=>"game"}, [["sequence", {"tag"=>"main", "on_error"=>"handle_error"}, [["participant", {"ref"=>"test"}, []]]], ["define", {"handle_error"=>nil}, [["redo", {"ref"=>"main"}, []]]]]], "stash"=>nil, :wi=>["0!eb38975f2ebdbba063a9297bbef4cc08!20110725-hotsusago", 0]} | |
1 60 ap * 20110725-hotsusago 3b19d 0_0 {:t=>["define", {"handle_error"=>nil}, [["redo", {"ref"=>"main"}, []]]], :pi=>"0!eb38975f2ebdbba063a9297bbef4cc08!20110725-hotsusago", :wi=>["0_0!3b19db0a1e8d5fb2ba91813508ac1452!20110725-hotsusago", 0]} | |
2 60 va * 20110725-hotsusago eb389 0 {"var"=>"handle_error"} | |
3 60 re * 20110725-hotsusago eb389 0 {"updated_tree"=>nil, :wi=>["0_0!3b19db0a1e8d5fb2ba91813508ac1452!20110725-hotsusago", 0]} | |
4 60 ap * 20110725-hotsusago 11c11 0_1 {:t=>["sequence", {"tag"=>"main", "on_error"=>"handle_error"}, [["participant", {"ref"=>"test"}, []]]], :pi=>"0!eb38975f2ebdbba063a9297bbef4cc08!20110725-hotsusago", :wi=>["0_1!11c118149673e54e22e325748c1d915b!20110725-hotsusag |
This file contains 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
Ruote.process_definition :name => 'game' do | |
cursor do | |
sequence :tag => 'main', :on_error =>'handle_error' do | |
participant :ref => 'test', :command => '/error/error' | |
end | |
end |
This file contains 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
<scm> | |
<connection>scm:git:https://github.com/kitplummer/hwtest.git</connection> | |
<developerConnection>scm:git:https://github.com/kitplummer/hwtest.git</developerConnection> | |
<url>https://github.com/kitplummer/hwtest</url> | |
</scm> |
This file contains 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
{ | |
"source" : null, | |
"position" : 1, | |
"id" : 560, | |
"created_at" : "2011-11-22T19:51:22-05:00", | |
"composition_id" : 481, | |
"updated_at" : "2011-11-22T19:51:22-05:00", | |
"options" : "{\"port\":{\"value\":\"8081\",\"type\":\"Integer\",\"required\":false},\"goals\":{\"value\":\"clean deploy\",\"type\":\"String\",\"required\":false},\"username\":{\"value\":\"sysadmin\",\"type\":\"String\",\"required\":false},\"host\":{\"value\":\"dev.maestrodev.com\",\"type\":\"String\",\"required\":false},\"arguments\":{\"value\":\"--batch-mode -DaltDeploymentRepository=maestro-archiva::default::${project.repository.url} -Dproject.repository.url=https:\\/\\/repo.maestrodev.com\\/archiva\\/repository\\/com.maestrodev.maestro.snapshots\",\"type\":\"String\",\"required\":false},\"web_path\":{\"value\":\"\\/continuum\",\"type\":\"String\",\"required\":false},\"path\":{\"value\":null,\"type\":\"Array\",\"required\":true},\"password\":{\"value\":\"riQPKKg2QkD0\",\"type\":\"Password\",\"required\":false},\"timeout\":{\"value\":\"18 |
This file contains 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
2011-12-01 21:06:46,241 [Thread-23] ERROR com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl - Error assigning redback role | |
java.lang.Exception: Missing Archiva URL configuration. | |
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getArchivaUrl(MaestroArchivaServiceImpl.java:92) | |
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.getRoleServiceClient(MaestroArchivaServiceImpl.java:119) | |
at com.maestrodev.maestro.build.service.impl.MaestroArchivaServiceImpl.assignRole(MaestroArchivaServiceImpl.java:311) | |
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRedbackRoles(UserAssignmentServiceImpl.java:202) | |
at com.maestrodev.maestro.security.service.impl.UserAssignmentServiceImpl.assignRole(UserAssignmentServiceImpl.java:105) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Dele |
OlderNewer