You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by chavanmukeshp <mu...@igate.com> on 2012/05/10 13:52:25 UTC

convert Ant script to Maven

Hello Friends,

Can you please Suggest me how to convert below ant target into maven? 

 <target name="InitialiseContext">

              <java classname=&quot;com.rsa.poc.SigningStationClient&quot; 

              &lt;arg value=”initializeContext”&lt;/>

<arg value=${bldReqPath}/>

</java>

 </target>

Is there any plugin required for this conversion? 

Thanks in advance!!

--
View this message in context: http://maven.40175.n5.nabble.com/convert-Ant-script-to-Maven-tp5699981.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: convert Ant script to Maven

Posted by John Patrick <nh...@gmail.com>.
Have you used maven before or are you totally new to maven?

Do you have to get your ant code snippet into an existing maven
project or a new project just for this snippet?

On 10 May 2012 15:58, Ron Wheeler <rw...@artifact-software.com> wrote:
> Did you look at the Ant plug-in?
>
> Ron
>
>
> On 10/05/2012 7:52 AM, chavanmukeshp wrote:
>>
>> Hello Friends,
>>
>> Can you please Suggest me how to convert below ant target into maven?
>>
>>  <target name="InitialiseContext">
>>
>>               <java classname=&quot;com.rsa.poc.SigningStationClient&quot;
>>
>>               &lt;arg value=”initializeContext”&lt;/>
>>
>> <arg value=${bldReqPath}/>
>>
>> </java>
>>
>>  </target>
>>
>> Is there any plugin required for this conversion?
>>
>> Thanks in advance!!
>>
>> --
>> View this message in context:
>> http://maven.40175.n5.nabble.com/convert-Ant-script-to-Maven-tp5699981.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> Ron Wheeler President Artifact Software Inc email:
> rwheeler@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435,
> ext 102
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: convert Ant script to Maven

Posted by Ron Wheeler <rw...@artifact-software.com>.
Did you look at the Ant plug-in?

Ron

On 10/05/2012 7:52 AM, chavanmukeshp wrote:
> Hello Friends,
>
> Can you please Suggest me how to convert below ant target into maven?
>
>   <target name="InitialiseContext">
>
>                <java classname=&quot;com.rsa.poc.SigningStationClient&quot;
>
>                &lt;arg value=”initializeContext”&lt;/>
>
> <arg value=${bldReqPath}/>
>
> </java>
>
>   </target>
>
> Is there any plugin required for this conversion?
>
> Thanks in advance!!
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/convert-Ant-script-to-Maven-tp5699981.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Ron Wheeler President Artifact Software Inc email: 
rwheeler@artifact-software.com skype: ronaldmwheeler phone: 
866-970-2435, ext 102

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org