You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Treze Ico <so...@gmail.com> on 2020/02/01 17:00:22 UTC

HTML5/JS file refusing to import files to specified directory

I went to File → New Project → HTML5/JS Application with Existing Sources
https://i.imgur.com/UZjTsf0.png

In the next screen where I specify the directory, I made sure it's within, xampps' \htdoc\, directory, as seen in the following image:
https://i.imgur.com/T1qmgwz.jpg

Please note I have a pre-existing directory for PHP files, and those files run fine:
C:\xampp\htdocs\RobinNixon\

After importing the file, I right click on one of the HTML files, and they're still located in.
https://i.imgur.com/MxFp2ip.png

Unfortunately, the file wasn't transferred to 'C:\xampp\htdocs\RobinNixon_JS', and are instead still in their original directory.
https://i.imgur.com/NZJtP6Y.png

How do I go about making a new HTML5/JavaScript project, with pre-existing files, and have those pre-existing located with /htdocs/ ?






---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

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




AW: HTML5/JS file refusing to import files to specified directory

Posted by Christian Lenz <ch...@gmx.net>.
Hey Trezo,

copying over a file to another Folder while saving it, is just supported in a PHP Project, not in an HTML5 project. If you think that this could be good inside of an HTML5 project too, please create a ticket for that here: https://issues.apache.org/jira/browse/NETBEANS-1802


Cheers

Chris



Von: Treze Ico
Gesendet: Samstag, 1. Februar 2020 19:37
An: dev@netbeans.apache.org
Betreff: HTML5/JS file refusing to import files to specified directory

I went to File → New Project → HTML5/JS Application with Existing Sources
https://i.imgur.com/UZjTsf0.png

In the next screen where I specify the directory, I made sure it's within, xampps' \htdoc\, directory, as seen in the following image:
https://i.imgur.com/T1qmgwz.jpg

Please note I have a pre-existing directory for PHP files, and those files run fine:
C:\xampp\htdocs\RobinNixon\

After importing the file, I right click on one of the HTML files, and they're still located in.
https://i.imgur.com/MxFp2ip.png

Unfortunately, the file wasn't transferred to 'C:\xampp\htdocs\RobinNixon_JS', and are instead still in their original directory.
https://i.imgur.com/NZJtP6Y.png

How do I go about making a new HTML5/JavaScript project, with pre-existing files, and have those pre-existing located with /htdocs/ ?






---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

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





Re: HTML5/JS file refusing to import files to specified directory

Posted by Treze Ico <so...@gmail.com>.
Also I meant to add, that when I right click the file, and select 'run', the file isn't opened in my browser.

I have to manually navigate to the directory in Windows Explorer, and open it with my default browser.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

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