I just took the Java Development with Ant Quiz. The result revealed a couple issues in my Ant tutorial pages that are now corrected. First, the location attribute should be used instead of the value attribute when defining a property location This binds the property to a fixed filesystem location rather than a string in case it is passed to another process. And second, the java task should use fork="true" to provide full access to the Java runtime classes and to prevent a call to System.exit() from terminating Ant's runtime.
Take the First Step has moved. The new location is http://www.ideoplex.com/blog/ – Please update your bookmarks. You should be automatically forwarded in 30 seconds.
|
|
Tuesday, February 25, 2003 |
10:32:52 AM
comment []
