how to resolve conflicts? (xerces)

2008-07-15 Thread Jan Torben Heuer
Hi, I have a conflict in my classpath, I think it caused by: [INFO] org.n52.swe.sas:sas-muse:war:3.0-SNAPSHOT [INFO] +- muse.osgi-bundles:muse-complete:jar:2.2.0:compile [INFO] | +- muse:muse-util-xml:jar:2.2.0:compile [INFO] | | \- xerces:xercesImpl:jar:2.8.1:compile

Re: how to resolve conflicts? (xerces)

2008-07-15 Thread Piotr Oktaba
Hi, You can make exclusions in dependencies, for example: dependencies dependency groupIdorg.apache.maven/groupId artifactIdmaven-embedder/artifactId version2.0/version exclusions exclusion groupIdorg.apache.maven/groupId

vote for xerces deployment

2008-06-18 Thread twolff
Perhaps if enough of us vote, the xerces folks will resume deploying their released artifacts to the central repository. The issue is logged here: https://issues.apache.org/jira/browse/XERCESJ-1304 The current version is 2.9.1. That last impl artifact deployed was version 2.8.1 in January

xerces 2.9.1 on maven repo ?

2008-04-18 Thread nicolas de loof
The latest xerces version available in maven repo is 2.8.1 2.9.1 is the latest stable release in http://www.apache.org/dist/xerces/j/ Is there some xerces guys here that could deploy it ? Nico.

compile time xerces version problem

2006-06-14 Thread snikhi1
Hello, I currently have this problem. My projects uses (specifies in its dependencies) xerces version 2.8. However, as I found out maven uses xerces 2.4 from its endorsed directory to compile. As a result, certain newer methods in xerces native API cannot be found. I do not see how to override

compile time xerces version problem

2006-06-14 Thread snikhi1
Hello, I currently have this problem. My projects uses (specifies in its dependencies) xerces version 2.8. However, as I found out maven uses xerces 2.4 from its endorsed directory to compile. As a result, certain newer methods in xerces native API cannot be found. I do not see how to override

Re: [jira] Commented: (MAVEN-1753) Re-introduce xerces in maven's core dependencies

2006-05-02 Thread Arnaud HERITIER
), but after that, nothing I did could get rid of that exception. Our CI product builds and nightly site gen are pounding on your snapshots daily... :-) Re-introduce xerces in maven's core dependencies Key: MAVEN-1753 URL: http

Maven 1.0.2 with xerces-2.7.1

2006-01-04 Thread mark
I need to use xerces-2.7.1 inside of maven 1.0.2. But, it complains when I replace the xerces-2.4.0 in the lib/endorsed with a newer version of Xerces: File or url '/home/devglassfish/opt/maven-1.0.2/lib/endorsed/xerces-2.4.0.jar' could not be found Any suggestions? Thanks, Mark

Re: Maven 1.0.2 with xerces-2.7.1

2006-01-04 Thread Arnaud HERITIER
TRy to update the forehead.conf in the bin directory Arnaud On 1/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I need to use xerces-2.7.1 inside of maven 1.0.2. But, it complains when I replace the xerces-2.4.0 in the lib/endorsed with a newer version of Xerces: File or url '/home

Re: Test plugins and xerces 2.7.1

2005-09-01 Thread Eric Hartmann
Thanks Brett, I've filled a bug http://jira.codehaus.org/browse/MPTEST-55 and I attached a small patch to fix this issue. -eric Brett Porter wrote: It would require a fix in the test plugin, which is passing along xerces to the tests. - Brett On 8/31/05, Eric Hartmann [EMAIL PROTECTED

Test plugins and xerces 2.7.1

2005-08-31 Thread Eric Hartmann
Hi, I experienced the following trouble: I'm using XInclude in my application with latest Xerces (2.7.1) via dom4j on jdk1.4.2_08. While the junit tests (in fork mode) I have the following exception : org.xml.sax.SAXNotRecognizedException: Feature 'http://apache.org/xml/features/xinclude

Re: Test plugins and xerces 2.7.1

2005-08-31 Thread Brett Porter
It would require a fix in the test plugin, which is passing along xerces to the tests. - Brett On 8/31/05, Eric Hartmann [EMAIL PROTECTED] wrote: Hi, I experienced the following trouble: I'm using XInclude in my application with latest Xerces (2.7.1) via dom4j on jdk1.4.2_08. While

Re: Xerces error with JDK 5.0

2005-07-15 Thread Brett Porter
Please read the important note in the installation instructions. You have MAVEN_HOME set to 1.1, but have 1.0.2 ahead of it in your PATH. - Brett On 7/10/05, Jing Xue [EMAIL PROTECTED] wrote: Hi, I'm trying the 1.1 beta with a minimal project and got this error while just running 'maven'

Xerces error with JDK 5.0

2005-07-09 Thread Jing Xue
Hi, I'm trying the 1.1 beta with a minimal project and got this error while just running 'maven' under JDK 5: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found at

Xerces is being automatically added to classpath during compilation

2005-03-01 Thread Helck, Christopher
I am confused I have some code that uses xerces (org.apache.xml.serialize.XMLSerializer to be exact). I had foggotten to add xerces as a dependency to my project.xml file. Yet my code compiled and the tests ran fine. It was only when I tried using Uberjar did I get a class not found error. I

xerces

2005-02-25 Thread Adam Hardy
Hi again All, I posted 24 hours ago (included below) about a problem with xerces. I probably should have kept it short and sweet to attract a reply, so I'm going to try that now: how can I set up and run a task as a goal with a later version of xerces xml parser? None of the solutions out

RE: xerces

2005-02-25 Thread Jörg Schaible
Xerces headache from J2EE 1.4 and J2SE 5 - Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: xerces

2005-02-25 Thread Adam Hardy
package path (com.sun and org.apache)! Unfortunately not. This is the next Xerces headache from J2EE 1.4 and J2SE 5 Would I be right in thinking that this is unresolved at present then? http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which

Re: xerces

2005-02-25 Thread Michael Niemaz
wrote on Friday, February 25, 2005 1:43 PM: A corrupted jar ! java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/serialize/OutputFormat This is a strange package path (com.sun and org.apache)! Unfortunately not. This is the next Xerces headache from

RE: xerces [resolved]

2005-02-25 Thread Adam Hardy
] Sent: 25 February 2005 14:58 To: Maven Users List Subject: Re: xerces I think i had the same kind of trouble with httpClient. All I ended up with was to overwrite the httpClient jar in the lib directory of maven. Dirty but working ;-) Hope this helps, --mike Adam Hardy wrote: -Original

Overridding xerces jars

2004-12-27 Thread Jeroen Breedveld
Hi all, I need some help moving my project to Maven. It uses Xerces features from W3C's DOM3 Load and Save spec. that are not compiled in the default Xerces dist. So with these dependencies I got a lot of compile errors: dependency groupIdxerces/groupId artifactIdxmlParserAPIs

Re: Overridding xerces jars

2004-12-27 Thread Brett Porter
Try -X. I know there are some problems because xerces is endorsed, and isn't possible to override in a dependency, however this shouldn't matter for compilation - onloy for running plugins and tests that are not forked. HTH, Brett On Mon, 27 Dec 2004 16:42:14 +0100, Jeroen Breedveld [EMAIL

Re: xerces

2004-11-01 Thread Pak, Young-rok
How's it going? would xml parser setting be removed? answer plz - Original Message - From: Pak, Young-rok [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED]; Brett Porter [EMAIL PROTECTED] Sent: Thursday, October 28, 2004 10:17 AM Subject: Re: xerces I'm interested in why you

RE: xerces

2004-10-28 Thread Stéphane Nicoll
John Casey wrote: One final thought: leaving the parser choice up to the user is the right thing to do when you're developing an application component which will run in some java context outside its own. However, this is an unnecessary and even undesirable level of flexibility for a standalone

Re: xerces

2004-10-27 Thread Pak, Young-rok
Casey [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 11:40 PM Subject: Re: xerces Yes, maven has an extdir that includes xerces-2.4.0 and xml-apis-1.0-b2. You should try specifying 'maven.compile.fork=true' in your project.properties to see whether

Re: xerces

2004-10-27 Thread John Casey
be able to choose their own parser without modifying maven script and classpath. - Original Message - From: John Casey [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 11:40 PM Subject: Re: xerces Yes, maven has an extdir that includes xerces-2.4.0

Re: xerces

2004-10-27 Thread Pak, Young-rok
-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl This is unnecessary. Only containing xerces.jar, you can specify default XML parser as Xerces. As you know, JVM's parser factories find parser class name in META-INF/services

Re: xerces

2004-10-27 Thread Brett Porter
=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl This is unnecessary. Only containing xerces.jar, you can specify default XML parser as Xerces. As you know, JVM's parser factories find parser class name in META-INF/services/javax.xml.parsers.SAXParserFactory and META-INF/services/javax.xml.parsers.DocumentBuilderFactory

Re: xerces

2004-10-27 Thread Pak, Young-rok
for Korean and xerces support it. but it cannot support all korean characters. So we need support for MS949 encoding. Sun changed their JVM's default parser from Crimson to Xerces in JDK 5.0. But Instead of using xerces directly, they fixed some features of xerces. So, using JDK 5.0, all java encodings

xerces

2004-10-26 Thread Stéphane Nicoll
Hello list, In one of my project I use namely xerces-2.6.2, xalan-2.1.0 and xml-apis-2.0.0. It used to be an ant project which is compiling fine (SUN JDK 1.4.2). Now I moved to a maven project with exactly the same dependencies (I checked 3 times and even copy the lib from the ant project

Re: xerces

2004-10-26 Thread John Casey
Yes, maven has an extdir that includes xerces-2.4.0 and xml-apis-1.0-b2. You should try specifying 'maven.compile.fork=true' in your project.properties to see whether this helps. It should cause the javac execution to take place in a new process which is free of the maven version of xerces et

RE: xerces

2004-10-26 Thread Stéphane Nicoll
Thanks for the trick. It's ok now. Regards, Stéphane -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 4:40 PM To: Maven Users List Subject: Re: xerces Yes, maven has an extdir that includes xerces-2.4.0 and xml-apis-1.0-b2. You should try

maven xerces-2_2_1

2004-03-14 Thread Stefan Groschupf
Hi there, are there any known problems with xerces-2_2_1 or xerces-apis-2_2_1 and maven? I use org.apache.html.dom.HTMLDocumentImpl and my class and test is running well in eclipse, but until i use maven to run the tests i got a error: loader constraints violated when linking org/w3c/dom

Using an older xerces

2004-01-15 Thread Sean Kelly
I've got some code that sadly requires an old version of xerces, 1.4.4. The dependency in my project is dependency groupIdxerces/groupId artifactIdxerces/artifactId version1.4.4/version urlhttp://xml.apache.org/xerces-j//url /dependency However, compilation never

Xerces-2.6

2004-01-15 Thread Chenoweth, Bruce (STP)
Hello Is there any particular reason the ibiblio archives have not been updated to include later versions of xerces (2.5.0, 2.6.0)? Bruce Chenoweth Sr SW Engineer 4100 Hamline Av N St.Paul MN 55112-5798 Phone: (651) 582-7801 Fax:(651) 582-5300 [EMAIL PROTECTED] www.guidant.com

Re: Using an older xerces

2004-01-15 Thread Norbert Pabi
Sean Kelly wrote: I've got some code that sadly requires an old version of xerces, 1.4.4. The dependency in my project is dependency groupIdxerces/groupId artifactIdxerces/artifactId version1.4.4/version urlhttp://xml.apache.org/xerces-j//url /dependency However

Re: Xerces-2.6

2004-01-15 Thread dion
versions of xerces (2.5.0, 2.6.0)? Bruce Chenoweth Sr SW Engineer 4100 Hamline Av N St.Paul MN 55112-5798 Phone: (651) 582-7801 Fax:(651) 582-5300 [EMAIL PROTECTED] www.guidant.com - To unsubscribe, e-mail: [EMAIL

Re: http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-SNAPSHOT.jar- Tomcat error - Catalina.start: LifecycleException: start: : java.lang.IllegalArgumentException:junit,xml-apis,xerces-Extension-Name

2003-05-27 Thread Ben Walding
- Catalina.start: LifecycleException: start: : java.lang.IllegalArgumentException: junit,xml-apis,xerces-Extension-Name -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The http://www.ibiblio.org/maven/commons-collections/jars/commons-collections-SN APSHOT.jar Currently throws Catalina.start: LifecycleException