2009/10/15 Nathan Bubna <[email protected]>: >> What is "jdoc" BTW? > > Google can tell, but it is ultimately unimportant, IMO.
Just curious, I really cannot find anything related to Java, only one link related to Joomla, but it does not seem right. >>>> The only *small* problem is with the tests. I managed to execute tests >>>> under >>>> Maven, see: >>>> https://issues.apache.org/jira/browse/VELTOOLS-122 >>>> There is only *one* test that I am not able to execute, since it needs a >>>> container, i.e. it is an integration test and it needs, essentially, a web >>>> project (correct me if I am wrong). >>>> Is it the case to exclude the Maven path for merely a single *integration* >>>> test? >>> >>> well, it wasn't/isn't a mere integration test. it was (is?) the key >>> test for the VelocityView tools, as nothing else tested those. >> >> Ok a functional test then. It still needs a container. > > is there a way to do that with Maven? or could we just have Maven > drive the Ant task for it? Maven, with the Cargo plugin, can do it, but there is the need for a separate module containing the web application. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
