English 中文(简体)
净户:按业务组合复制新的/经修改的源文档
原标题:netbeans: copy new/modified source files by run configuration

I m 检测网头7人,超前。 我们拥有一个地方工作空间(c:工作空间),一个网络中某些地方的vn服务器,以及3台服务器:dev,测试,编造。

For each server, there is a local "source" copy in a local dir on the webserver.

在粗略情况下,当我想要“测试”某个东西时,我使用单片“出口”小组,从“测试”服务器“同化”小组那里需要所有档案。 (随后开放试验网页)。 有时,我“探索”一些档案,供同事测试,反之亦然。 我想从“同步”小组中这样做,因为你能够轻易看到和浏览所有已改变的档案/文件,你们需要出口到目的地服务器。 很实际(不像在五屏幕长的探测器中)。

In netbeans, there are "run configurations" which allow to define the webserver page (http://test.com/index.html). However, I can t define the webserver "source". When I try to use path mapping for this, files ain t copied at "runtime" (F6). there is no way to export/deploy files to a specific location from the "versioning output" window (like in eclipse).

实际上,一计划将净户用于“方案拟订”和“出口”档案。 是否有任何人在净户内找到更实际的解决办法?

EDIT 2 days later... and we decided to stay with eclipse, mainly for this reason. (and some preferred search results in folders and not in a flat list). Plus we never got xdebug to work when the server was on another host than local. However, i will keep a hidden version of netbeans, mainly for refactoring/cleansing. It detects "semi valid" html and unused variables/functions way better than eclipse.

问题回答

暂无回答




相关问题
VS 2008 : How to publish with out DLLs?

I have developed a web application in Visual Studio 2008 and want to publish it in to the production server. I see a publish option there.But its producing files with DLL. I dont want to publish only ...

Apache: Deploying a new site to the server

I have a site currently live on a domain. I would like to switch it to a new site, that is currently in a password protected sub directory on this server. I have a "Site Maintenance in Progress" page....

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Pylons deployment questions

I m a beginner with Pylons and I ve mostly developed on my localhost using the built-in web server. I think it s time to start deployment for my personal blog, I have a Debian Lenny server with ...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Need advice on my PHP development solution

Here is how our current php development solution is set up: Each developer work on their local machine. Each developer commit their change to a common SVN server (intranet). A commit hook upload the ...

loading from JAR files during deployment vs development

when i am loading some data into my java program, i usually use FileInputStream. however i deploy the program as a jar file and webstart, so i have to use getRessource() or getRessourceAsStream() to ...

热门标签