cannot generate repo
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. svn checkout http://ivyroundup.googlecode.com/svn/trunk/ ivyroundup-read-only
2. cd ivyroundup-read-only
3. ant repo
( ... lots of xslt warnings: org.apache.xml.utils.WrappedRuntimeException:
com.sun.org.apache.xml.internal.serializer.ToXMLStream cannot be cast to
org.apache.xalan.serialize.Serializer ...)
Build fails with:
[xmlvalidate]
/Users/jlg/Projects/ivyroundup-read-only/repo/modules/ca.slashdev/bb-ant-
tools/1.2.3/ivy.xml:19:75: cvc-elt.1: Cannot find the declaration of element
'ivy-module'.
BUILD FAILED
/Users/jlg/Projects/ivyroundup-read-only/build.xml:167:
/Users/jlg/Projects/ivyroundup-
read-only/repo/modules/ca.slashdev/bb-ant-tools/1.2.3/ivy.xml is not a valid
XML document.
What version of the product are you using? On what operating system?
checked out trunk
working on Mac OS X 10.6.2 (Snow Leopard)
ant version 1.7.0
Please provide any additional information below.
if I delete the "ca.slashdev" folder, error will appear on the next module in
repo
Original issue reported on code.google.com by opta...@gmail.com
on 17 Nov 2009 at 5:20
GoogleCodeExporter commented
related to this http://code.google.com/p/ivyroundup/issues/detail?id=107#c1 ?
Original comment by opta...@gmail.com
on 17 Nov 2009 at 5:28
GoogleCodeExporter commented
this is a classpath problem local to your environment.
Original comment by spatialguru.net@gmail.com
on 17 Nov 2009 at 7:01
- Changed state: Invalid