JaroslavTulach opened a new pull request #3232:
URL: https://github.com/apache/netbeans/pull/3232
I guess I merged #3223 prematurely. The `VerifyGradleProjectTemplatesTest`
is failing. The wizard calls `createFromTemplate("Demo.java")` and that is
currently interpreted as request to create `java.java` file in package `Demo` -
which is wrong. I am modifying the gradle support to call just
`createFromTemplate("Demo")` - e.g. without extension. That's how I originally
intended the DataObject's to be used - e.g. work without extension.
Btw. right now we are going to get a failing build for each PR. I am sorry
for the mess.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists