You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
There is a small bug in the
build.xml
. This is a good opportunity to reviewant
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 thecompile
andrun
targets in the examplebuild.xml
. Thejava
task in therun
target requires the fully qualified class name.50pts
The text was updated successfully, but these errors were encountered: