Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Error in 4.5 and 4.6 build

Please file a bug report with steps to reproduce the problem.

Dani



From:        "Vince S." <vinceos@xxxxxxxxxxx>
To:        "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
Date:        13.04.2016 18:01
Subject:        [pde-dev] Error in 4.5 and 4.6 build
Sent by:        pde-dev-bounces@xxxxxxxxxxx




After a restart or a project clean and an attempted rebuild, I get the following error:

The project was not built due to "Resource already exists on disk: '/com.sma.ui.core.simplecharts/target/classes/com/sma/ui/core/simplecharts/constants/messages.properties'."

The workaround is either to
    1) delete the /binsubfolder, refresh the project and rebuild.  Or
    2) for multiple project errors,  in Preferences -> Java -> Compiler -> Building, add "*.properties" to Filtered Resources and rebuild the projects. And then remove "*.properties" from Filtered Resources and rebuild those projects again.

But of course this is becoming annoying and I need a more permanent and automatic solution. I am currently using Neon, but the same issue occurs in 4.5.  

Any idea as to what the issue may be?

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top