[gradle-user] Re: jettyRun and src/main/webapp

2008-12-29 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 szczepiq wrote: Maven jetty:run uses app resources (jsp, etc.) directly from the source tree. At least this is the default behavior and I'm not sure you can configure it You can in fact configure everything. To change the web app source dir, you

[gradle-user] Re: New DSL for 0.6

2009-02-26 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans Dockter wrote: Here is a link to the current draft of the new DSL: http://docs.codehaus.org/display/GRADLE/Dependencies We are very interested in your feedback. I put some comments on the wiki page. Cheers, Marcus -BEGIN PGP

[gradle-user] Re: Any examples of running selenium?

2009-04-18 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, yatesco wrote: --- createTask('startSeleniumServer') { new org.openqa.selenium.server.SeleniumServer() } --- I use this variation: /// build.gradle (partial) dependencies { addMavenRepo()

[gradle-user] replacement for antpath in 0.6

2009-05-26 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I need to set a classpath attribute for an ant task to contain the artefacts of some configuration. In Gradle 0.5 I did it like this: ant.java(classname: 'org.example.Clazz', classpath: dependencies.antpath('myconfig')) But antpath() is

[gradle-user] Re: replacement for antpath in 0.6

2009-05-27 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans Dockter wrote: configurations.myconfig.asPath Thanks! Marcus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkoc5t0ACgkQXjXn6TzcAQlgJACgj75rZMgDccfPweYlm7zG7Uij tsMAn2cIhGqwO6X+qeMbjDnFRde6yf6L =g91K -END PGP

[gradle-user] overriding a task in an imported Ant build

2009-09-18 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm importing an Ant build script with ant.importBuild in Gradle 0.7, but this leads to a conflict between the clean target in the Ant script and the default clean task in Gradle. How can I get around this? I would like to ignore the Ant clean

[gradle-user] Re: overriding a task in an imported Ant build

2009-09-18 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Murdoch wrote: You can trick the AntBuilder into thinking it has already imported the 'clean' task before you do the import: ant.project.addTarget('clean', new org.apache.tools.ant.Target()) Thanks, that works. Cheers, Marcus -BEGIN

[gradle-user] Re: using a different Jetty version in build script

2009-10-29 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Murdoch wrote: Could you add a JIRA issue for this problem? Done, GRADLE-723. Cheers, Marcus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkrp8KwACgkQXjXn6TzcAQn93gCfcw1fXpjY7MXPAsGG6m4a4FcW

[gradle-user] avoid skipping tests

2010-11-30 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, my Hudson build server does not like it when tests are sometimes skipped in a build because the classes didn't change. How can I make sure the tests run for each build? Cheers, Marcus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10