[jira] [Updated] (NETBEANS-3405) Not copying all files for remote build and debug

2020-05-03 Thread Matthew Bennett (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Bennett updated NETBEANS-3405:
--
Attachment: configurations.xml

> Not copying all files for remote build and debug
> 
>
> Key: NETBEANS-3405
> URL: https://issues.apache.org/jira/browse/NETBEANS-3405
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote
>Affects Versions: 11.1
> Environment: Macbook Pro Catalina, 10.15.1
> Raspberry PI running Raspbian Buster
>Reporter: Matthew Bennett
>Priority: Blocker
> Attachments: configurations.xml, filelist.txt
>
>
> I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry 
> pi as a remote compile / debugger. When I try and compile, I get an error
> 'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
> 'build/linkedList.o'.'
> The source code exists within the project, but the file is not copied with 
> the other source files. When I inspect the destination directory, a number of 
> files are missing.
> Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3405) Not copying all files for remote build and debug

2020-05-03 Thread Matthew Bennett (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Bennett updated NETBEANS-3405:
--
Attachment: filelist.txt

> Not copying all files for remote build and debug
> 
>
> Key: NETBEANS-3405
> URL: https://issues.apache.org/jira/browse/NETBEANS-3405
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote
>Affects Versions: 11.1
> Environment: Macbook Pro Catalina, 10.15.1
> Raspberry PI running Raspbian Buster
>Reporter: Matthew Bennett
>Priority: Blocker
> Attachments: configurations.xml, filelist.txt
>
>
> I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry 
> pi as a remote compile / debugger. When I try and compile, I get an error
> 'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
> 'build/linkedList.o'.'
> The source code exists within the project, but the file is not copied with 
> the other source files. When I inspect the destination directory, a number of 
> files are missing.
> Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3405) Not copying all files for remote build and debug

2020-05-03 Thread Matthew Bennett (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Bennett updated NETBEANS-3405:
--
Priority: Blocker  (was: Major)

> Not copying all files for remote build and debug
> 
>
> Key: NETBEANS-3405
> URL: https://issues.apache.org/jira/browse/NETBEANS-3405
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote
>Affects Versions: 11.1
> Environment: Macbook Pro Catalina, 10.15.1
> Raspberry PI running Raspbian Buster
>Reporter: Matthew Bennett
>Priority: Blocker
>
> I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry 
> pi as a remote compile / debugger. When I try and compile, I get an error
> 'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
> 'build/linkedList.o'.'
> The source code exists within the project, but the file is not copied with 
> the other source files. When I inspect the destination directory, a number of 
> files are missing.
> Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3405) Not copying all files for remote build and debug

2020-05-03 Thread Matthew Bennett (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17098334#comment-17098334
 ] 

Matthew Bennett commented on NETBEANS-3405:
---

Work around has not worked. Once again I am unable to remote compile because 
NetBeans is not copying all files for my C project. 

Error Info:

Copying project files to 
/home/pi/.netbeans/remote/rpi3b06/macbook-pro-2-MacOSX-x86_64 at pi@rpi3b06

Building project files list...

Checking directory structure...

Checking previously uploaded files...

Checking links...

Uploading changed files:

Zipping 1,112 changed files...

Uploading zip to pi@rpi3b06...

Unzipping changed files...

Checking exec permissions...

Uploading changed files finished successfully.
cd 
'/home/pi/.netbeans/remote/rpi3b06/macbook-pro-2-MacOSX-x86_64/Users/matthew/Documents/Bostin
 Technology/RadarPi'/usr/bin/make -f makefilemkdir -p buildmake: *** No rule to 
make target 'common/src/adcFunctions.c', needed by 'build/adcFunctions.o'.  
Stop.
BUILD FAILED (exit value 2, total time: 219ms)

As can be seen by the 2 attachments, the list of files in Configuration.xml is 
significantly shorter than the list of files within the project. It really 
makes the product unworkable is everytime I wish to build I have to commit all 
files into Github, download them on the Pi and then compile them

 

> Not copying all files for remote build and debug
> 
>
> Key: NETBEANS-3405
> URL: https://issues.apache.org/jira/browse/NETBEANS-3405
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote
>Affects Versions: 11.1
> Environment: Macbook Pro Catalina, 10.15.1
> Raspberry PI running Raspbian Buster
>Reporter: Matthew Bennett
>Priority: Major
>
> I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry 
> pi as a remote compile / debugger. When I try and compile, I get an error
> 'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
> 'build/linkedList.o'.'
> The source code exists within the project, but the file is not copied with 
> the other source files. When I inspect the destination directory, a number of 
> files are missing.
> Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3406) Netbeans 11.1 Won’t Close

2020-02-23 Thread Matthew Bennett (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042845#comment-17042845
 ] 

Matthew Bennett commented on NETBEANS-3406:
---

This occurs when I have been using remote debugging which doesn’t appear to end 
correctly.
However, because of the application I am using I have to use elevated 
privileges on the raspberry pi so there is a script to enable this.


> Netbeans 11.1 Won’t Close
> -
>
> Key: NETBEANS-3406
> URL: https://issues.apache.org/jira/browse/NETBEANS-3406
> Project: NetBeans
>  Issue Type: Bug
> Environment: macbook Pro Catalina 10.15.1
>Reporter: Matthew Bennett
>Priority: Major
>
> Even though used the Close command, Netbeans 11.1 has not closed and is 
> stopping my Mac from shutting down.
> Even using Force Quit has no effect.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3405) Not copying all files for remote build and debug

2020-02-23 Thread Matthew Bennett (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042843#comment-17042843
 ] 

Matthew Bennett commented on NETBEANS-3405:
---

I’ve managed to work around it, if I create a new project and import files into 
it, it then copies and compiled correctly .

> Not copying all files for remote build and debug
> 
>
> Key: NETBEANS-3405
> URL: https://issues.apache.org/jira/browse/NETBEANS-3405
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote
>Affects Versions: 11.1
> Environment: Macbook Pro Catalina, 10.15.1
> Raspberry PI running Raspbian Buster
>Reporter: Matthew Bennett
>Priority: Major
>
> I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry 
> pi as a remote compile / debugger. When I try and compile, I get an error
> 'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
> 'build/linkedList.o'.'
> The source code exists within the project, but the file is not copied with 
> the other source files. When I inspect the destination directory, a number of 
> files are missing.
> Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-3405) Not copying all files for remote build and debug

2019-12-27 Thread Matthew Bennett (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Bennett updated NETBEANS-3405:
--
Summary: Not copying all files for remote build and debug  (was: Not coping 
all files for remote build and debug)

> Not copying all files for remote build and debug
> 
>
> Key: NETBEANS-3405
> URL: https://issues.apache.org/jira/browse/NETBEANS-3405
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote
>Affects Versions: 11.1
> Environment: Macbook Pro Catalina, 10.15.1
> Raspberry PI running Raspbian Buster
>Reporter: Matthew Bennett
>Priority: Major
>
> I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry 
> pi as a remote compile / debugger. When I try and compile, I get an error
> 'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
> 'build/linkedList.o'.'
> The source code exists within the project, but the file is not copied with 
> the other source files. When I inspect the destination directory, a number of 
> files are missing.
> Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-3406) Netbeans 11.1 Won’t Close

2019-11-18 Thread Matthew Bennett (Jira)
Matthew Bennett created NETBEANS-3406:
-

 Summary: Netbeans 11.1 Won’t Close
 Key: NETBEANS-3406
 URL: https://issues.apache.org/jira/browse/NETBEANS-3406
 Project: NetBeans
  Issue Type: Bug
 Environment: macbook Pro Catalina 10.15.1
Reporter: Matthew Bennett


Even though used the Close command, Netbeans 11.1 has not closed and is 
stopping my Mac from shutting down.

Even using Force Quit has no effect.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-3405) Not coping all files for remote build and debug

2019-11-18 Thread Matthew Bennett (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16976878#comment-16976878
 ] 

Matthew Bennett commented on NETBEANS-3405:
---

I think, although I am not sure, that the issue is caused because the 
configuration in Netbeans has not been updated to include the files in copying. 
There doesn’t appear to be any menu item to refresh the list and when I look in 
the configuration files, there appears to nee some source files missing.

> Not coping all files for remote build and debug
> ---
>
> Key: NETBEANS-3405
> URL: https://issues.apache.org/jira/browse/NETBEANS-3405
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Remote
>Affects Versions: 11.1
> Environment: Macbook Pro Catalina, 10.15.1
> Raspberry PI running Raspbian Buster
>Reporter: Matthew Bennett
>Priority: Major
>
> I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry 
> pi as a remote compile / debugger. When I try and compile, I get an error
> 'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
> 'build/linkedList.o'.'
> The source code exists within the project, but the file is not copied with 
> the other source files. When I inspect the destination directory, a number of 
> files are missing.
> Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-3405) Not coping all files for remote build and debug

2019-11-18 Thread Matthew Bennett (Jira)
Matthew Bennett created NETBEANS-3405:
-

 Summary: Not coping all files for remote build and debug
 Key: NETBEANS-3405
 URL: https://issues.apache.org/jira/browse/NETBEANS-3405
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Remote
Affects Versions: 11.1
 Environment: Macbook Pro Catalina, 10.15.1
Raspberry PI running Raspbian Buster
Reporter: Matthew Bennett


I'm using Netbeans 11 with the plugin for C/C++ development with a raspberry pi 
as a remote compile / debugger. When I try and compile, I get an error

'make: *** No rule to make target 'Visual/src/linkedList.c', needed by 
'build/linkedList.o'.'

The source code exists within the project, but the file is not copied with the 
other source files. When I inspect the destination directory, a number of files 
are missing.

Copy method SFTP:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists