Eric Barboni
Eric Barboni
HI @jtulach I tried the approach on master too. with jdk 11 some warning are now error I guess and prevent the javadoc generation I try to fix some of...
Followup to #4397 folder pattern are the same as release100. @jtulach I had to update api.script arch.xml to anchor were pointing to #java-org.netbeans.spi.scripting but should have been set to @[email protected]#java-org.netbeans.spi.scripting...
Attempt to pass the add open flags to archetype linked to use for https://github.com/apache/netbeans-mavenutils-archetype-nbm-archetype/pull/9 I should alter nbbuild/build.xml to populate branding so it can be used for replacement in the...
Hi this is a bit like #607 Page contains only a redirection to web.archive of the former site. So we can at least get the info instead of having a...
place holder for blogs entry just link to web archiva
### Apache NetBeans version Apache NetBeans 13 ### What happened AssertionError happens sometime and is : stacktrace: ``` java.lang.AssertionError at org.netbeans.modules.maven.embedder.impl.OfflineConnector.newInstance(OfflineConnector.java:43) at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector(DefaultRepositoryConnectorProvider.java:107) at org.eclipse.aether.internal.impl.DefaultMetadataResolver$ResolveTask.run(DefaultMetadataResolver.java:584) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:75) at org.eclipse.aether.internal.impl.DefaultMetadataResolver$1.execute(DefaultMetadataResolver.java:510) at...
Hi, this allow all-classes.xml to have all the interface + enum. I could not make a nice regexp. I rewrite the parsing using simple jsoup by using the one of...
A little tools to have some check. I did not get it with gradle and don't want to pollute the site generation so I use maven to help looking for...
Hi, The following occurs during integration test build on codeship: ........org-openide-filesystems-RELEASE82.nbm java.io.IOException: Corrupted pack file: magic/ver = CAFED00D/171.0 should be CAFED00D/150.7 OR CAFED00D/160.1 codeship default jdk is version 7; changing...