Hi Ross, some feedback, > -----Original Message----- > From: Ross Gardler [mailto:rgardler@apache.org] > Sent: Sunday, 19 November 2006 6:54 AM > To: Forrest Developers List > Subject: Building Forrest 2 > > 3 new additions to Forrest2 (plus a load of refactoring): > > 1. There is now a "getting started" document in the src/docs folder - > this contains the bare bones details about how to do something with > Forrest. I'm sure we'll need more in there - I'll add as the questions > come in. > > 2. Added an ANT build file (only tested in Ant 1.6.5 embedded in Eclipse > - please test in your environment) Used ANT 1.6.5. > > 3. Added a local Ivy repository. Note that the intention would be to > have no entries in this repo, we should be retrieving dependencies from > a public repo. This space is only to develop ivy repo entries and test > them before we commit them to a public ivy repository (I've just joined > the Ivy dev list to discuss where this should end up going - will report > back as and when) I noticed from the svn logs that you removed some dependencies stating that They are already in a public repo, I am guessing that could be the cause of Some of my build problems. :- D:\Apache2\forrest\whiteboard\forrest2>ant compile-core Buildfile: build.xml clean: init: [mkdir] Created dir: D:\Apache2\forrest\whiteboard\forrest2\build\classes [mkdir] Created dir: D:\Apache2\forrest\whiteboard\forrest2\dist [ivy:cachepath] :: Ivy 1.4.1 - 20061109165313 :: http://ivy.jayasoft.org/ :: [ivy:cachepath] :: configuring :: file = D:\Apache2\forrest\whiteboard\forrest2\ ivyconf.xml [ivy:cachepath] :: resolving dependencies :: [ Apache | forrest2 | working@devel oper ] [ivy:cachepath] confs: [default] [ivy:cachepath] found [ apache | commons-httpclient | 3.1-alpha1 ] in lo cal-repository [ivy:cachepath] [3.1-alpha1] [ apache | commons-httpclient | latest.mile stone ] [ivy:cachepath] found [ apache | commons-logging | 1.0.4 ] in local-repo sitory [ivy:cachepath] [1.0.4] [ apache | commons-logging | latest.release ] [ivy:cachepath] found [ apache | regexp | 1.4 ] in local-repository [ivy:cachepath] [1.4] [ apache | regexp | latest.milestone ] [ivy:cachepath] found [ apache | xerces | 2.5.0 ] in local-repository [ivy:cachepath] [2.5.0] [ apache | xerces | latest.release ] [ivy:cachepath] found [ springframework | springframework | 2.0 ] in loc al-repository [ivy:cachepath] [2.0] [ springframework | springframework | latest.relea se ] [ivy:cachepath] downloading D:\Apache2\forrest\whiteboard\forrest2\tools\ivy\rep ository\apache\commons-httpclient\jars\commons-httpclient-3.1-alpha1.jar ... [ivy:cachepath] .............................. (229kB) [ivy:cachepath] [SUCCESSFUL ] [ apache | commons-httpclient | 3.1-alpha1 ]/commons-httpclient.jar[jar] (15ms) [ivy:cachepath] downloading D:\Apache2\forrest\whiteboard\forrest2\tools\ivy\rep ository\apache\regexp\jars\regexp-1.4.jar ... [ivy:cachepath] ..... (27kB) [ivy:cachepath] [SUCCESSFUL ] [ apache | regexp | 1.4 ]/regexp.jar[jar] (32ms) [ivy:cachepath] downloading D:\Apache2\forrest\whiteboard\forrest2\tools\ivy\rep ository\apache\xerces\jars\xercesImpl-2.5.0.jar ... [ivy:cachepath] ................................................................ ................................................... (905kB) [ivy:cachepath] [SUCCESSFUL ] [ apache | xerces | 2.5.0 ]/xercesImpl.jar [jar] (46ms) [ivy:cachepath] downloading D:\Apache2\forrest\whiteboard\forrest2\tools\ivy\rep ository\springframework\springframework\jars\spring-2.0.jar ... [ivy:cachepath] ................................................................ ............................................................................ .... ............................................................................ .... ............................................................................ .... ........ (2485kB) [ivy:cachepath] [SUCCESSFUL ] [ springframework | springframework | 2.0 ]/spring.jar[jar] (47ms) [ivy:cachepath] downloading D:\Apache2\forrest\whiteboard\forrest2\tools\ivy\rep ository\springframework\springframework\jars\spring-mock-2.0.jar ... [ivy:cachepath] .............. (97kB) [ivy:cachepath] [SUCCESSFUL ] [ springframework | springframework | 2.0 ]/spring-mock.jar[jar] (32ms) [ivy:cachepath] :: resolution report :: [ivy:cachepath] :: evicted modules: [ivy:cachepath] [ apache | commons-logging | 1.1 ] by [[ apache | common s-logging | 1.0.4 ]] in [default] --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 15 | 5 | 0 | 1 || 6 | 5 | --------------------------------------------------------------------- [ivy:cachepath] [ivy:cachepath] :: problems summary :: [ivy:cachepath] :::: WARNINGS [ivy:cachepath] module not found: [ apache | commons-codec | 1.3 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/apache/commons-codec/ivy-1.3.xml [ivy:cachepath] local-repository: tried artifact [ apach e | commons-codec | 1.3 ]/commons-codec.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/apache/commons-codec/jars/commons-codec-1.3.jar [ivy:cachepath] module not found: [ jtidy | jtidy | 4aug2000r7-d ev ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/jtidy/jtidy/ivy-4aug2000r7-dev.x ml [ivy:cachepath] local-repository: tried artifact [ jtidy | jtidy | 4aug2000r7-dev ]/jtidy.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/jtidy/jtidy/jars/jtidy-4aug2000r7-dev.jar [ivy:cachepath] module not found: [ junit | junit | 4.1 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/junit/junit/ivy-4.1.xml [ivy:cachepath] local-repository: tried artifact [ junit | junit | 4.1 ]/junit.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/junit/junit/jars/junit-4.1.jar [ivy:cachepath] module not found: [ apache | commons-dbcp | 1.2. 1 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/apache/commons-dbcp/ivy-1.2.1.xm l [ivy:cachepath] local-repository: tried artifact [ apach e | commons-dbcp | 1.2.1 ]/commons-dbcp.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/apache/commons-dbcp/jars/commons-dbcp-1.2.1.jar [ivy:cachepath] module not found: [ apache | log4j | 1.2.14 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/apache/log4j/ivy-1.2.14.xml [ivy:cachepath] local-repository: tried artifact [ apach e | log4j | 1.2.14 ]/log4j.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/apache/log4j/jars/log4j-1.2.14.jar [ivy:cachepath] module not found: [ asm | asm | 2.2.2 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/asm/asm/ivy-2.2.2.xml [ivy:cachepath] local-repository: tried artifact [ asm | asm | 2.2.2 ]/asm.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/asm/asm/jars/asm-2.2.2.jar [ivy:cachepath] module not found: [ asm | asm-commons | 2.2.2 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/asm/asm-commons/ivy-2.2.2.xml [ivy:cachepath] local-repository: tried artifact [ asm | asm-commons | 2.2.2 ]/asm-commons.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/asm/asm-commons/jars/asm-commons-2.2.2.jar [ivy:cachepath] module not found: [ asm | asm-util | 2.2.2 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/asm/asm-util/ivy-2.2.2.xml [ivy:cachepath] local-repository: tried artifact [ asm | asm-util | 2.2.2 ]/asm-util.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/asm/asm-util/jars/asm-util-2.2.2.jar [ivy:cachepath] module not found: [ cglib | cglib-nodep | 2.1_3 ] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/cglib/cglib-nodep/ivy-2.1_3.xml [ivy:cachepath] local-repository: tried artifact [ cglib | cglib-nodep | 2.1_3 ]/cglib-nodep.jar[jar]: [ivy:cachepath] D:\Apache2\forrest\whiteboard\fo rrest2/tools/ivy/repository/cglib/cglib-nodep/jars/cglib-nodep-2.1_3.jar [ivy:cachepath] [NOT FOUND ] [ apache | commons-logging | 1.0.4 ]/commons-logging.jar[jar] [ivy:cachepath] local-repository: tried D:\Apache2\forre st\whiteboard\forrest2/tools/ivy/repository/apache/commons-logging/jars/comm ons- logging-1.0.4.jar [ivy:cachepath] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:cachepath] :: UNRESOLVED DEPENDENCIES :: [ivy:cachepath] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:cachepath] :: [ apache | commons-dbcp | 1.2.1 ]: not found [ivy:cachepath] :: [ asm | asm | 2.2.2 ]: not found [ivy:cachepath] :: [ apache | log4j | 1.2.14 ]: not found [ivy:cachepath] :: [ cglib | cglib-nodep | 2.1_3 ]: not found [ivy:cachepath] :: [ asm | asm-util | 2.2.2 ]: not found [ivy:cachepath] :: [ junit | junit | 4.1 ]: not found [ivy:cachepath] :: [ apache | commons-codec | 1.3 ]: not found [ivy:cachepath] :: [ jtidy | jtidy | 4aug2000r7-dev ]: not found [ivy:cachepath] :: [ asm | asm-commons | 2.2.2 ]: not found [ivy:cachepath] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:cachepath] [ivy:cachepath] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:cachepath] :: FAILED DOWNLOADS :: [ivy:cachepath] :: ^ see resolution messages for details ^ :: [ivy:cachepath] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:cachepath] :: [ apache | commons-logging | 1.0.4 ]/commons- logging.jar[jar] [ivy:cachepath] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:cachepath] [ivy:cachepath] [ivy:cachepath] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED D:\Apache2\forrest\whiteboard\forrest2\build.xml:39: impossible to resolve depen dencies: resolve failed - see output for details Total time: 4 seconds D:\Apache2\forrest\whiteboard\forrest2> Ideas ? Thanks Gav... > > Ross > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.409 / Virus Database: 268.14.7/538 - Release Date: 11/18/2006