Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Built javascript not being published to wtpwebapps
Built javascript not being published to wtpwebapps [message #1399054] Sat, 12 July 2014 00:54 Go to next message
Bhargava Guntoori is currently offline Bhargava GuntooriFriend
Messages: 4
Registered: July 2014
Junior Member
Hi, I'm building a web application that involves converting java code to javascript code. The javascript code is created in a separate project when the java project is built. However, when I build the java code, the updated javascript code is not sent to the wtpwebapps folder. I have to touch the javascript code every time (ie, make a token change) to get it to publish to wtpwebapps. I'm using version "Kepler service release 2", build id: 20140224-0627.
Re: Built javascript not being published to wtpwebapps [message #1399512 is a reply to message #1399054] Sat, 12 July 2014 19:24 Go to previous messageGo to next message
Bhargava Guntoori is currently offline Bhargava GuntooriFriend
Messages: 4
Registered: July 2014
Junior Member
hmmmm.....over 200 views and nobody has a solution to the problem. This is apparently not an issue with previous versions of eclipse and my boss wants to know how to get around this when he upgrades to this version. Any help would be appreciated.
Re: Built javascript not being published to wtpwebapps [message #1399528 is a reply to message #1399512] Sat, 12 July 2014 19:57 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 07/12/2014 01:24 PM, Bhargava Guntoori wrote:
> hmmmm.....over 200 views and nobody has a solution to the problem. This
> is apparently not an issue with previous versions of eclipse and my boss
> wants to know how to get around this when he upgrades to this version.
> Any help would be appreciated.

For one thing, you've asked an Eclipse web tools platform question in
the newcomer's forum. Not every responder here is both a Java web
developer with the sort of JavaScript experience you're asking for. Were
I you, I'd try the Eclipse WTP forum.
Re: Built javascript not being published to wtpwebapps [message #1399572 is a reply to message #1399054] Sat, 12 July 2014 21:34 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 07/11/2014 10:10 PM, Bhargava Guntoori wrote:
> Hi, I'm building a web application that involves converting java code to
> javascript code. The javascript code is created in a separate project
> when the java project is built. However, when I build the java code, the
> updated javascript code is not sent to the wtpwebapps folder. I have to
> touch the javascript code every time (ie, make a token change) to get it
> to publish to wtpwebapps. I'm using version "Kepler service release 2",
> build id: 20140224-0627.
You indicate that the javascript code is created automatically. If the
process that creates the javascript code isn't using Eclipse Resource
API to create/update the files, then Eclipse won't know about the change
until the file is changed in Eclipse or you do a refresh on the file.

Check to see if the process that generates the javascript has a refresh
setting. You can also try refreshing the javascript project after the
build.
Re: Built javascript not being published to wtpwebapps [message #1400792 is a reply to message #1399572] Mon, 14 July 2014 18:24 Go to previous message
Bhargava Guntoori is currently offline Bhargava GuntooriFriend
Messages: 4
Registered: July 2014
Junior Member
Thanks for the suggestion. I've been informed that the project doesn't use the Eclipse Resource API. However, I have tried refreshing the compiled project and it doesn't seem to make a difference.

[Updated on: Mon, 14 July 2014 18:24]

Report message to a moderator

Previous Topic:Eclipse can't find my JAVA?
Next Topic:Luna GUI missing dialog controls and borders
Goto Forum:
  


Current Time: Tue Apr 16 09:42:12 GMT 2024

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

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

Back to the top