users@glassfish.java.net

Re: Eclipse plugin for glassfish

From: Ludovic Champenois <ludovic.champenois_at_oracle.com>
Date: Wed, 26 May 2010 23:30:38 -0700

On 5/26/10 11:27 PM, shreyasd wrote:
> thanks for the response
>
> but i want to do it via plugin so that it is easier in development
> environment.
>
Writing a new plugin is possible that would invoke the ant system within
Eclipse.
Not trivial is you do not have Eclipse dev experience.
Via the IDE, invoking a build.xml is just selecting this file and doing
a popup menu on it to execute a task within.
Ludo
>
> shreyas
>
>
>
>
> Ludovic Champenois-2 wrote:
>
>> On 5/26/10 10:04 PM, shreyasd wrote:
>>
>>> hi
>>>
>>> we have created an ear file using an ant script .
>>>
>>> can we tell eclipse plugin for glassfish to use that for deployment from
>>> eclipse.
>>>
>>>
>> If you do not want to use the deployment done via Eclipse plugin, you
>> can write another ant file or task that exec the asadmin deploy...
>> command.
>> See response on this alias previously,
>> Ludo
>>
>>> currently we are using admin-cli.jar to deploy using ant script.
>>>
>>> how does plugin deploy on glassfish?
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>>
>>
>>
>