Re: abbot plugin problem

2005-02-24 Thread Lukasz Bajorski
t; > But this is clean and good. The problem might be with ant-optional, not junit. Check your repository for ant-optional-1.5.3-1 (or whatever version your abbot plugin uses as a dependency - check project.xml in that plugin's jar or in maven's cache). You may try the same steps

Re: abbot plugin problem

2005-02-24 Thread Lukasz Bajorski
On Thu, 24 Feb 2005 10:14:24 +0100, Henrard Frederic <[EMAIL PROTECTED]> wrote: > On Thursday 24 February 2005 09:11, Lukasz Bajorski wrote: > > On Wed, 23 Feb 2005 11:51:25 +0100, Vincent Massol <[EMAIL PROTECTED]> > > wrote: > > > > -Original Mess

Re: abbot plugin problem

2005-02-24 Thread Lukasz Bajorski
dy suggested or not but I think I had a similar problem some time ago (with my project based on maven-axis-plugin). Although the plugin had its dependencies declared I had to add them to my project.xml as well. So try adding the dependency for junit (and maybe ant-optional, but since Vincent says it&#x

Re: maven axis plugin

2005-03-02 Thread Lukasz Bajorski
\p > lugin.jelly > Element... axis-admin > Line.. 288 > Column 44 > axis-admin failed with > {http://xml.apache.org/axis/}HTTP (404)Not Found > Total time: 3 seconds > Finished at: Tue Mar 01 15:49:46 PST 2005 > > Can anybody please help? > Thanks. > > J

Re: nightly builds?

2005-03-03 Thread Lukasz Bajorski
ng difficulty building from source. Don't know about unofficial maven distributions but as for firewall and building from source I could recommend using CvsGrab tool (I believe its at http://cvsgrab.sourceforge.net) - with some configuration it works fine with proxies. -- Lukasz Bajo

Re: maven axis plugin

2005-03-07 Thread Lukasz Bajorski
ploy the service and they would do that by calling the maven's build script - so it's a reasonable thing to do, at least for checking if the build is valid). > Thanks. I isn't much help but still it is some so you're wel

Re: skipping snapshot downloads

2005-03-10 Thread Lukasz Bajorski
there a way to reload POM without exiting the console mode? -- Lukasz Bajorski tel. +48 508 609 414 GG: 3318146 www.jroller.com/page/benjie > > maven console > > Arnaud > > > -Message d'origine- > > De : Nathan Coast [mailto:[EMAIL PROTECTED] > >

Re: New Maven Site is Live

2005-03-16 Thread Lukasz Bajorski
u for the site - maybe it could be compressed or restructured to show, say, not more than 5-7 menu items on a particular menu level (now it's 11 for the top-level menu). -- Lukasz Bajorski tel. +48 508 609 414 GG: 3318146 www.jroller.com/page/benjie On Tue, 15 Mar 2005 18:23:22 +1100, Br

Re: Can't get plugin to download/install correctly

2005-03-16 Thread Lukasz Bajorski
x27;t get the following message but then again it's probably intended - it shows you that the plugin referenced in cache no longer exist so the reference is invalidated. And that's what you want, right? -- Lukasz Bajorski tel. +48 508 609 414 GG: 3318146 www.j

multiproject deps

2005-03-22 Thread Lukasz Bajorski
essed ;) -- Lukasz Bajorski tel. +48 508 609 414 GG: 3318146 www.jroller.com/page/benjie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

building .Net stuff

2005-09-08 Thread Lukasz Bajorski
en in C#. My best shot was to call NAant from within maven.xml or use CruiseControl to run Maven and NAnt builds separately. Is there a "more state-of-art" solution? Thanks in advance for any piece of advice, Lukasz Bajorski

Re: Question on accessing user-defined properties in maven.xml

2005-02-10 Thread Lukasz Bajorski
; > (project.properties) > > hibernate.doclet.generate=true > > (maven.xml) > > try using ${context.getVariable('hibernate.doclet.generate') == 'true'} instead --- Lukasz Bajorski > > ... > > > > It seems that the proper

Sql queries last excessively long

2005-02-10 Thread Lukasz Bajorski
ects with maven-multiproject-plugin it doesn't last that long. What seems to be the problem? Here's the body of the tag (it's taken from maven.xml): -- Lukasz Bajorski - To unsubscribe, e-mail: [EMAIL PROT