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=35192>.
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=35192
Summary: Receiving MessageFormat Parse Error when executing PVCS
in Ant
Product: Ant
Version: 1.6.3
Platform: Other
OS/Version: Windows 2000
Status: NEW
Severity: critical
Priority: P2
Component: Optional SCM tasks
AssignedTo: dev@ant.apache.org
ReportedBy: christiansondavida@johndeere.com
I get the following error:
C:\Ant\apache-ant-1.6.3\Tutorial>ant
Buildfile: build.xml
getlatest:
[pvcs] PVCS Version Manager (PCLI) v7.5.1.5 (Build 001) for Windows NT/80x8
6
[pvcs] Copyright 1985-2002 MERANT. All rights reserved.
[pvcs] Creating folders
BUILD FAILED
C:\Ant\apache-ant-1.6.3\Tutorial\build.xml:15: Failed executing: pcli lvf -z -aw
-prL:/Pvcs75/PVCS_Test_Projects -iddc76906:!dc76906 "//JDC Distributed Release
Notes R1.x". Exception: MessageFormat parse error!
when I execute the following code:
<?xml version="1.0" ?>
<!-- build.xml - a simple Ant Buildfile -->
<project name="Simple Buildfile" basedir="." default="getlatest">
<target name="getlatest">
<pvcs updateonly="True" repository="L:/Pvcs75/PVCS_Test_Projects"
pvcsproject="//JDC Distributed Release Notes R1.x" userid="dc76906:!dc76906" />
</target>
</project>
Any help is appreciated.
--
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
|