-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42203 from ShammiL/tool-task-commands
Add build tool support to bal run, pack, test, graph, doc and profile commands
- Loading branch information
Showing
37 changed files
with
409 additions
and
2 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
8 changes: 8 additions & 0 deletions
8
...lerina-cli/src/test/resources/test-resources/command-outputs/unix/doc-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/winery:0.1.0 | ||
Generating API Documentation | ||
Saved to: apidocs |
11 changes: 11 additions & 0 deletions
11
...rina-cli/src/test/resources/test-resources/command-outputs/unix/graph-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
|
||
digraph "foo/winery:0.1.0" { | ||
node [shape=record] | ||
"foo/winery" [label="<0.1.0> foo/winery:0.1.0"]; | ||
|
||
// Edges | ||
|
||
} |
9 changes: 9 additions & 0 deletions
9
...i/src/test/resources/test-resources/command-outputs/unix/pack-project-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/winery:0.1.0 | ||
|
||
Creating bala | ||
target/bala/foo-winery-any-0.1.0.bala |
8 changes: 8 additions & 0 deletions
8
...rc/test/resources/test-resources/command-outputs/unix/profile-project-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/package_b:0.1.0 | ||
|
||
Generating executable | ||
target/bin/package_b.jar |
9 changes: 9 additions & 0 deletions
9
...li/src/test/resources/test-resources/command-outputs/unix/run-project-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/winery:0.1.0 | ||
|
||
Running executable | ||
|
6 changes: 6 additions & 0 deletions
6
...i/src/test/resources/test-resources/command-outputs/unix/test-project-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/winery:0.1.0 |
8 changes: 8 additions & 0 deletions
8
...ina-cli/src/test/resources/test-resources/command-outputs/windows/doc-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/winery:0.1.0 | ||
Generating API Documentation | ||
Saved to: apidocs |
11 changes: 11 additions & 0 deletions
11
...a-cli/src/test/resources/test-resources/command-outputs/windows/graph-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
|
||
digraph "foo/winery:0.1.0" { | ||
node [shape=record] | ||
"foo/winery" [label="<0.1.0> foo/winery:0.1.0"]; | ||
|
||
// Edges | ||
|
||
} |
9 changes: 9 additions & 0 deletions
9
...rc/test/resources/test-resources/command-outputs/windows/pack-project-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/winery:0.1.0 | ||
|
||
Creating bala | ||
target/bala/foo-winery-any-0.1.0.bala |
8 changes: 8 additions & 0 deletions
8
...test/resources/test-resources/command-outputs/windows/profile-project-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/package_b:0.1.0 | ||
|
||
Generating executable | ||
target/bin/package_b.jar |
9 changes: 9 additions & 0 deletions
9
...src/test/resources/test-resources/command-outputs/windows/run-project-with-build-tool.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
Executing Build Tools | ||
openapi(generate-delivery-client) | ||
|
||
Compiling source | ||
foo/winery:0.1.0 | ||
|
||
Running executable | ||
|
Oops, something went wrong.