test failures in gump

2011-03-01 Thread Antoine Levy-Lambert
Hi, I just worked on import-url-test.xml and junit-outputtoformatters-test.xml. I see some other tests which neeed fixing : - replacetokens-test.xml - native2ascii-test.xml - rmic-test.xml Seen the current time, I am not going to fix them tonight. On top of that I tried to make sense of the er

Re: svn commit: r1075566 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/retrieve/

2011-03-01 Thread Antoine Levy-Lambert
On 3/1/11 7:45 PM, Nicolas Lalevée wrote: > This feature looks great, but I'm starting now (it took me some time yeah :)) > to have some doubt on the implementation. I'll just raise them to get some > other point of view. > > Since retrieve is a post resolve task, it can accept nested > declara

Re: jar that uses an sqlite database - how do I add the database to the jar

2011-03-01 Thread Conor MacNeill
On Wed, Mar 2, 2011 at 01:39, Antoine Levy-Lambert wrote: > This is more a question for the user list. > > Would you mind reposting this on the user list ? > > Explain also where the database is before you run your script, and whether > the "resources" target copies something or not. > Sorry all,

Re: Website and svnpubsub

2011-03-01 Thread Nicolas Lalevée
Le 1 mars 2011 à 16:33, Stefan Bodewig a écrit : > On 2011-03-01, Nicolas Lalevée wrote: > >> I don't know much about Anakia, but would it handle correctly renamed >> paged ? Would it correctly delete the html files corresponding to the >> removed xdoc pages ? > > We don't remove or rename page

Re: Website and svnpubsub

2011-03-01 Thread Stefan Bodewig
On 2011-03-01, Nicolas Lalevée wrote: > I don't know much about Anakia, but would it handle correctly renamed > paged ? Would it correctly delete the html files corresponding to the > removed xdoc pages ? We don't remove or rename pages ;-) The whole internet would collapse if people suddenly sta

Re: Ant test failures in gump

2011-03-01 Thread Antoine Levy-Lambert
On 3/1/2011 3:49 AM, Stefan Bodewig wrote: On 2011-03-01, Antoine Levy-Lambert wrote: OK I have done "something". Thank you. I have tweaked a few things and am just running the full testsuite on my windows box where problems with undeleteable jars tend to show up. Thanks too. I have seen t

Re: jar that uses an sqlite database - how do I add the database to the jar

2011-03-01 Thread Antoine Levy-Lambert
This is more a question for the user list. Would you mind reposting this on the user list ? Explain also where the database is before you run your script, and whether the "resources" target copies something or not. Regards, Antoine On 3/1/2011 5:05 AM, ericbee wrote: Hi, I'm developin

Re: Website and svnpubsub

2011-03-01 Thread Nicolas Lalevée
Le 28 févr. 2011 à 17:08, Stefan Bodewig a écrit : > On 2011-02-28, Nicolas Lalevée wrote: [strip] > >> So basically it is about having somewhere in svn the sources of the >> website. A buildbot job then takes care of building the html files and >> commit them into a "staging" branch. The stag

Re: antcontrib settings

2011-03-01 Thread Peter Reilly
You have not passed in the classpath to the taskdef. You need to do something like: On Tue, Mar 1, 2011 at 11:40 AM, Ajitesh wrote: > hi > I am trying to use the FOR loop present in antcontrib jar file - ant-contrib- > 1.0b3.jar in my build.xml; > but getting below error while ru

antcontrib settings

2011-03-01 Thread Ajitesh
hi I am trying to use the FOR loop present in antcontrib jar file - ant-contrib- 1.0b3.jar in my build.xml; but getting below error while running the D:\buildFRIDAY>ant Buildfile: D:\buildFRIDAY\build.xml BUILD FAILED D:\buildFRIDAY\build.xml:5: taskdef class net.sf.antcontrib.logic.For

jar that uses an sqlite database - how do I add the database to the jar

2011-03-01 Thread ericbee
Hi, I'm developing a java application in eclipse. It connects to an sqlite database. When running in the eclipse ide, all is well. I can connect to the database and delete, update, insert rows. I am trying to jar the application. However, I can not add the sqlite database correctly to the ja

Re: Ant test failures in gump

2011-03-01 Thread Stefan Bodewig
On 2011-03-01, Antoine Levy-Lambert wrote: > OK I have done "something". Thank you. I have tweaked a few things and am just running the full testsuite on my windows box where problems with undeleteable jars tend to show up. > I have seen that the java resources like ${java:foo!foo.properties} i