DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9668>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9668 PVCS task fails with a MessageFormat parse error. Summary: PVCS task fails with a MessageFormat parse error. Product: Ant Version: 1.5Beta2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The PVCS task has been failing in Ant1.5Beta1 and Ant1.5Beta2. I have tried this task with both JDK1.4 and JDK1.3.1 and get the same results. This task use to work fine with ant1.4.1 The following is the output I get. ------------------------------------------------------------------ Buildfile: pvcsTargets.xml Detected Java version: 1.3 in: d:\jdk1.3.1\jre Detected OS: Windows NT parsing buildfile pvcsTargets.xml with URI = file:C:/WebDenisBuildArea/pvcsTargets.xml Project base dir set to: C:\WebDenisBuildArea Build sequence for target `pvcsGet' is [init, pvcsGet] Complete build sequence is [init, pvcsGet, insertBuildInfo, pvcsListVersionedFiles, pvcsLabelTrunk, pvcsLabelBranchHippa1, pvcsLabelProd, pvcsLabelBranchProdFix, deleteTempPcliFile, pvcsLabelBranchBcnReferal] init: [property] Loading C:\WebDenisBuildArea\antBuildGlobal.properties [property] Loading Environment myenv. Override ignored for property pvcsLabel pvcsGet: [pvcs] Executing 'pcli' with arguments: [pvcs] 'lvf' [pvcs] '-z' [pvcs] '-aw' [pvcs] '-sp'/@/Public/antBuild'' [pvcs] '-pr'\\snt210\DenisReEng\DenisTeam\PVCS'' [pvcs] ''/denis3'' [pvcs] The ' characters around the executable and arguments are [pvcs] not part of the command. [pvcs] PVCS Version Manager (VMGUI) v6.7.11 (Build 915.09) for Windows NT/80x86 [pvcs] Copyright 1985-2001 MERANT. All rights reserved. [pvcs] Creating folders [pvcs] Considering ""\\snt210\DenisReEng\DenisTeam\PVCS\archives\denis3 \denis_app.webapp-arc(C:\WebDenisBuildArea\tempFiles\denis3\denis_app.webapp)"" BUILD FAILED C:\WebDenisBuildArea\pvcsTargets.xml:110: Failed executing: pcli lvf -z -aw "- sp'/@/Public/antBuild'" "-pr'\\snt210\DenisReEng\DenisTeam\PVCS'" "'/denis3'". Exception: MessageFormat parse error! at org.apache.tools.ant.taskdefs.optional.pvcs.Pvcs.execute (Pvcs.java:278) at org.apache.tools.ant.Task.perform(Task.java:317) at org.apache.tools.ant.Target.execute(Target.java:309) at org.apache.tools.ant.Target.performTasks(Target.java:334) at org.apache.tools.ant.Project.executeTarget(Project.java:1216) at org.apache.tools.ant.Project.executeTargets(Project.java:1160) at org.apache.tools.ant.Main.runBuild(Main.java:605) at org.apache.tools.ant.Main.start(Main.java:195) at org.apache.tools.ant.Main.main(Main.java:234) Total time: 9 seconds -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
