Re: IntelliJ Plugin

2024-04-27 Thread Ben Weidig
Hi Andreas, what a coincidence, I was thinking about the plugins this week! I'm not an IntelliJ user, but I see the need for readily available plugins, for both Eclipse and IntelliJ, that work with the latest Tapestry and IDE versions. IMO, the plugins are good candidates for the "Community Proj

Re: IntelliJ and Tapestry testing

2015-01-30 Thread Boris Horvat
yea I found that place 10 min ago, I was putting the arguments in the wrong place... the strange thing is that the error about cometd is not present any more when I run single test...still there when I run it using the maven, but it doesn't really cause any issues thanks On Sat Jan 31 2015 at 00

Re: IntelliJ and Tapestry testing

2015-01-30 Thread Stephan Windmüller
On 30.01.2015, Boris Horvat wrote: > I have created a testng.xml and put details about my test class to run, if > I run this from maven all is working fine, but I can't get it to run using > an IntelliJ as it complains about the missing property > tapestry.execution-mode. In the Run/Debug config

Re: IntelliJ and Tapestry testing

2015-01-30 Thread Boris Horvat
Clicked wrong button by mistake. So apologies for that. I have created a testng.xml and put details about my test class to run, if I run this from maven all is working fine, but I can't get it to run using an IntelliJ as it complains about the missing property tapestry.execution-mode. Does anyone

RE: IntelliJ IDEA Tapestry plugin existence

2014-02-27 Thread Svein Erik Løken
[mailto:stephan.windmuel...@tu-dortmund.de] Sent: 27. februar 2014 12:00 To: users@tapestry.apache.org Subject: Re: IntelliJ IDEA Tapestry plugin existence On 27.02.2014 10:40 Svein Erik Løken wrote: > After a lot of research Tapestry seems to be the right choice for my > next project. I found Tapestry throu

Re: IntelliJ IDEA Tapestry plugin existence

2014-02-27 Thread Stephan Windmüller
On 27.02.2014 10:40 Svein Erik Løken wrote: > After a lot of research Tapestry seems to be the right choice for my next > project. I found Tapestry through the New Project Wizard in IntelliJ. The > plugin project TapIDEA/Loomy does not exist anymore, so I am worry about > updates to this Tapestry

Re: Intellij & jetty

2011-09-30 Thread Taha Hafeez Siddiqi
Oops! I had production mode on :) On Oct 1, 2011, at 2:39 AM, Chris Poulsen wrote: > I always run jetty from a command prompt (mvn jetty:run) and have not > experienced issues with IDEA / jetty /live reloading. > > It is just a matter of opening the pom as a project and then we're good to > go (

Re: Intellij & jetty

2011-09-30 Thread Chris Poulsen
I always run jetty from a command prompt (mvn jetty:run) and have not experienced issues with IDEA / jetty /live reloading. It is just a matter of opening the pom as a project and then we're good to go (jdk version may need to be adjusted iirc). -- Chris On Fri, Sep 30, 2011 at 5:13 PM, Taha Ha

Re: Intellij & jetty

2011-09-30 Thread Taha Hafeez
Thanks everybody. I have been able to sort half the issue. Files are getting updated but jetty does not pick them up. I manually deleted files in classes directory and on command + F10 everything was copied and compiled but jetty is not picking them up. Any ideas ? On Fri, Sep 30, 2011 at 7:03

Re: Intellij & jetty

2011-09-30 Thread Josh Canfield
Under "Project Settings" | "Artifacts" you'll see your web application artifact. Look for "Build on make" and check the box. this isn't set by default so your compiled changes aren't stored into the file system. There is an issue that I haven't worked around. When you change a class file it seems

Re: Intellij & jetty

2011-09-30 Thread Jens Breitenstein
Hi Taha! I'll use a) new project | maven b) edit configurations | add jetty server | local edit your newly created configuration and make sure "perform on update action" --> "hot swap classes" is selected afterwards if you build a class or module intellij prompts you for hot-swapping. the

Re: Intellij & jetty

2011-09-30 Thread Stephan Windmüller
On 30.09.2011 13:30, Taha Hafeez wrote: > Everything works fine but no class reloading is happening. I tried a > few things but it did not work. Any clue why ? Did you try to manually update the resources by pressing Ctrl+F10? Instead you can edit the run configuration of jetty, see the settings

Re: IntelliJ IDEA

2011-01-24 Thread Christophe Furmaniak
that's it, the feature is flagged to be available on both editions on the page http://www.jetbrains.com/idea/features/tapestry_5.html but the tapestry feature is only available in the ultimate edition on the feature comparison page http://www.jetbrains.com/idea/features/editions_comparison_matrix.h

Re: IntelliJ IDEA

2011-01-24 Thread Bob Harner
>From what I've seen there is just Loom, plus this collection of helpful setup hints: * http://wiki.apache.org/tapestry/Tapestry5JSPEditorEclipse * http://bbwebcraft.blogspot.com/2009/01/task-4-customize-eclipse-for-tapestry-5.html * http://wiki.apache.org/tapestry/Tapestry5HowToEclipseCodeTempla

Re: IntelliJ IDEA

2011-01-24 Thread Mark
On Mon, Jan 24, 2011 at 2:23 PM, Christophe Furmaniak wrote: > This only work with the Ultimate Edition, no? The website shows that it is available in the ultimate AND the community edition: http://www.jetbrains.com/idea/features/tapestry_5.html But it doesn't seem to be available in community e

Re: IntelliJ IDEA

2011-01-24 Thread Igor Drobiazko
Probably, I don't know. I'm using the Open Source Project License, which is Ultimate Edition. http://www.jetbrains.com/idea/buy/index.jsp On Mon, Jan 24, 2011 at 9:23 PM, Christophe Furmaniak < christophe.furmaniak...@gmail.com> wrote: > This only work with the Ultimate Edition, no? > > christop

Re: IntelliJ IDEA

2011-01-24 Thread Christophe Furmaniak
This only work with the Ultimate Edition, no? christophe 2011/1/24 Igor Drobiazko > Just open module settings (F4), select Facets -> Tapestry -> right-click > and > select New Facet -> provide Tapestry's filter name and root package. > > On Sun, Jan 23, 2011 at 7:00 PM, Mark wrote: > > > Is an

Re: IntelliJ IDEA

2011-01-24 Thread Igor Drobiazko
Just open module settings (F4), select Facets -> Tapestry -> right-click and select New Facet -> provide Tapestry's filter name and root package. On Sun, Jan 23, 2011 at 7:00 PM, Mark wrote: > Is anyone using IDEA 10 with Tapestry 5.2? If so, how is it working for > you? > > I downloaded the 30

Re: IntelliJ IDEA

2011-01-23 Thread Angelo C.
IntelliJ 10 is good, the code completion of T5 application wide components really a cool feature, might not be perfect, but good enough plus the HQL console to try out different queries in Hibernate, very handy. -- View this message in context: http://tapestry.1045711.n5.nabble.com/IntelliJ-IDEA

Re: IntelliJ IDEA

2011-01-23 Thread Josh Canfield
I am, and its so much faster! Make sure that you set the facet to point to the correct app package. I'll double check the auto complete for my components but I'm pretty sure it works fine. The plugin needs some work, doesnt seem to handle literals correctly all the time. On Jan 23, 2011 10:01 AM,

Re: Intellij reloading page and components templates not working

2010-02-24 Thread Ben Gidley
We solve this a different way by just starting jetty with a main class. See http://wiki.apache.org/tapestry/Tapestry5RunViaMain for an example. This has the advantage of working the same in any IDE. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Feb 22, 2010 at 12:39 AM, Raul Raja Marti

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Raul Raja Martinez
Ok, I got this solved doing the following... Added the tomcat plugin to my webapp project's pom org.codehaus.mojo tomcat-maven-plugin You can run the server from the console by... mvn clean tomcat:run Then on intellij9 which already includes full maven support you just create a new launch

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Raul Raja Martinez
I'm using version 9. I read somewhere in the list that to get the tapestry5 class reload feature working in Tomcat I need to package the classes in a jar instead of plain .class files. I can't find a way to do this with Intellij 9, I remember being an option before but not on v9. I have that dialog

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Stephan Windmüller
Raul Raja Martinez wrote: > Are there any tips or configuration that we have to consider when developing > with Intellij? Which version of IntelliJ do you use? The current one (Idea 9) has a new dialog for updating running applications: http://blogs.jetbrains.com/idea/2009/10/update-a-running-ja

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Raul Raja Martinez
I'm using tomcat 6.0.18 and using Idea standard run configuration for a war exploded with tomcat. I though the live reloading was app server agnostic. The classes are compiled to projectname/target/classes Idea by default even though it runs war exploded it does copy everything inside the target. I

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Piero Sartini
> .tml changes work fine, is the java changes that never get reloaded even > after compiling. When running from maven from the console it works fine, but > when running from intellij from a running config it can only pick up regular > hot swapable changes that are in packages not watched by tapestr

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Raul Raja Martinez
Hi Ben, .tml changes work fine, is the java changes that never get reloaded even after compiling. When running from maven from the console it works fine, but when running from intellij from a running config it can only pick up regular hot swapable changes that are in packages not watched by tapest

Re: Intellij reloading page and components templates not working

2010-02-21 Thread Ben Gidley
It works for me - you do need to compile or make for changes to be picked up. If you aren't on 9 you will need to add .tml files to list of resource files the compiler copies. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Sun, Feb 21, 2010 at 4:01 AM, Raul Raja Martinez wrote: > Hi, > > We

Re: [intellij support] how to faster update webapp-content?

2009-04-06 Thread Onno Scheffers
I don't start Jetty from within IDEA. I start it separately (when required I use the remote debugger to connect to the external process, which is quicker as well). When you combine this setup with the deploy-on-frame-deactivation option, clicking outside IDEA (on the browser-reload button for exam

Re: IntelliJ 8.1 + jetty-plugin, make it work

2009-02-17 Thread manuel aldana
you have to include the jsp-api-xxx.jar somewhere from JETTY_HOME/libs to the library set (it is inside server configuration from jetty-plugin inside IntelliJ). Angelo Chen schrieb: Hi Aldana, That tips works, but got a new problem, when adding a Jetty server(6.1.15.rc3) in IDEA, I got this e

Re: IntelliJ 8.1 + jetty-plugin, make it work

2009-02-16 Thread Angelo Chen
Hi Aldana, That tips works, but got a new problem, when adding a Jetty server(6.1.15.rc3) in IDEA, I got this error : Warning: Class 'javax.servlet.jsp.JspPage' not found in application server, any idea how to fix it? Thanks, Angelo aldana wrote: > > Just in case one of you also had the probl

Re: IntelliJ 8.1 + jetty-plugin, make it work

2009-02-16 Thread Piero Sartini
Thanks! Now I am able to use 8.1 :-) Am Montag 16 Februar 2009 20:56:56 schrieb manuel aldana: > Just in case one of you also had the problem upgrading to IntelliJ 8.1 > and not having the smooth Jetty-integration working: > > http://www.jetbrains.net/devnet/message/5232219#5232219 -

Re: intellij

2009-02-15 Thread Luther Baker
A strange factoid ... the reason I am even trying this is that this app stopped working for me (in Eclipse) yesterday afternoon and I wanted to triangulate the problem so I fired up intelliJ. I even downloaded NetBeans and initally, they all reported the same problem - missing TML files. I got it w

Re: intellij

2009-02-14 Thread Andreas Andreou
in compiler settings, set resource patterns to !?*.java (everything but java file) On Sun, Feb 15, 2009 at 3:22 AM, Angelo Chen wrote: > > I think you have to update settings to include .tml file, can't remember that > where to update at this moment. > > > luther.baker wrote: >> >> I just downloa

Re: intellij

2009-02-14 Thread Luther Baker
You were right - I dug a little deeper and found it had to be added in the settings. http://www.nabble.com/-T5--.tml-files-not-recognized-in-IntelliJ-td21616318.html Thanks much. -Luther On Sat, Feb 14, 2009 at 7:22 PM, Angelo Chen wrote: > > I think you have to update settings to include .t

Re: intellij

2009-02-14 Thread Angelo Chen
I think you have to update settings to include .tml file, can't remember that where to update at this moment. luther.baker wrote: > > I just downloaded IntelliJ 8.1 and imported my maven project. > > It correctly identifies src/main/resources as a src directory and copies > the > .properties f

Re: IntelliJ IDEA and Tapestry Pages

2008-12-17 Thread Josh Long
Interesting. Will try those and try to get back to you by tomorrow.. Thanks, Josh On Wed, Dec 17, 2008 at 2:55 AM, Hugo Palma wrote: > I have tml files associated to the HTML file type and i see no errors. Using > IDEA 8. > Can't remember if i changed any error settings thought. > Can you check

Re: IntelliJ IDEA and Tapestry Pages

2008-12-17 Thread Hugo Palma
I have tml files associated to the HTML file type and i see no errors. Using IDEA 8. Can't remember if i changed any error settings thought. Can you check what happens when you associate to the HTML file type ? If i associate with XML or XHTML i also get errors, but not with HTML. On Wed, Dec 17,

Re: IntelliJ IDEA and Tapestry Pages

2008-12-17 Thread Onno Scheffers
> Has any one had any success? I don't have a real solution for this either. The 'dynamic'/custom tags like , , are considered illegal markup by IntelliJ and highlighted as errors. But you can tell IntelliJ to accept custom attributes. I usually try to keep the HTML as friendly to the designer

Re: IntelliJ and tml Files

2008-03-20 Thread Josh Canfield
Interesting... One way to get rid of the jsp:useBean in the output would be to wrap it in a . Josh On Thu, Mar 20, 2008 at 8:05 AM, Bob Hopwood <[EMAIL PROTECTED]> wrote: > Of course, duh, you now have that jsp tag with class name in the html > file. > > > On Mar 20, 2008, at 11:00 AM, Bob Hopwoo

Re: IntelliJ and tml Files

2008-03-20 Thread Bob Hopwood
Of course, duh, you now have that jsp tag with class name in the html file. On Mar 20, 2008, at 11:00 AM, Bob Hopwood wrote: I remember a thread about editing .tml files in IntelliJ 7. Just thought maybe I'd throw this out there as I've found it useful so far (I'm new to Tapestry tho). I