Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » 'Publish files to Server" checkbox disappeared
'Publish files to Server" checkbox disappeared [message #63048] Wed, 12 December 2007 16:18 Go to next message
Eclipse UserFriend
Originally posted by: januzz.freestart.hu

Hi,

It was possible to use a checkbox on the Run Configuration page to
"Publish files to Server" up to version 20071001.
But from newer PDT versions this checkbox is missing.

Can anyone please help how to publish files to (local) server now?

And what is the directory mapping in the server configuration?

Thanks,
Andras
Re: 'Publish files to Server" checkbox disappeared [message #63859 is a reply to message #63048] Tue, 25 December 2007 09:14 Go to previous messageGo to next message
Toshihiro Izumi is currently offline Toshihiro IzumiFriend
Messages: 360
Registered: July 2009
Location: Japan
Senior Member
You can try 'FileSync' plugin.
http://andrei.gmxhome.de/filesync/links.html

You can add 'Builder' to your project.
FOR EXAMPLE,
1. Open project properties
2. Select 'Builders' and click New button
3. Set in Main tab
"C:\windows\system32\xcopy.exe" to Location
"${project_loc} c:\yourserver\yourdirectory /s /i /y" to Arguments
4. Do in Build Options tab
uncheck "Allocate console"
check "During auto builds"

You can add Linked Folder in your project.
1. Create local project in the workspace
2. Add(New) Folder > click 'Advanced' > check 'Link to...' > input target
directory under web root

You can add 'Alias' in your httpd.conf.

You can create project in your web directory.

Cheers.
Re: 'Publish files to Server" checkbox disappeared [message #63997 is a reply to message #63859] Mon, 31 December 2007 12:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: januzz.freestart.hu

Thanks for the tip, Toshihiro, it sounds good, I might try it.

I still would like to hear from a PDT developer however if publishing
functionality is still supported by PDT.

I would be very surprised if this very useful feature would be removed
from PDT. I hope I just don't know how to configure it in the new releases.
Re: 'Publish files to Server" checkbox disappeared [message #64218 is a reply to message #63997] Mon, 07 January 2008 09:02 Go to previous messageGo to next message
Raymond is currently offline RaymondFriend
Messages: 1
Registered: July 2009
Junior Member
I am looking for this feature too. It is available in PDT 1.0.1v20071001
but missing (maybe intentionally removed?) in the latest PDT 1.0.1 release.

Publishing projects to server is a very useful feature to me, so now I
have to stay in the old version until a solution is found.

Andras: you mentioned a tip from Toshihiro, but I didn't find his post in
this thread. Could you please share it with me? Is it working? Thanks in
advance.
Re: 'Publish files to Server" checkbox disappeared [message #64351 is a reply to message #64218] Wed, 09 January 2008 15:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: januzz.freestart.hu

Raymond,

Toshihiro's message was disappeared for a few days but now is visible
again for me.
Can you see it in the thread? If not I can re-post it.

This publishing request was posted several times in this newsgroup (for
example:
http://www.eclipse.org/newsportal/article.php?id=1615&gr oup=eclipse.tools.pdt#1615)
but it was never answered by any PDT support people. I wonder if ever
will be.

It seems like there is no PDT support...
The new server directory mapping feature, which maybe took the place of
publishing, is not documented anywhere, and we cannot get any support
about it here either, so I don't know what to do. We are stuck.

I am not updating PDT since version 20071001 because I need publishing.
Re: 'Publish files to Server" checkbox disappeared [message #66930 is a reply to message #64351] Tue, 04 March 2008 22:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: artemis.mendrinos.com

I am also facing the same problem, I really cannot see a way for
publishing files to the docroot with the PDT 1.0.2.
Re: 'Publish files to Server" checkbox disappeared [message #67010 is a reply to message #66930] Sat, 08 March 2008 10:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: onkr.op.pl

Artemis Mendrinos wrote:
> I am also facing the same problem, I really cannot see a way for
> publishing files to the docroot with the PDT 1.0.2.
>
Try http://wiki.eclipse.org/TM_and_RSE_FAQ

Ralph
Re: 'Publish files to Server" checkbox disappeared [message #67350 is a reply to message #67010] Fri, 21 March 2008 16:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: artemis.mendrinos.com

Thanks for your reply. I will test it.

Do you mean also that Eclipse PDT will permenently remove the the simple
feature of publishing (copying files to the apache docroot) when running?
Re: 'Publish files to Server" checkbox disappeared [message #68703 is a reply to message #67350] Mon, 14 April 2008 23:02 Go to previous messageGo to next message
Jorge Bustos is currently offline Jorge BustosFriend
Messages: 3
Registered: July 2009
Junior Member
Have anyone so far found the way to publish files to the server? Caroline
Maynard said in thread "PDT 1.0.2 Milestone 1 is ready!"
---
Andras Janurik has already pointed out that the "Publish to Server" checkbox
has disappeared, .
I'd appreciate a simple example of how the new relationships are >supposed<
to be used, (which I don't think is yet documented?), quite possibly not the
way I found by experimentation. For example, let's say I have:

- a local project in %MY_WORKSPACE%\ProjectName
- a publish target of %XAMPP_HOME%\htdocs\SomeStuff\ProjectName
- a corresponding URL of http://localhost/SomeStuff/ProjectName

what would be the standard way to configure the PHP Server parameters? Is it
ever right to configure the Server URL ("the URL that points to the document
root of this server") to include "SomeStuff", as some people have suggested,
or must it be set to the server's actual document root? What would be the
right way to configure the Path Mapping, and can I get the project to be
published out to the server like I used to?
---
I pasted part of her message because I have exactly the same question but I
suppose this is the right thread to ask for it.


"Artemis Mendrinos" <artemis@mendrinos.com> wrote in message
news:dc3aa34398793f40a5f698551b2d3480$1@www.eclipse.org...
> Thanks for your reply. I will test it.
>
> Do you mean also that Eclipse PDT will permenently remove the the simple
> feature of publishing (copying files to the apache docroot) when running?
>
>
Re: 'Publish files to Server" checkbox disappeared [message #69054 is a reply to message #63048] Sat, 19 April 2008 01:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bill.hooperandtoolson.com

Any updates on this awol feature? Since I was relying on being able to
publish locally, I need to go back to the version that supported this
feature. Anyone know where I can find it? Thanks!
Re: 'Publish files to Server" checkbox disappeared [message #69178 is a reply to message #69054] Tue, 22 April 2008 14:56 Go to previous message
Jorge Bustos is currently offline Jorge BustosFriend
Messages: 3
Registered: July 2009
Junior Member
Does any one know how to report this in Bugzilla? Maybe no one from the
development team is listening because this list is of lower priority than
actually reporting it as a bug.

"Bill" <bill@hooperandtoolson.com> wrote in message
news:67aec28a9db71baa850e5f824bed01c9$1@www.eclipse.org...
> Any updates on this awol feature? Since I was relying on being able to
> publish locally, I need to go back to the version that supported this
> feature. Anyone know where I can find it? Thanks!
>
>
Previous Topic:Code Assist not working for Informix functions
Next Topic:"Creating php model" every time Eclipse opens
Goto Forum:
  


Current Time: Thu Apr 25 07:51:53 GMT 2024

Powered by FUDForum. Page generated in 0.03573 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top