RE: Where is crimson-1.1.3 dependency coming from?

2007-09-28 Thread Barrett Nuzum
Blake:
 
Analyzing the Project Site Dependency report or running dependency:tree (if 
available :( )
should be able to tell you which dependency is causing crimson to be included.
 
Barrett
 
::   
Barrett Nuzum
Sr. Consultant
Direct: 918.640.4414
Fax: 972.789.1340 

Valtech Technologies, Inc.
5080 Spectrum Drive
Suite 700 West
Addison, Texas 75001
www.valtech.us http://www.valtech.us/
Delivering Business Agility




From: Mills, Blake S. [mailto:[EMAIL PROTECTED]
Sent: Fri 9/28/2007 1:12 PM
To: users@maven.apache.org
Subject: Where is crimson-1.1.3 dependency coming from?



The jar crimson-1.1.3 is causing an exception.  When I manually remove
the jar from my WEB-INF/lib the exception goes away.  I can't find where
the dependency for crimson-1.1.3 is coming from.  Below is the
exception, maven version, jdk version, and pom.xml.

Exception:
org.springframework.beans.factory.BeanDefinitionStoreException: Parser
configuration exception parsing XML from ServletContext resource
[/WEB-INF/spring-servlet.xml]; nested exception is
javax.xml.parsers.ParserConfigurationException: Unable to validate using
XSD: Your JAXP provider
[EMAIL PROTECTED] does not
support XML Schema. Are you running on Java 1.4 or below with Apache
Crimson? Upgrade to Apache Xerces (or Java 1.5) for full XSD support.


Maven and jdk version:
Maven version: 2.0.7
Java version: 1.5.0_11
OS name: windows xp version: 5.1 arch: x86


pom.xml:
project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdcom.myCompany.claims/groupId
  artifactIdITClaimsSite/artifactId
  packagingwar/packaging
  version1.0-SNAPSHOT/version
  nameITClaimsSite Maven Webapp/name
  urlhttp://maven.apache.org http://maven.apache.org/ /url
 
  dependencies
!-- Spring --
dependency
groupIdorg.springframework/groupId
artifactIdspring/artifactId
version2.0.6/version
/dependency
dependency
groupIdorg.springmodules/groupId
artifactIdspring-modules-validation/artifactId
version0.7/version
/dependency
 
!-- Hibernate --
dependency
groupIdorg.hibernate/groupId
artifactIdhibernate/artifactId
version3.0.5/version
/dependency

!-- JodaTime --
dependency
groupIdjoda-time/groupId
artifactIdjoda-time/artifactId
version1.4/version
/dependency

!-- Calendartag --
dependency
groupIdorg.calendartag/groupId
artifactIdcalendartag/artifactId
version1.0.1/version
/dependency

!-- Junit --
dependency
  groupIdjunit/groupId
  artifactIdjunit/artifactId
  version3.8.1/version
  scopetest/scope
/dependency

!-- JFreeChart  cewolf tag--
dependency
groupIdjfree/groupId
artifactIdjfreechart/artifactId
version1.0.5/version
/dependency
dependency
groupIdcewolf/groupId
artifactIdcewolf/artifactId
version1.0/version
exclusions
exclusion
groupIdgnujaxp/groupId
artifactIdgnujaxp/artifactId
/exclusion
/exclusions
/dependency
 
!-- Tags/Servlet --
dependency
groupIdjavax.servlet/groupId
artifactIdservlet-api/artifactId
version2.4/version
scopeprovided/scope
/dependency
dependency
groupIdjavax.servlet/groupId
artifactIdjsp-api/artifactId
version2.0/version
scopeprovided/scope
/dependency
dependency
groupIdjavax.servlet/groupId
artifactIdjstl/artifactId
version1.1.2/version
/dependency
dependency
groupIdtaglibs/groupId
artifactIdstandard/artifactId
version1.1.2/version
/dependency
  /dependencies
 
  build
finalNameITClaimsSite/finalName
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
configuration
source1.5/source
target1.5/target
/configuration
/plugin
/plugins
  /build
/project








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Where is crimson-1.1.3 dependency coming from?

2007-09-28 Thread Mills, Blake S.
Hmmm.  Gotta love it. Required goal not found: dependency:tree

Maven downloaded maven-dependency-plugin-2.0-alpha-4.jar, but the goal
still won't work.

Forgive me for not loving the transitive dependencies when I can't even
track down where the dependencies are coming from.

Thx anyway Barrett.


-Original Message-
From: Barrett Nuzum [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 1:20 PM
To: Maven Users List
Subject: RE: Where is crimson-1.1.3 dependency coming from?

Blake:
 
Analyzing the Project Site Dependency report or running dependency:tree
(if available :( )
should be able to tell you which dependency is causing crimson to be
included.
 
Barrett
 
::   
Barrett Nuzum
Sr. Consultant
Direct: 918.640.4414
Fax: 972.789.1340 

Valtech Technologies, Inc.
5080 Spectrum Drive
Suite 700 West
Addison, Texas 75001
www.valtech.us http://www.valtech.us/
Delivering Business Agility




From: Mills, Blake S. [mailto:[EMAIL PROTECTED]
Sent: Fri 9/28/2007 1:12 PM
To: users@maven.apache.org
Subject: Where is crimson-1.1.3 dependency coming from?



The jar crimson-1.1.3 is causing an exception.  When I manually remove
the jar from my WEB-INF/lib the exception goes away.  I can't find where
the dependency for crimson-1.1.3 is coming from.  Below is the
exception, maven version, jdk version, and pom.xml.

Exception:
org.springframework.beans.factory.BeanDefinitionStoreException: Parser
configuration exception parsing XML from ServletContext resource
[/WEB-INF/spring-servlet.xml]; nested exception is
javax.xml.parsers.ParserConfigurationException: Unable to validate using
XSD: Your JAXP provider
[EMAIL PROTECTED] does not
support XML Schema. Are you running on Java 1.4 or below with Apache
Crimson? Upgrade to Apache Xerces (or Java 1.5) for full XSD support.


Maven and jdk version:
Maven version: 2.0.7
Java version: 1.5.0_11
OS name: windows xp version: 5.1 arch: x86


pom.xml:
project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdcom.myCompany.claims/groupId
  artifactIdITClaimsSite/artifactId
  packagingwar/packaging
  version1.0-SNAPSHOT/version
  nameITClaimsSite Maven Webapp/name
  urlhttp://maven.apache.org http://maven.apache.org/ /url
 
  dependencies
!-- Spring --
dependency
groupIdorg.springframework/groupId
artifactIdspring/artifactId
version2.0.6/version
/dependency
dependency
groupIdorg.springmodules/groupId
artifactIdspring-modules-validation/artifactId
version0.7/version
/dependency
 
!-- Hibernate --
dependency
groupIdorg.hibernate/groupId
artifactIdhibernate/artifactId
version3.0.5/version
/dependency

!-- JodaTime --
dependency
groupIdjoda-time/groupId
artifactIdjoda-time/artifactId
version1.4/version
/dependency

!-- Calendartag --
dependency
groupIdorg.calendartag/groupId
artifactIdcalendartag/artifactId
version1.0.1/version
/dependency

!-- Junit --
dependency
  groupIdjunit/groupId
  artifactIdjunit/artifactId
  version3.8.1/version
  scopetest/scope
/dependency

!-- JFreeChart  cewolf tag--
dependency
groupIdjfree/groupId
artifactIdjfreechart/artifactId
version1.0.5/version
/dependency
dependency
groupIdcewolf/groupId
artifactIdcewolf/artifactId
version1.0/version
exclusions
exclusion
groupIdgnujaxp/groupId
artifactIdgnujaxp/artifactId
/exclusion
/exclusions
/dependency
 
!-- Tags/Servlet --
dependency
groupIdjavax.servlet/groupId
artifactIdservlet-api/artifactId
version2.4/version
scopeprovided/scope
/dependency
dependency
groupIdjavax.servlet/groupId
artifactIdjsp-api/artifactId
version2.0/version
scopeprovided/scope
/dependency
dependency
groupIdjavax.servlet/groupId
artifactIdjstl/artifactId
version1.1.2/version
/dependency
dependency
groupIdtaglibs/groupId
artifactIdstandard/artifactId
version1.1.2/version
/dependency
  /dependencies
 
  build
finalNameITClaimsSite/finalName
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-compiler-plugin/artifactId
configuration
source1.5/source
target1.5/target
/configuration
/plugin
/plugins
  /build
/project








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED

RE: Where is crimson-1.1.3 dependency coming from?

2007-09-28 Thread Iker Almandoz
dependency:tree is only supported by
maven-dependency-plugin-2.0-alpha-5-SNAPSHOT currently... you can add the
SNAPSHOT repository by adding the following to your pom.xml

  pluginRepositories
  pluginRepository
idmaven.shapshot/id
nameMaven snapshot repository/name
 
urlhttp://people.apache.org/repo/m2-snapshot-repository/url
  /pluginRepository
/pluginRepositories


Another option is to run the 'site' target and look at the dependency
report, 

Iker

-Original Message-
From: Mills, Blake S. [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 11:54 AM
To: Maven Users List
Subject: RE: Where is crimson-1.1.3 dependency coming from?

Hmmm.  Gotta love it. Required goal not found: dependency:tree

Maven downloaded maven-dependency-plugin-2.0-alpha-4.jar, but the goal
still won't work.

Forgive me for not loving the transitive dependencies when I can't even
track down where the dependencies are coming from.

Thx anyway Barrett.


-Original Message-
From: Barrett Nuzum [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 1:20 PM
To: Maven Users List
Subject: RE: Where is crimson-1.1.3 dependency coming from?

Blake:
 
Analyzing the Project Site Dependency report or running dependency:tree
(if available :( )
should be able to tell you which dependency is causing crimson to be
included.
 
Barrett
 
::   
Barrett Nuzum
Sr. Consultant
Direct: 918.640.4414
Fax: 972.789.1340 

Valtech Technologies, Inc.
5080 Spectrum Drive
Suite 700 West
Addison, Texas 75001
www.valtech.us http://www.valtech.us/
Delivering Business Agility




From: Mills, Blake S. [mailto:[EMAIL PROTECTED]
Sent: Fri 9/28/2007 1:12 PM
To: users@maven.apache.org
Subject: Where is crimson-1.1.3 dependency coming from?



The jar crimson-1.1.3 is causing an exception.  When I manually remove
the jar from my WEB-INF/lib the exception goes away.  I can't find where
the dependency for crimson-1.1.3 is coming from.  Below is the
exception, maven version, jdk version, and pom.xml.

Exception:
org.springframework.beans.factory.BeanDefinitionStoreException: Parser
configuration exception parsing XML from ServletContext resource
[/WEB-INF/spring-servlet.xml]; nested exception is
javax.xml.parsers.ParserConfigurationException: Unable to validate using
XSD: Your JAXP provider
[EMAIL PROTECTED] does not
support XML Schema. Are you running on Java 1.4 or below with Apache
Crimson? Upgrade to Apache Xerces (or Java 1.5) for full XSD support.


Maven and jdk version:
Maven version: 2.0.7
Java version: 1.5.0_11
OS name: windows xp version: 5.1 arch: x86


pom.xml:
project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdcom.myCompany.claims/groupId
  artifactIdITClaimsSite/artifactId
  packagingwar/packaging
  version1.0-SNAPSHOT/version
  nameITClaimsSite Maven Webapp/name
  urlhttp://maven.apache.org http://maven.apache.org/ /url
 
  dependencies
!-- Spring --
dependency
groupIdorg.springframework/groupId
artifactIdspring/artifactId
version2.0.6/version
/dependency
dependency
groupIdorg.springmodules/groupId
artifactIdspring-modules-validation/artifactId
version0.7/version
/dependency
 
!-- Hibernate --
dependency
groupIdorg.hibernate/groupId
artifactIdhibernate/artifactId
version3.0.5/version
/dependency

!-- JodaTime --
dependency
groupIdjoda-time/groupId
artifactIdjoda-time/artifactId
version1.4/version
/dependency

!-- Calendartag --
dependency
groupIdorg.calendartag/groupId
artifactIdcalendartag/artifactId
version1.0.1/version
/dependency

!-- Junit --
dependency
  groupIdjunit/groupId
  artifactIdjunit/artifactId
  version3.8.1/version
  scopetest/scope
/dependency

!-- JFreeChart  cewolf tag--
dependency
groupIdjfree/groupId
artifactIdjfreechart/artifactId
version1.0.5/version
/dependency
dependency
groupIdcewolf/groupId
artifactIdcewolf/artifactId
version1.0/version
exclusions
exclusion
groupIdgnujaxp/groupId
artifactIdgnujaxp/artifactId
/exclusion
/exclusions
/dependency
 
!-- Tags/Servlet --
dependency
groupIdjavax.servlet/groupId
artifactIdservlet-api/artifactId
version2.4/version
scopeprovided/scope
/dependency
dependency
groupIdjavax.servlet/groupId
artifactIdjsp-api/artifactId
version2.0/version
scopeprovided/scope
/dependency
dependency
groupIdjavax.servlet

RE: Where is crimson-1.1.3 dependency coming from?

2007-09-28 Thread Mills, Blake S.
THANK YOU Iker!  I used the dependency tree on the dependencies report.
I added an exclusion to the dependency that required crimson.

Sorry for the simple question.  I truly appreciate the help.

-blake


-Original Message-
From: Iker Almandoz [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 2:28 PM
To: 'Maven Users List'
Subject: RE: Where is crimson-1.1.3 dependency coming from?

dependency:tree is only supported by
maven-dependency-plugin-2.0-alpha-5-SNAPSHOT currently... you can add
the
SNAPSHOT repository by adding the following to your pom.xml

  pluginRepositories
  pluginRepository
idmaven.shapshot/id
nameMaven snapshot repository/name
 
urlhttp://people.apache.org/repo/m2-snapshot-repository/url
  /pluginRepository
/pluginRepositories


Another option is to run the 'site' target and look at the dependency
report, 

Iker

-Original Message-
From: Mills, Blake S. [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 11:54 AM
To: Maven Users List
Subject: RE: Where is crimson-1.1.3 dependency coming from?

Hmmm.  Gotta love it. Required goal not found: dependency:tree

Maven downloaded maven-dependency-plugin-2.0-alpha-4.jar, but the goal
still won't work.

Forgive me for not loving the transitive dependencies when I can't even
track down where the dependencies are coming from.

Thx anyway Barrett.


-Original Message-
From: Barrett Nuzum [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 28, 2007 1:20 PM
To: Maven Users List
Subject: RE: Where is crimson-1.1.3 dependency coming from?

Blake:
 
Analyzing the Project Site Dependency report or running dependency:tree
(if available :( )
should be able to tell you which dependency is causing crimson to be
included.
 
Barrett
 
::   
Barrett Nuzum
Sr. Consultant
Direct: 918.640.4414
Fax: 972.789.1340 

Valtech Technologies, Inc.
5080 Spectrum Drive
Suite 700 West
Addison, Texas 75001
www.valtech.us http://www.valtech.us/
Delivering Business Agility




From: Mills, Blake S. [mailto:[EMAIL PROTECTED]
Sent: Fri 9/28/2007 1:12 PM
To: users@maven.apache.org
Subject: Where is crimson-1.1.3 dependency coming from?



The jar crimson-1.1.3 is causing an exception.  When I manually remove
the jar from my WEB-INF/lib the exception goes away.  I can't find where
the dependency for crimson-1.1.3 is coming from.  Below is the
exception, maven version, jdk version, and pom.xml.

Exception:
org.springframework.beans.factory.BeanDefinitionStoreException: Parser
configuration exception parsing XML from ServletContext resource
[/WEB-INF/spring-servlet.xml]; nested exception is
javax.xml.parsers.ParserConfigurationException: Unable to validate using
XSD: Your JAXP provider
[EMAIL PROTECTED] does not
support XML Schema. Are you running on Java 1.4 or below with Apache
Crimson? Upgrade to Apache Xerces (or Java 1.5) for full XSD support.


Maven and jdk version:
Maven version: 2.0.7
Java version: 1.5.0_11
OS name: windows xp version: 5.1 arch: x86


pom.xml:
project xmlns=http://maven.apache.org/POM/4.0.0;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdcom.myCompany.claims/groupId
  artifactIdITClaimsSite/artifactId
  packagingwar/packaging
  version1.0-SNAPSHOT/version
  nameITClaimsSite Maven Webapp/name
  urlhttp://maven.apache.org http://maven.apache.org/ /url
 
  dependencies
!-- Spring --
dependency
groupIdorg.springframework/groupId
artifactIdspring/artifactId
version2.0.6/version
/dependency
dependency
groupIdorg.springmodules/groupId
artifactIdspring-modules-validation/artifactId
version0.7/version
/dependency
 
!-- Hibernate --
dependency
groupIdorg.hibernate/groupId
artifactIdhibernate/artifactId
version3.0.5/version
/dependency

!-- JodaTime --
dependency
groupIdjoda-time/groupId
artifactIdjoda-time/artifactId
version1.4/version
/dependency

!-- Calendartag --
dependency
groupIdorg.calendartag/groupId
artifactIdcalendartag/artifactId
version1.0.1/version
/dependency

!-- Junit --
dependency
  groupIdjunit/groupId
  artifactIdjunit/artifactId
  version3.8.1/version
  scopetest/scope
/dependency

!-- JFreeChart  cewolf tag--
dependency
groupIdjfree/groupId
artifactIdjfreechart/artifactId
version1.0.5/version
/dependency
dependency
groupIdcewolf/groupId
artifactIdcewolf/artifactId
version1.0/version
exclusions
exclusion
groupIdgnujaxp/groupId
artifactIdgnujaxp/artifactId
/exclusion
/exclusions