You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/03/23 19:32:00 UTC

DO NOT REPLY [Bug 33260] - p4change task does not set p4.change property correctly

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33260>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33260





------- Additional Comments From frail.knight@gmail.com  2006-03-23 18:31 -------
We are having the same problem.

Perforce:
Client Version: 2004.2 72642
Server Version: P4D/LINUX24X86/2005.1/83219 (2005/07/26)

Ant:
1.6.5

Our xml file contains:

  <p4change description="Change Build Number in Script"/>
  <p4edit
    view="${JavaLispCommonResources}/currentResources.properties..."
    change="${p4.change}"/>
  <propertyfile file="${JavaLispCommonResources}/currentResources.properties">
  <entry  key="build.date" type="date" value="now" pattern="yyyy.MM.dd"/>
  <entry  key="build.num" type="int" default="0000" operation="+" value="1"
pattern="0000"/>
  </propertyfile>
  <p4submit change="${p4.change}"/>

It gets to the <p4edit/> and complains about ${p4.change} not being set.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org