If you're using AppFuse 2.1.0-M1, you should be able to use mvn jetty:run
and Jetty will detect when you compile new classes to your target/classes
directory. If you use an IDE like Eclipse or IDEA, you can configure them to
auto-compile whenever you save a class.

If you're using AppFuse 2.0.x, I'd recommend running "appfuse:full-source"
and doing the same as recommended above.

You might also look at JRebel, which allows you to compile and it'll reload
your classes w/o you having to wait for your application to reload.

http://www.zeroturnaround.com/jrebel/

Matt

On Mon, Nov 30, 2009 at 9:48 PM, Babu <babu.ideas...@gmail.com> wrote:

>
>
> Thanks for your quick reply,
>
> I haven't seen any javaassist dependency in my classpath.So i added
> externally to my class path,that's also not worked.
> I am having doubts regarding setting target...Am not using our appfuse
> project,using Maven project.So my workspace in
> /home/test/workspace.. I have configured my tomcat with context path with
> my
> war file deploy.so deploy folder in /opt/rad/Spring.10.war.So if i changed
> any single java , static-resources or JSP ,i need to re-deploy it
> again.It's
> taking to long to deploy because of bunch of files.
>
> So my query is if i change any single file ..it will move to deploy
> automatically...How?
>
> Thanks
> --
> View this message in context:
> http://n4.nabble.com/Embedded-error-java-lang-reflect-InvocationTargetException-tp931308p931872.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>
>

Reply via email to