Code Monkey home page Code Monkey logo

ivyroundup's People

Contributors

15knots avatar archiecobbs avatar arothian avatar asheiduk avatar bsoul avatar markathomas avatar noseka1 avatar philipmjohnson avatar prestontim avatar rockwalrus avatar rupeshpatayane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ivyroundup's Issues

fork resolve sub-build to avoid weird dependencies on outer build.

What steps will reproduce the problem?
1. svn co ivyroundup ; cd ivyroundup
2. ant get-xalan all
3.

What is the expected output? What do you see instead?
From the ant log when starting the 'resolve' sub build:
resolve:
[ivy:resolve] :: Ivy 2.0.0-rc2 - 20081028224207 ::
http://ant.apache.org/ivy/ ::
:: loading settings :: file =
/Users/philhsmith/Documents/code/ivyroundup/build/resolve/resolve-settings.xml
[ivy:resolve] :: resolving dependencies :: com.google#gwt-caller;working
[ivy:resolve]   confs: [default, compile, runtime, benchmark-viewer]
[ivy:resolve]   found com.google#gwt;1.4.60 in ivyroundup
[ivy:resolve] 
[ivy:resolve] validate:
[ivy:resolve] 
[ivy:resolve] [xmlvalidate] 1 file(s) have been successfully validated.
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] setResourceURL1:
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] setResourceURL2:
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] style:
[ivy:resolve] 
[ivy:resolve]      [xslt] Processing
/Users/philhsmith/Documents/code/ivyroundup/build/resolve/build/workspace/com.go
ogle/gwt/1.4.60/packager.xml
to
/Users/philhsmith/Documents/code/ivyroundup/build/resolve/build/workspace/com.go
ogle/gwt/1.4.60/packager-output.xml
[ivy:resolve] 
[ivy:resolve]      [xslt] Loading stylesheet
/Users/philhsmith/Documents/code/ivyroundup/build/resolve/build/workspace/com.go
ogle/gwt/1.4.60/packager.xsl
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] build:
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] setfilename.N65558:
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] genresdir.1.N65558:
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] genresdir.2.N65558:
[ivy:resolve] 
[ivy:resolve]      [echo] using resource cache:
/Users/philhsmith/.ivy2/packager/cache
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] checkdownload.0.N65558:
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] download.1.N65558:
[ivy:resolve] 
[ivy:resolve]       [get] Getting:
http://google-web-toolkit.googlecode.com/files/gwt-linux-2.4.1.tar.bz2
[ivy:resolve] 
[ivy:resolve]       [get] To:
/Users/philhsmith/.ivy2/packager/cache/gwt-linux-2.4.1.tar.bz2
[ivy:resolve] 
[ivy:resolve]       [get] Error opening connection
java.io.FileNotFoundException:
http://google-web-toolkit.googlecode.com/files/gwt-linux-2.4.1.tar.bz2

What version of the product are you using? On what operating system?
trunk on max os x, apple's jdk 1.5.0_16 and ant 1.7.0

Please provide any additional information below.
The error states that gwt-linux-2.4.1.tar.bz2 can't be downloaded.  It's
correct, the file does not exist.  It should be looking for
gwt-linux-1.4.60.tar.bz2.  The wrong version number appears to be passed in
from ivy in the ivy.packager.revision property.

gwt 1.4.60 happens to be the first module/revision processed by the resolve
sub-build, so I wouldn't expect it to be anything specific to to gwt. 
Additionally, running the same inline resolve task from a fresh build works
fine.  

The problem disappears if a new jvm is forked to run the resolve sub-build
(patch included.)  Additionally, after applying this patch and the ones
from issues 10-13, and manually downloading the legally-bound files, I can
successfully run the full build on a mac.

Original issue reported on code.google.com by [email protected] on 1 Dec 2008 at 9:08

Attachments:

Spring 2.0.2 fix

Attached patch updates spring 2.0.2 ivy

"default" conf now extends "all" conf
removed commented out TODO so it doesn't spam during XSLT transformation.

Original issue reported on code.google.com by [email protected] on 25 Mar 2009 at 4:14

Attachments:

GWT 1.5.3 package is hardcoded for linux only

What steps will reproduce the problem?
1. On a non-linux platform (e.g. Mac OSX or Windows) try to resolve against an 
ivy.xml file 
containing the following dependency:

        <dependency
                org="com.google.gwt"
                name="gwt-dev"
                rev="1.5.3"
                conf="compile"/> 

What is the expected output? What do you see instead?

Expected result is for the Mac artifact to be downloaded (I am running on Mac 
OSX).

Actual result is that the Linux version of the gwt package is downloaded.

What version of the product are you using? On what operating system?

I am using 
http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google/gwt/, 
running on MacOSX 10.5.6.

Please provide any additional information below.

It looks like the "linux" string simply needs to be replaced with something 
like ${platform}.



Original issue reported on code.google.com by [email protected] on 16 Feb 2009 at 7:37

Broken build - Spring Integration 1.0.1 fatal transformation error

What steps will reproduce the problem?
1. svn checkout http://ivyroundup.googlecode.com/svn/trunk/ ivyroundup-read-only
2. ant all
3.

What is the expected output? What do you see instead?

[ivy:resolve]   [SUCCESSFUL ] org.springframework#spring-ws;1.5.5!spring-xml.jar 
(5ms)
[ivy:resolve] :: resolution report :: resolve 956ms :: artifacts dl 14066ms
    ---------------------------------------------------------------------
    |                  |            modules            ||   artifacts   |
    |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
    ---------------------------------------------------------------------
    |      adapter     |   5   |   4   |   0   |   0   ||   16  |   0   |
    |       core       |   5   |   4   |   0   |   0   ||   15  |   0   |
    |       event      |   5   |   4   |   0   |   0   ||   16  |   0   |
    |       file       |   5   |   4   |   0   |   0   ||   16  |   0   |
    |    httpinvoker   |   6   |   4   |   0   |   0   ||   19  |   0   |
    |        jms       |   5   |   4   |   0   |   0   ||   17  |   0   |
    |       mail       |   7   |   5   |   0   |   0   ||   25  |   0   |
    |        rmi       |   5   |   4   |   0   |   0   ||   17  |   0   |
    |     security     |   11  |   10  |   1   |   0   ||   44  |   13  |
    |      stream      |   5   |   4   |   0   |   0   ||   16  |   0   |
    |        ws        |   11  |   7   |   1   |   0   ||   36  |   3   |
    |        xml       |   7   |   5   |   0   |   0   ||   20  |   0   |
    |      default     |   17  |   13  |   2   |   0   ||   82  |   24  |
    ---------------------------------------------------------------------
[ivy:resolve] 
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
adapter.jar: Fatal error during transformation (320ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
jms.jar: Fatal error during transformation (243ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!source.zip(source): 
Fatal error during transformation (243ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
rmi.jar: Fatal error during transformation (253ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
mail.jar: Fatal error during transformation (236ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
event.jar: Fatal error during transformation (240ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
stream.jar: Fatal error during transformation (244ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
security.jar: Fatal error during transformation (277ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
core.jar: Fatal error during transformation (255ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
httpinvoker.jar: Fatal error during transformation (272ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
file.jar: Fatal error during transformation (231ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
ws.jar: Fatal error during transformation (217ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
xml.jar: Fatal error during transformation (227ms)
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
adapter.jar: Fatal error during transformation (320ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
jms.jar: Fatal error during transformation (243ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!source.zip(source): 
Fatal error during transformation (243ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
rmi.jar: Fatal error during transformation (253ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
mail.jar: Fatal error during transformation (236ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
event.jar: Fatal error during transformation (240ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
stream.jar: Fatal error during transformation (244ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
security.jar: Fatal error during transformation (277ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
core.jar: Fatal error during transformation (255ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
httpinvoker.jar: Fatal error during transformation (272ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
file.jar: Fatal error during transformation (231ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
ws.jar: Fatal error during transformation (217ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       [FAILED     ] 
org.springframework#spring-integration;1.0.1!spring-integration-
xml.jar: Fatal error during transformation (227ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     file:///Users/swoods/projects/ivyroundup/ivyroundup-read-
only/repo/modules/org.springframework/spring-integration/1.0.1/packager.xml
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       ::              FAILED DOWNLOADS            ::
[ivy:resolve]       :: ^ see resolution messages for details  ^ ::
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-core.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-
adapter.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!source.zip(source)
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-event.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-file.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-
httpinvoker.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-jms.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-mail.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-rmi.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-
security.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-
stream.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-ws.jar
[ivy:resolve]       :: 
org.springframework#spring-integration;1.0.1!spring-integration-xml.jar
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/Users/swoods/projects/ivyroundup/ivyroundup-read-only/build.xml:255: The 
following error 
occurred while executing this line:
/Users/swoods/projects/ivyroundup/ivyroundup-read-only/build/resolve/build.xml:8
01: 
impossible to resolve dependencies:
    resolve failed - see output for details

Total time: 14 minutes 46 seconds

What version of the product are you using? On what operating system?
rev: 518
MacOSX Leopard (Java 1.5.0_16)
Ant 1.7.1
Xalan 2.7.1
Ivy 2.0.0

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 9 Mar 2009 at 2:36

Build won't pass test

BuilderResolveTest fails, even with the additional patch script that creates 
the .tar.gz.

This is on OS X 10.5.2, so java.io.tmpdir is '/tmp' and is aliased to 
'/private/tmp'.   I tried various 
'-D java.io.tmpdir' things trying to override that but was never really 
successful (including 
someone seems to be overriding that setting).

I did all sorts of finagaling with that and did manage to get a failure a 
little further on 
complaining about no .jar in 'tmp/BuilderResolverTest/website/m2repo',  which I 
see is aliased to 
test something.  

I can't spend more time on this as I'm way behind in getting ready to leave for 
JavaOne.  But I've 
attached a JUnit log which may be helpful.  Unfortunately I don't have the log 
that shows the .jar 
in tmp..m2repo failure.


Original issue reported on code.google.com by [email protected] on 2 May 2008 at 8:36

Attachments:

Bad checksum on restlet-1.1.1.zip

What steps will reproduce the problem?
1. Delete ~/.ivy2/packager (or just use a fresh machine)
2. Add a dependency like '<dependency name="restlet" org="org.restlet"
rev="1.1.1" conf="development->servlet,freemarker"/>'
3. Run ivy:resolve

What is the expected output? What do you see instead?
[ivy:resolve] .............................
[ivy:resolve] 
[ivy:resolve] checkdownload.1.N65558:
[ivy:resolve] 
[ivy:resolve] 
[ivy:resolve] download.N65558:
[ivy:resolve] 
[ivy:resolve]
/Users/philhsmith/.ivy2/packager/build/org.restlet/restlet/1.1.1/build.xml:52:
The following error occurred while executing this line:
[ivy:resolve]
/Users/philhsmith/.ivy2/packager/build/org.restlet/restlet/1.1.1/packager-output
.xml:46:
SHA1 checksum verification for restlet-1.1.1.zip failed!
[ivy:resolve]   at
org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.jav
a:541)
...


Original issue reported on code.google.com by [email protected] on 25 Jan 2009 at 8:20

Avoid hard-coding ivy jar location

What steps will reproduce the problem?
1. Don't have /usr/share/java/ivy.jar
2. svn co ivyroundup; cd ivyroundup
3. ant -p

What is the expected output? What do you see instead?
In the ant log:
Buildfile: build.xml
  [taskdef] Could not load definitions from resource
org/apache/ivy/ant/antlib.xml. It could not be found.
/Users/philhsmith/Documents/code/ivyroundup/build.xml:50: Problem: failed
to create task or type urn:org.apache.ivy.ant:settings
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.

What version of the product are you using? On what operating system?
trunk on mac os x, using apple's jdk 1.5.0_16, ant 1.7.0

Please provide any additional information below.
It's just a matter of pulling out the hard coded path to ivy.jar.  Please
see the included patch, which first checks for an ${ivy.jar} ant property,
then looks for an IVY_JAR environment variable, and finally falls back to
/usr/share/java/ivy.jar.

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 10:40

Attachments:

Mockito 1.6 files

ivy.xml and packager.xml for mockito in attached zip.  Also included are
ivy.xml & packager.xml for dependencies: hamcrest 1.1 and objenesis 1.0 and
1.1 (1.0 is the dependency, 1.1 is current.)

Original issue reported on code.google.com by [email protected] on 21 Dec 2008 at 5:19

Attachments:

jivesoftware smack 3.1.0

a little weird packager since they use smack_3_1_0.zip instead of
smack-3.1.0.zip.  The "3_1_0" has been hard coded, but should maybe changed
into something nicer.

Original issue reported on code.google.com by [email protected] on 14 Jan 2009 at 9:08

Attachments:

com.google gwt package is missing SWT libraries

What steps will reproduce the problem?
1. add the package as a dependency
2. run "ivyresolve"

What is the expected output? What do you see instead?

I expect to see the platform-specific SWT binaries somewhere under .ivy2, but 
they are never 
installed.  For example on Mac, there should be:

libgwt-ll.jnilib
libswt-agl-carbon-3235.jnilib
libswt-carbon-3235.jnilib
libswt-pi-carbon-3235.jnilib
libswt-webkit-carbon-3235.jnilib

What version of the product are you using? On what operating system?

I am using the ivyroundup repo at 
http://ivyroundup.googlecode.com/svn/trunk/repo/modules.xml

Please provide any additional information below.





Original issue reported on code.google.com by [email protected] on 19 Feb 2009 at 2:51

typo in '_provided-xalan-classpath' target conditional

What steps will reproduce the problem?
1. don't have xalan
2. svn co ivyroundup; cd ivyroundup
3. ant get-xalan all

What is the expected output? What do you see instead?
In the ant build output, we see this:
gen-repo:
     [copy] Copying 6 files to /Users/philhsmith/Documents/code/ivyroundup/repo
    [mkdir] Created dir: /Users/philhsmith/Documents/code/ivyroundup/build/xsl
     [copy] Copying 1 file to
/Users/philhsmith/Documents/code/ivyroundup/build/xsl
     [xslt] Processing
/Users/philhsmith/Documents/code/ivyroundup/repo/modules.xml to /dev/null
     [xslt] Loading stylesheet
/Users/philhsmith/Documents/code/ivyroundup/src/xsl/apply-xsl.xsl
     [xslt] : Error! Unrecognized XSLTC extension
'http://xml.apache.org/xalan/PipeDocument:pipeDocument'
     [xslt] Failed to process
/Users/philhsmith/Documents/code/ivyroundup/repo/modules.xml

What version of the product are you using? On what operating system?
trunk, on mac os x.  Using mac's bundled jdk 1.5.0_16, ant 1.7.0

Please provide any additional information below.

The problem is the 'unless' clause on the _provided-xalan-classpath target.
 It probably should read 'unless="download-xalan"'.  After that change it
gets past that point.  Patch included.

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 10:28

Attachments:

JRuby 1.1.6

See attached.

Others might be interested to know this was produced by applying
src/xsl/ivy-prep.xsl with this snippet of ant:

<target name="package-ivyrepo"
    description="Package vendor/ivyrepo for inclusion in ivy roundup.">
    <mkdir dir="target/ivy-roundup-modules"/>
    <xslt style="vendor/ivyrepo/ivy-prep.xsl" extension=".xml"
        basedir="vendor/ivyrepo" includes="*/*/*/ivy.xml"
        destdir="target/ivy-roundup-modules" />
    <copy todir="target/ivy-roundup-modules">
        <fileset dir="vendor/ivyrepo" includes="*/*/*/packager.xml"/>
    </copy>
    <zip destfile="target/ivy-roundup-modules.zip"
         basedir="target/ivy-roundup-modules"/>
</target>

I'm open to suggestions/tweaks to this approach.

Original issue reported on code.google.com by [email protected] on 11 Jan 2009 at 9:16

Attachments:

oracle ojdbc.jar

oracle drivers for Oracle 10g from
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.
html:

- 10.2.0.1
- 10.2.0.2
- 10.2.0.3
- 10.2.0.4

Original issue reported on code.google.com by [email protected] on 9 Mar 2009 at 10:02

Attachments:

jta two times as a dependency in hibernate's ivy.xml

In the trunk version, in the ivy.xml of hibernate 3.2.6 there is:

<dependency org="javax.transaction" name="jta" rev="1.1" conf="core->default"/>

And later in the same ivy.xml:

        <dependency org="javax.transaction" name="jta" rev="[1.1,2.0["
conf="core->default"/>

I think only one should exist.

Original issue reported on code.google.com by [email protected] on 21 Oct 2008 at 2:16

(apparently) gnu-only sed option breaks on mac os x

What steps will reproduce the problem?
1. svn co ivyroundup; cd ivyroundup
2. ant get-xalan all
3.

What is the expected output? What do you see instead?
In the ant log:
gen-repo:
     [copy] Copying 6 files to /Users/philhsmith/Documents/code/ivyroundup/repo
     [exec] sed: illegal option -- r
     [exec] usage: sed script [-Ealn] [-i extension] [file ...]
     [exec]        sed [-Ealn] [-i extension] [-e script] ... [-f
script_file] ... [file ...]
     [exec] grep: write error: Broken pipe
     [exec] /bin/bash: line 0: echo: write error: Broken pipe


What version of the product are you using? On what operating system?
trunk, on mac os x, apple's jdk 1.5.0_16, ant 1.7.0

Please provide any additional information below.
The -r sed option is unavailable in mac's sed.  The sed call itself is only
trying to extract the portion of the URL from 'svn info' after any /svn/
segment.  The call can be rewritten to avoid using -r.  Patch included.

Original issue reported on code.google.com by [email protected] on 30 Nov 2008 at 10:33

Attachments:

Springframework 2.5.6

Based on the 2.5.4 packager.xml and ivy.xml files but adds the sources into
the spring.zip archive.  I haven't took the time to figure out why some
libraries have source.zip and sometimes ${name}.zip as source archive. 
Feel free to change it if spring.zip doesn't fit.


Original issue reported on code.google.com by [email protected] on 10 Jan 2009 at 6:23

Attachments:

apache ant 1.7.1

Only the ant.jar file has been taken into consideration.  Since one would
only need ant.jar to create his own tasks, it may be superfluous to include
all the other ant-*.jar files.

Other opinion?

Original issue reported on code.google.com by [email protected] on 14 Jan 2009 at 9:06

Attachments:

problem with commons-cli

What steps will reproduce the problem?
1. include <dependency org="org.apache.commons" name="commons-cli"
rev="1.1"> in ivy.xml

What is the expected output? What do you see instead?

[ivy:retrieve]       [get] Getting:
http://repo1.maven.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1-javado
c.javadoc.jar
[ivy:retrieve]       [get] To:
C:\temp\ivyroundup\cache\commons-cli-1.1-javadoc.javadoc.jar
[ivy:retrieve]       [get] Error opening connection
java.io.FileNotFoundException:
http://repo1.maven.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1-javado
c.javadoc.jar
[ivy:retrieve]       [get] Error opening connection
java.io.FileNotFoundException:
http://repo1.maven.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1-javado
c.javadoc.jar
[ivy:retrieve]       [get] Error opening connection
java.io.FileNotFoundException:
http://repo1.maven.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1-javado
c.javadoc.jar
[ivy:retrieve]       [get] Can't get
http://repo1.maven.org/maven2/commons-cli/commons-cli/1.1/commons-cli-1.1-javado
c.javadoc.jar
to C:\temp\ivyroundup\cache\commons-cli-1.1-javadoc.javadoc.jar

What version of the product are you using? On what operating system?

2.0.0-rc2 and 2.0.0, Windows

Original issue reported on code.google.com by [email protected] on 23 Feb 2009 at 8:23

Spring-integration core tries to download javax.jms

What steps will reproduce the problem?
1. include spring-integration to the ivy.xml
    <dependency org="org.springframework" name="spring-integration"
rev="1.0.1" conf="distributed->core"/>
2. ivy tries to dowload javax.jms even if the module is only defined for
the default and jms configurations (and not core)

[ivy:retrieve]  found org.springframework#spring-integration;1.0.1 in roundup
[ivy:retrieve]  found org.aopalliance#aopalliance;1.0 in roundups
[ivy:retrieve]  [1.0] org.aopalliance#aopalliance;1.+
[ivy:retrieve]  found org.apache.commons#commons-logging;1.1.1 in roundups
[ivy:retrieve]  [1.1.1] org.apache.commons#commons-logging;1.1.+
[ivy:retrieve]  found org.springframework#spring;2.5.6 in roundups
[ivy:retrieve]  [2.5.6] org.springframework#spring;[2.5.6,3.0[
[ivy:retrieve]  found org.apache.commons#commons-logging;1.1.1 in roundups
[ivy:retrieve]  [1.1.1] org.apache.commons#commons-logging;1.+
[ivy:retrieve]  found javax.jms#jms;1.1 in roundup
[ivy:retrieve]  [1.1] javax.jms#jms;1.+


What is the expected output? What do you see instead?

Ivy shouldn't try to download javax.jms

What version of the product are you using? On what operating system?

ivy-2.0.0, ant 1.7.0


Original issue reported on code.google.com by [email protected] on 5 Apr 2009 at 7:50

svnAnt and its not-yet-packaged dependencies

Here is the latest svnAnt set of ant tasks for interacting with svn
repositories, and svnClientAdapter and javahl, which are its dependencies.
 svnAnt ships with ganymed.jar as well, but as far as I can tell, this was
once a dependency of svnkit (a dependency of svnAnt), but is no longer, so
I chose not to package it.

Original issue reported on code.google.com by [email protected] on 14 Feb 2009 at 5:14

Attachments:

Unable to build on mac os x

What steps will reproduce the problem?
1. Checked out source code
2. cd'ed into folder
3. ran ant

What is the expected output? What do you see instead?
I got:
modules:
     [exec] awk: calling undefined function strftime
     [exec]  source line number 8

BUILD FAILED
/Users/matzon/ivyroundup/build.xml:71: exec returned: 2

What version of the product are you using? On what operating system?
trunk, apache-ant 1.7.0 (installed via macports)


Original issue reported on code.google.com by [email protected] on 24 Jun 2008 at 7:27

batik requires xml-apis-ext.jar with FOP

I'm currently writing the FOP packager/ivy files and when I generate a
report, I get:

      [fop] java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument
      [fop] ...
      [fop]     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
      [fop]     at
org.apache.fop.image.loader.batik.PreloaderSVG$Loader.getImage(PreloaderSVG.java
:120)

so apparently batik is missing the SVGDocument class that is available at:

http://xml.apache.org/commons/components/external/

Would it be possible to directly add this dependency to the batik definition?

Thanks

Original issue reported on code.google.com by [email protected] on 16 Apr 2009 at 11:15

Make the ivy.xml of hibernate illustrate better the provided readme

Issue found in trunk, hibernate 3.2.6.
In the distrib of hibnernate there is a lib directory with every
dedenpencies, and a readme file explaining their use.
The current ivy.xml of hibernate follows it pretty well appart from few points:
* ehcache is only required if no other cache implementation is used
* xerces is only required for jdk < 1.4
* jta is only required for standalone operation (outside application server)
* log4j is not required

See the attached patch for a proposal of how to fix it. Note that here I
didn't care about backward compability.

Original issue reported on code.google.com by [email protected] on 21 Oct 2008 at 4:23

Attachments:

Force xslt transformations

What steps will reproduce the problem?
1. svn co ivyroundup ; cd ivyroundup
2. ant get-xalan all
3.

What is the expected output? What do you see instead?
In the ant log:
resolve:
[ivy:resolve] :: Ivy 2.0.0-rc2 - 20081028224207 ::
http://ant.apache.org/ivy/ ::
:: loading settings :: file =
/Users/philhsmith/Documents/code/ivyroundup/build/resolve/resolve-settings.xml
[ivy:resolve] :: resolving dependencies :: com.google#gwt-caller;working
[ivy:resolve]   confs: [default, compile, runtime, benchmark-viewer]
[ivy:resolve]   found com.google#gwt;1.4.60 in ivyroundup
[ivy:resolve] :: resolution report :: resolve 68ms :: artifacts dl 10ms
    ---------------------------------------------------------------------
    |                  |            modules            ||   artifacts   |
    |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
    ---------------------------------------------------------------------
    |      default     |   1   |   0   |   0   |   0   ||   3   |   0   |
    |      compile     |   1   |   0   |   0   |   0   ||   3   |   0   |
    |      runtime     |   1   |   0   |   0   |   0   ||   2   |   0   |
    | benchmark-viewer |   1   |   0   |   0   |   0   ||   2   |   0   |
    ---------------------------------------------------------------------
[ivy:resolve] 
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve]       [NOT FOUND  ] com.google#gwt;1.4.60!gwt-servlet.jar (1ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]    
file:///Users/philhsmith/Documents/code/ivyroundup/repo/modules/com.google/gwt/1
.4.60/packager.xml
[ivy:resolve]       [NOT FOUND  ] com.google#gwt;1.4.60!gwt-user.jar (0ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]    
file:///Users/philhsmith/Documents/code/ivyroundup/repo/modules/com.google/gwt/1
.4.60/packager.xml
[ivy:resolve]       [NOT FOUND  ] com.google#gwt;1.4.60!gwt-dev-linux.jar (0ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]    
file:///Users/philhsmith/Documents/code/ivyroundup/repo/modules/com.google/gwt/1
.4.60/packager.xml
[ivy:resolve]       [NOT FOUND  ] com.google#gwt;1.4.60!javadoc.zip(javadoc) (0ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]    
file:///Users/philhsmith/Documents/code/ivyroundup/repo/modules/com.google/gwt/1
.4.60/packager.xml
[ivy:resolve]       [NOT FOUND  ]
com.google#gwt;1.4.60!gwt-benchmark-viewer.jar (1ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]    
file:///Users/philhsmith/Documents/code/ivyroundup/repo/modules/com.google/gwt/1
.4.60/packager.xml
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       ::              FAILED DOWNLOADS            ::
[ivy:resolve]       :: ^ see resolution messages for details  ^ ::
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       :: com.google#gwt;1.4.60!gwt-user.jar
[ivy:resolve]       :: com.google#gwt;1.4.60!gwt-dev-linux.jar
[ivy:resolve]       :: com.google#gwt;1.4.60!javadoc.zip(javadoc)
[ivy:resolve]       :: com.google#gwt;1.4.60!gwt-servlet.jar
[ivy:resolve]       :: com.google#gwt;1.4.60!gwt-benchmark-viewer.jar
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] 
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/Users/philhsmith/Documents/code/ivyroundup/build.xml:249: The following
error occurred while executing this line:
/Users/philhsmith/Documents/code/ivyroundup/build/resolve/build.xml:13:
impossible to resolve dependencies:
    resolve failed - see output for details

What version of the product are you using? On what operating system?
trunk, mac os x, apple's jdk 1.5.0_16, ant 1.7.0

Please provide any additional information below.
The packager.xml files are not being generated in the gen-repo step.  The
second call to '<xslt classpathref="xalan.classpath"
style="src/xsl/apply-xsl.xsl" in="${target.repo}/modules.xml"
out="/dev/null">' appears to not run at all.  I suspect it's a mac-specific
difference with comparing the time-stamps on /dev/null.  Adding
'force="true"' seems to fix it.  Patch included (I went ahead and added
force=true to all the xslt calls in that build file.)

Original issue reported on code.google.com by [email protected] on 1 Dec 2008 at 1:21

Attachments:

testng 5.8 seems broken

What steps will reproduce the problem?

1.   Add the following dependency:

<dependency org="org.testng" name="testng" rev="5.8" force="true" 
conf="test>runtime(*),master(*)">
            <artifact name="testng" type="jar" ext="jar" conf="" m:classifier="jdk15"/>
</dependency>


2. <ivy:resolve />


What is the expected output? What do you see instead?

I expect testng 5.8 to be installed, instead I get:

[ivy:resolve]     [mkdir] Created dir: 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/jars
[ivy:resolve] 
[ivy:resolve]     [mkdir] Created dir: 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/sources
[ivy:resolve] 
[ivy:resolve]     [mkdir] Created dir: 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/javadocs
[ivy:resolve] 
[ivy:resolve]      [move] Moving 1 file to 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/jars
[ivy:resolve] 
[ivy:resolve]      [move] Moving 1 file to 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/jars
[ivy:resolve] 
[ivy:resolve]       [zip] Building zip: 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/sources/testng.z
ip
[ivy:resolve] 
[ivy:resolve]       [zip] Building zip: 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/javadocs/javadoc
.zip
[ivy:resolve] 
[ivy:resolve] downloading 
file:/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/jars/testng
.jar ...
[ivy:resolve] :: resolution report :: resolve 1193ms :: artifacts dl 3422ms
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve]       [FAILED     ] org.testng#testng;5.8!testng.jar: 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/jars/testng.jar 
(No such file or directory) 
(3383ms)
[ivy:resolve]       [FAILED     ] org.testng#testng;5.8!testng.jar: 
/Users/jag/.ivy2/packager/build/org.testng/testng/5.8/artifacts/jars/testng.jar 
(No such file or directory) 
(3383ms)
[ivy:resolve]   ==== ivyroundup: tried
[ivy:resolve]     
http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.testng/testng/5.8/pa
ckager.xml



What version of the product are you using? On what operating system?

Ivy 2.0.0 and http://ivyroundup.googlecode.com/svn/trunk/repo




Original issue reported on code.google.com by [email protected] on 28 Feb 2009 at 8:44

configuration oracle-thin-extras for c3p0

In the trunk version, there is:

    <configurations>
        <conf name="default" description="Default configuration"/>
        <conf name="oracle-thin-extras" extends="default"
description="Default plus Oracle thin extras"/>
    </configurations>

    <publications>
        <artifact/>
        <artifact name="c3p0-oracle-thin-extras"/>
        <artifact name="source" type="source" ext="zip"/>
        <artifact name="javadoc" type="javadoc" ext="zip"/>
    </publications>

Shouldn't the artifact "c3p0-oracle-thin-extras" be only retrieved in the
configuration "oracle-thin-extras" ?

Original issue reported on code.google.com by [email protected] on 21 Oct 2008 at 12:49

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.