Modify ↓
Ticket #433 (closed defect: fixed)
Error in Documentation in Book under Writing a simple Buildfile
| Reported by: | nowarninglabel@… | Owned by: | mrook |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.1 |
| Component: | documentation | Version: | 2.4.0 |
| Keywords: | Cc: |
Description
In the documentation, in the chapter Getting Started, and the section writing a simple buildfile, there is an example of a buildfile. This buildfile will not run because line 3 looks like this:
<project name="FooBar" default="dist"
However it should be this:
<project name="FooBar" default="dist">
Trying to run it as is will result in error like so:
Error reading project file [wrapped: /home/user/phingtest/build.xml:5:1: > required]
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
