Re: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Luis tuti
Many thanks for all your answers. My requirements of copy project is for not make backup, is to createa a new project in which I want to reuse existing code from an existing project. For that reason is because I don't want use Git. Thanks El mar., 7 may. 2019 a las 0:14, Emilian Bold ()

Sass comple error

2019-05-06 Thread Peter Haworth
Just getting started setting up Netbeans to compile sass files. Loaded the sass compiler and set all the preferences including the one to compile on save.. First time I try to compile, I get an error "Could not find an option named "cache-location". Any suggestions? *Sent with Shift

Re: git partial commit

2019-05-06 Thread Philip Durbin
I believe this feature request is being tracked at https://issues.apache.org/jira/browse/NETBEANS-428 On Mon, May 6, 2019 at 5:01 PM Mike Billman wrote: > Is there a way to do this in netbeans? Don’t have a current need, more > just curious as we are moving from svn to git where I work. > > >

Re: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Emilian Bold
@Thomas: I wasn't actually suggesting to remove the copy action. My impression is that this is a NetBeans bug (copy should work) or otherwise a minor UX bug (the action should be disabled if we can't manage). Of course the copy action is valuable. But since everybody was explaining how to copy

git partial commit

2019-05-06 Thread Mike Billman
Is there a way to do this in netbeans? Don't have a current need, more just curious as we are moving from svn to git where I work. Mike Billman Senior Software Engineer CPTE [qclogo] 11800 Conrey Rd Suite 150 Cincinnati, OH 45249 T +1 513 469 1424 E

Re: NB Platform Maven Dependencies

2019-05-06 Thread arsi
Hi, And one more option... |ClassLoader classLoader = Lookup.getDefault().lookup(ClassLoader.class);//get global classloader try { Class loadClass = classLoader.loadClass("org.netbeans.modules.settings.RecognizeInstanceObjects"); //access over java reflection } catch (ClassNotFoundException

Re: NB Platform Maven Dependencies

2019-05-06 Thread arsi
Hi, Each NB module has a defined list of public classes / packages, these are accessible to any other module: | nbandroid.gradle.spi.* | ​ eg: https://github.com/NBANDROIDTEAM/NBANDROID-V2/blob/78fb8c0d57ca98bcf462b7a66523d21976fd6a24/nbandroid.gradle.spi/pom.xml All other classes

NB Platform Maven Dependencies

2019-05-06 Thread Adam Korynta
Hi All, I'm trying to compile my Netbeans Platform modules using Maven, but I'm unable to compile due to the following errors: [INFO] Private classes referenced in module: [org.netbeans.modules.settings.RecognizeInstanceObjects] [ERROR] Project depends on packages not accessible at runtime in

Re: NB Platform Maven Dependencies

2019-05-06 Thread Emilian Bold
I assume this is using Maven Central or the older NetBeans.org maven2 repository? We recently published the Maven Central artefacts, it's possible there is a bug... --emi lun., 6 mai 2019, 20:53 Adam Korynta a scris: > Hi All, > > > > I’m trying to compile my Netbeans Platform modules using

Re: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Emilian Bold
I think Luis figured out how to copy that folder but the question is why can't NetBeans figure that out? Our copy action could be disabled if there is something that we don't support anyhow. Or, we could get rid of the copy action entirely. The problem is one of NetBeans UX. --emi lun., 6 mai

Java 9+ is the module-info wizard too rigorous?

2019-05-06 Thread Alten, Jessica-Aileen
Hi, I am quite new to the JDK 9+ module system but I think I found a bug in the Netbeans module-info wizard (only tested with Netbeans 11). The problem is the code generation for automatic modules, which seems too rigorous. In my case, it is a maven project, but that does not matter, the Netbeans

Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Luis tuti
Yes, that's it. El lun., 6 may. 2019 a las 10:08, Emilian Bold () escribió: > Maybe this is the copy action from NetBeans? > > --emi > > lun., 6 mai 2019, 10:48 Geertjan Wielenga a scris: > >> You don't need NetBeans to copy a project, you can just go to your file >> system and copy it there.

Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Emilian Bold
Maybe this is the copy action from NetBeans? --emi lun., 6 mai 2019, 10:48 Geertjan Wielenga a scris: > You don't need NetBeans to copy a project, you can just go to your file > system and copy it there. > > Gj > > On Mon, May 6, 2019 at 8:30 AM Luis tuti wrote: > >> Hi, I'm trying to copy a

Re: duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Geertjan Wielenga
And also, use a versioning system and you won't need to make copies, e.g., check your code into GitHub. Gj On Mon, May 6, 2019 at 9:48 AM Geertjan Wielenga wrote: > You don't need NetBeans to copy a project, you can just go to your file > system and copy it there. > > Gj > > On Mon, May 6,

duplicate project netbeans error, how coud I do it?

2019-05-06 Thread Luis tuti
Hi, I'm trying to copy a project to have a backup and mofiy my copy but I get: "The project has one more external source roots and cannot be copied" Someone could help me? Thanks