Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] eclipse.refreshLocal not working anymore

Tuesday, June 8, 2004, 2:24:52 PM, Darin Swanson wrote:

> Set your Ant build to occur in the same VM as Eclipse.
> See the Ant JRE tab for your Ant launch configuration. The 
> eclipse.refreshLocal task requires the context of the Eclipse workspace to 
> work / be relevant.

As an alternative, you can check a box on the launch configuration to
indicate that you want a certain resource refreshed at the end of
running the script (i.e. it's not coded in your Ant script, but
instead is external to it).

-- 
Regards,
David                            
mailto:dlwhiteman@xxxxxxxxxxxxxxx



Back to the top