[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology] Re: Eclipse Question

Try to create a file called build.xml. After that, open that file on Eclipse 
and try to edit it...
All you need is to use content assist from Eclipse and a bit of intuition :)
If you still miss something, take a look at: 
http://ant.apache.org/manual/CoreTasks/war.html

"Arinté" <arintejr@xxxxxxxxx> wrote in message 
news:f32kq2$3am$1@xxxxxxxxxxxxxxxxxxxx
> Anibal Maffioletti de Deus wrote:
>> Yes, make a Ant script and call it everytime you need :)
>>
>>
>> "Arinté" <arintejr@xxxxxxxxx> wrote in message 
>> news:f306sg$jfr$1@xxxxxxxxxxxxxxxxxxxx
>>> Is there an easier way to get a project to be exported as a war without 
>>> having to right-click and doing export-war-yes/overwrite everytime?
>>
>>
>
> More details please, how would this script look?