Re: How to mark a project to have problems?
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4hTNhqZT_M5Qj0KvyP+Mzy5fUCOv04X9LKJ2S4-jB2XtA@mail.gmail.com> |
Have a look at the sources of the Maven integration! There the project is marked as faulty if a dependency cannot be found/downloaded. Den 2 dec. 2016 08:57 skrev "Peter Nabbefeld" <[email protected]>: > > Hello, > > I'd like to mark a project to have problems if all of the following > conditions are met: > > 1. There's a META-INF/persistence.xml file containing > "org.datanucleus.api.jpa.PersistenceProviderImpl" > > 2. build.xml has not been modified to do the necessary enhancement steps. > > So, how can I mark the project to have problems? And how can I change the > build file, i.e. add the needed steps? > > Kind regards > Peter > >