> Compiling classes into the srcdir sounds like a bad idea - if that > means what I think.
what I mean is I first compile all java files into directory <classes>.which is the sirdir for Javaflow rewriting. after Javaflow ant task exectution, I can got rewritted class files and run my application at another directory<inclass>. However, I still got exception above during rewritting. >From Wayne 2011/6/14 Torsten Curdt <[email protected]>: > Hey Wayne, > > If "mvn clean test" works for you then this all about your build setup. > > Compiling classes into the srcdir sounds like a bad idea - if that > means what I think. > I'd suggest to have a separate input and output dir and then build up > the correct classpath. > But this really about how to use ant. So I suggest you check on the > ant users list. > > cheers, > Torsten > -- > http://www.yourdailygeekery.com > http://www.torstencurdt.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- .............................................. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
