Skip to content

Commit

Permalink
Revert "Added a simple 'HelloWorld' java example. This can be quickly…
Browse files Browse the repository at this point in the history
… used to demonstrate different issues in pants without the complexities of the `examples/src/java/com/pants/examples/hello/main` target that is used to demonstrate more features of pants, like bundling, resources, etc."

This reverts commit 8a495cb.
  • Loading branch information
ericzundel committed Apr 3, 2015
1 parent 8a495cb commit e0085f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 32 deletions.
8 changes: 0 additions & 8 deletions examples/src/java/com/pants/examples/hello/simple/BUILD

This file was deleted.

17 changes: 0 additions & 17 deletions examples/src/java/com/pants/examples/hello/simple/HelloWorld.java

This file was deleted.

8 changes: 1 addition & 7 deletions src/docs/first_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,7 @@ will still compile them since it knows it must compile before it can
test.

:::bash
$ pants test src/java/com/myorg/myproject tests/java/com/myorg/myproject

**Run a binary**<br>
Use pants to execute a binary target. Compiles the code first if it is not up to date.

:::bash
$ ./pants run examples/src/java/com/pants/examples/hello/simple
$ pants goal test src/java/com/myorg/myproject tests/java/com/myorg/myproject

**Get Help**<br>
Get the list of goals:
Expand Down

0 comments on commit e0085f9

Please sign in to comment.