[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread akazakov
"akazakov" wrote : And let me check EL code assist in *page.xml. It's supposed to work... This is a bug. I have created an issue in JIRA: https://jira.jboss.org/jira/browse/JBIDE-4923 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256074#4256074 Reply to the

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread akazakov
"deanhiller" wrote : when you say "seam context variables", do you mean what's inside the @Name? If so, I can't find the refactor menu from that, or do you mean something elseie. I would like to try it out, but can't seem to figure out where that is after enabling seam on the project. See h

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread deanhiller
in addition to context seam refactoring question above, I noticed the EL expression completion in *.xhtml fileswow!! it rocks!!! But what about in the xxx.pages.xml files? It does not seam to work at all in there. Was it not done in xxx.pages.xml files? Does it only work for the file name

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread deanhiller
when you say "seam context variables", do you mean what's inside the @Name? If so, I can't find the refactor menu from that, or do you mean something elseie. I would like to try it out, but can't seem to figure out where that is after enabling seam on the project. thanks, Dean View the ori

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-18 Thread akazakov
"max.ander...@jboss.com" wrote : anonymous wrote : | | Can't wait for the refactor method to affect my xhtml files though!!! that would absolutely rock!!!. | | | | If you juse JBoss Tools 3.1 M3 it willwould love people to try it out and let us know if it works as expected for

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-18 Thread deanhiller
I think I am using 3.1.0 M3 ;). The version in eclipse says 3.1.0v200909110340M-H277-M3 ;). 1. Java Content assist was fixed by jars in build path and in J2EE Module Dependencies by removing *.txt files (it would be nice if the zip exception was just swallowed instead) 2. hmmm, your own server

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-18 Thread max.ander...@jboss.com
"deanhiller" wrote : no, this thread and help ROCKS...thankYOU!!! I am just very opinionated ;) and my frustration comes out in typing, but thankyou for all the help and comments!!! | :) anonymous wrote : | content assist fixed...(but probably a small bug there) | Again - *which*

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-16 Thread deanhiller
no, this thread and help ROCKS...thankYOU!!! I am just very opinionated ;) and my frustration comes out in typing, but thankyou for all the help and comments!!! content assist fixed...(but probably a small bug there) so, thanks, I did figure out that somehow when selecting jars, *.txt files

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-16 Thread max.ander...@jboss.com
deanhiller, First, You moved from one IDE to another - please do expect some subtle differences. We love to help you make sure it works for you and at the same time learn what challenges a MyEclipse "migrator" bumps into - so please bear with us while trying to figure out what you are having pr

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread rob.stry...@jboss.com
If your re-deploy which is happening after every save is launching an ant task or some sort of long-running process, you're not using the correct server adapter. You're using a WTP adapter which is not enhanced for speed. If you were using the jbosstools server adapter you wouldn't even really

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread deanhiller
ah crap, why does it redeploy my app every time I make a simple code change. In MyEclipse, it just hotswapped the one class and was done. What is going on? This stinks as if I am in the middle click save and then do another class, it pretty much kills my session and what I was doing when it d

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread deanhiller
well, this sucks, my content assist seems to be completely broken. I definitely can't work like this. Where are the logs where the exception will be for this stuff? thanks, Dean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255417#4255417 Reply to the pos

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread akazakov
"deanhiller" wrote : I can't remember if that copied the jars over or not in that case. It doesn't. "deanhiller" wrote : is there a difference between that setting and the seam facet at all? Seam settings page can be used to enable/disable Seam on any Java project. And it doesn't copy any resour

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread deanhiller
actually, I tried that already and it did work!!! thanks...though I can't remember if that copied the jars over or not in that case. is there a difference between that setting and the seam facet at all? ie. will I be lacking features? Dean View the original post : http://www.jboss.org/

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread akazakov
deanhiller, please read my comment on https://jira.jboss.org/jira/browse/JBIDE-4884: anonymous wrote : You don't have to install Seam facet to enable seam support for a project. Just enable it in Project Properties->Seam settings page. | | >> adding the facets JSF and seam also incorrectly

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread deanhiller
well, I finally got it to work in jboss tools kind of, but I sure could not mount my project from jboss tools. Here is the exact play by play First, my dir structure project ---input --javasrc --libexclude - jars not to be put in WEB-INF/lib --libinclude -- jars to be put in WEB-INF/

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-15 Thread max.ander...@jboss.com
deanhiller, That issue is something JBoss is actually helping fixing in upcoming WTP 3.2 by introducing a basic "Module assembly" page which allows for more flexible packaging than what WTP provides now. I fail to understand how you can say "just use WTP" since JBoss tools *is* using WTP. I

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-14 Thread deanhiller
k...I opened this issue.. https://bugs.eclipse.org/bugs/show_bug.cgi?id=168538 We have decided to just use WTP for now as can't just seem to figure out how to get setup in JBoss tools. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255133#4255133 Reply to t

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-13 Thread max.ander...@jboss.com
jbosstools is not WTP but if it works without jbosstools then please report in jira with how you do it when it works and then what happens when you use jbosstools server adapter - thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254929#4254929 Reply to