Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build.xml #79

Open
joelbagan opened this issue Oct 4, 2017 · 2 comments
Open

Fix build.xml #79

joelbagan opened this issue Oct 4, 2017 · 2 comments
Labels

Comments

@joelbagan
Copy link
Contributor

There is a small bug in the build.xml. This is a good opportunity to review ant and earn some points.

Refer to https://github.com/UCSB-CS56-M16/cs56-rational-example/tree/master/ex02

Hint: Consider separating the actual main package name and the main class name variables. This makes it easy to update the build.xml when the project structure changes (i.e. class names, packages). Pay close attention to the compile and run targets in the example build.xml. The java task in the run target requires the fully qualified class name.

50pts

@joelbagan joelbagan added the bug label Oct 4, 2017
@joelbagan
Copy link
Contributor Author

F17 OK (50pts)

@Sierrasch
Copy link
Contributor

W18 OK (50 pts)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants