Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 54299 invoked from network); 11 May 2005 14:57:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 14:57:23 -0000 Received: (qmail 76985 invoked by uid 500); 11 May 2005 14:59:46 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 76674 invoked by uid 500); 11 May 2005 14:59:42 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 76558 invoked by uid 99); 11 May 2005 14:59:41 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 11 May 2005 07:59:38 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id A92832E2; Wed, 11 May 2005 16:55:51 +0200 (CEST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 34867] New: - Deploying an ear to weblogic seems to break junitreport only in ant 1.6.3 X-Bugzilla-Reason: AssignedTo Message-Id: <20050511145551.A92832E2@ajax.apache.org> Date: Wed, 11 May 2005 16:55:51 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=34867 Summary: Deploying an ear to weblogic seems to break junitreport only in ant 1.6.3 Product: Ant Version: 1.6.3 Platform: Other OS/Version: Linux Status: NEW Severity: blocker Priority: P3 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: apache@nimmaj.com We're deploying an ear to weblogic 8.1 (have tried both SP3 and SP4). We run some functional tests against that deployment which are driven by junit. The results of these tests are generated using junit report. We can do this using ant 1.6.2 but upgrading to ant 1.6.3 gives us the following error: /home/jammin/src/aol/ordermanagement/build2/functional.build.xml:58: Could not find a valid processor version implementation from weblogic.xml.jaxp.RegistrySAXTransformerFactory at org.apache.tools.ant.taskdefs.optional.junit.Xalan2Executor.getProcVersion(Xalan2Executor.java:67) at org.apache.tools.ant.taskdefs.optional.junit.XalanExecutor.newInstance(XalanExecutor.java:88) at org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer.transform(AggregateTransformer.java:144) at org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator.execute(XMLResultAggregator.java:139) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:341) at org.apache.tools.ant.Target.performTasks(Target.java:369) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) at org.apache.tools.ant.Project.executeTarget(Project.java:1185) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) at org.apache.tools.ant.Project.executeTargets(Project.java:1068) at org.apache.tools.ant.Main.runBuild(Main.java:668) at org.apache.tools.ant.Main.startAnt(Main.java:187) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) We commented out the WLDeploy part of the deployment task and then this problem goes away with 1.6.3. You'll notice that it's suddenly trying to use a weblogic SAX factory. So we think that something's hanging over from the wldeply task. That it works in ant 1.6.2 makes us feel this is an ant problem. No idea whether it will help but we've pasted a few targets after this so that you can see what we're doing... Thanks ------ -- 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