jarekczek

I am now compiling and packaging axis2-1.6.2 a series of maven and ant scripts 
..all libraries i have are version specific so
my recommendation is to go with maven 3+
http://maven.apache.org/download.html
and <configure> the call to build.xml on your specific target

pom.xml would contain
<plugins>
              <plugin>
                <artifactId>maven-antrun-plugin</artifactId>

 <configure>
 <ant antfile="${basedir}/build.xml">
                  <target name="test"/>
 
</ant>http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html


                                
                                        
                                        
                                        Dziękujemy,
Martin Gainty 
______________________________________________ 
Note de déni et de confidentialité
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.


> Date: Fri, 21 Sep 2012 08:33:20 +0200
> From: jarekc...@poczta.onet.pl
> To: dev@ant.apache.org
> Subject: Re: Request - Native Java "Script" Support
> 
> W dniu 2012-09-20 13:55, Anders Rundgren pisze:
> > I haven't tried with Groovy script and my request is really about getting
> > a core feature already verified being useful in NAnt into the default Ant
> > installation so you can *ship build scripts to anybody* (having an upgraded
> > Ant NB...) without requiring yet another install.
> 
> Hi Ants :)
> 
> I'd like to note that tools like ivy allow installing additional modules 
> (like groovy jar) on the fly. That is: a smart ant script first checks 
> for ivy, then downloads it. When ivy is already there, downloading and 
> adding to execution path a groovy jar is a piece of cake. And there are 
> examples of such smart scripts (ivy page) and they are in common use.
> 
> So the groovy solution may be more acceptable than you first thought of 
> it, Anders.
> 
> I'm afraid that there is a general crisis among open source developers 
> and they should spare resources whenever possible. Any new feature draws 
> resources, so it's general disadvantage of new features. Generating 
> future bugs is a long-time cost and I would expect many such bugs from 
> such a complex feature.
> 
> And finally if maven (or anything) is ever really undisputably better, 
> than we all switch to maven and be happy. No need to have many open 
> source tools doing the same. That would also mean a waste of resources.
> 
> Regards
> Jarek
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
> 
                                          

Reply via email to