Hi, The example project contains only a single executable class, but would it be posssible to also bring that to SVN ? There is this example folder ready but so far empty: https://svn.apache.org/repos/asf/incubator/devicemap/trunk/examples
If it was preferred to put the examples under https://svn.apache.org/repos/asf/incubator/devicemap/trunk/devicemap/java instead, into separate artifacts, I guess that would also work. Should be same for the .NET projects we could then remove the /examples folder. The POM says: <groupId>org.apache.devicemap</groupId> <artifactId>example</artifactId> That's extremely ambiguous. The examples POM suggested a <groupId> org.apache.devicemap.*examples*</groupId> Adding a namespace (especially in any repository) for examples under the project. This isn't always done, some Open Source projects like Agorava where I'm also involved prefer to put everything in a single groupId. Whether we used a different groupId for examples or not, could a class that seems like a console example get at least a distinct artifactId, "console-example" or something like that? The "contrib" codebase contains several web-based projects. Some probably qualify as examples and it is unlikely that mixing a console example or several of them in a JAR with other examples deployed as WAR makes sense. So at least "console-example" vs. "web-example", etc. sounds like a good idea. I have no strong preference about a separate namespace, it was a suggestion, but if we want to put everything on the top level like Agorava, that would also be fine. Cheers, Werner On Thu, Jul 17, 2014 at 4:35 PM, Radu Cotescu <[email protected]> wrote: > +1. LGTM. > > > On Thu, Jul 17, 2014 at 4:23 PM, eberhard speer jr. <[email protected]> > wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > > > +1 for the release > > > > noticed some changes in Loaders [of no consequence for .Net versions] > > > > esjr > > > > > > ps : Reza's email address @ yahoo still comes thru with ".invalid" > > appended causing my server to bounce, Apache server to warn my server > > etc etc and in the end 'Melvin' gets depressed... > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v2.0.22 (MingW32) > > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > > > iQEcBAEBAgAGBQJTx844AAoJEOxywXcFLKYc/MgIAJLYYCqCEfF2m/Blkup3XeNf > > 3OGmQjlix0AS6HfDtyRs1ilDBq+M45lFtatyD0meAMCsUd3p9UxuVTOUWgoeSPQS > > ZyRRhdp3DAfYA7UoUcrIsndpvMR08xxQQFHlx/Ju+kENlUQtUTWKtKPcx8dcq9B+ > > x2DHxgN5kw7GKzRizXqXqhQnoNjiMR8cOxCYHID7TH5zbv0YogrXr7ZPd1QYw+Rx > > 3aK/XFIQbNRkdex8r9qrRsJqgGGSjHlcgULFo/KYg8Tm1YSMYt9GQQvtuKZ0uiQP > > B2W3NIVe/+AQNSA/zI53BoC8opm4iMLe+L6sOrZYLfBa1pOlChDCENyH/dc0SRY= > > =R3HU > > -----END PGP SIGNATURE----- > > >
