Modify

Ticket #433 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by mrook

  • Status changed from new to assigned

comment:2 Changed 2 years ago by mrook

(In [709]) Refs #433 - fix typo in sample build file

comment:3 Changed 2 years ago by mrook

  • Status changed from assigned to closed
  • Resolution set to fixed

We believe this issue has been fixed in the SVN trunk.

Thank you for the report, and for helping us make Phing better!

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.