Re: [gradle-user] Re: Gradle daemon 160% CPU usage during long test run

2012-01-06 Thread John Murph
and we want to make this work. -- John Murph Automated Logic Research Team

Re: [gradle-user] Names for sourceSets

2011-06-24 Thread John Murph
that (the user's guide talks about this). This will give you some tasks automatically, such as a compileTestManualJava task for instance. -- John Murph Automated Logic Research Team

Re: [gradle-user] RE: How to call a task from another task

2011-04-26 Thread John Murph
: Tar) { .. destinationDir = buildDir .. } -- John Murph Automated Logic Research Team

Re: [gradle-user] milestone 2 broke a task

2011-04-20 Thread John Murph
://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] dependsOn on task doesn't work as expected

2011-04-20 Thread John Murph
- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] Gradle Worker 1 finished with non-zero exit value

2011-01-28 Thread John Murph
to be a Task.useJUnit(Closure junitOptions) method that might allow me to do this but I've not quite got the plumbing right. Can anyone guide me on how to achieve this or progress further with tracing the build problem? Cheers, Adrian. -- John Murph Automated Logic Research Team

[gradle-user] Dependency missing error

2011-01-12 Thread John Murph
restored it from VCS and all was good. Does anyone know of an existing bug report for this? The original error message really needs to point out the A depends on B which doesn't exist. That would have saved 1/2 to 1 hour of troubleshooting. -- John Murph Automated Logic Research Team

Re: [gradle-user] Changing default IDE output directories

2011-01-10 Thread John Murph
configure the IDE to compile classes into different locations. Probably whatever the default happens to be for the target IDE. -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz -- John Murph Automated

Re: [gradle-user] Garbage collecting the command-line options

2011-01-10 Thread John Murph
are: -A/--dep-tasks -a/--no-rebuild --no-opt Anyone have a reason to keep them? -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz -- John Murph Automated Logic Research Team

Re: [gradle-user] dsl reference guide

2010-12-14 Thread John Murph
coming. I know it's not fun work, but it's really important. You've done a great job! -- John Murph Automated Logic Research Team

Re: [gradle-user] calling task multiple times with different parameters

2010-12-06 Thread John Murph
94 44 F +41 61 228 94 49 etienne.stu...@canoo.com www.canoo.com - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

[gradle-user] Error running Gradle

2010-10-20 Thread John Murph
(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.gradle.launcher.GradleMain.main(GradleMain.java:49) -- John Murph Automated Logic Research Team

Re: [gradle-user] build profiling

2010-10-06 Thread John Murph
. Mostly, this just means that the profiler needs to have a report generation strategy that can be changed. More work for Steve, yay! -- John Murph Automated Logic Research Team

Re: [gradle-user] [ANN] Gradle at JavaOne 2010

2010-09-07 Thread John Murph
That's great, Steve and I will definitely come and check it out. Are any other Gradlers coming to JavaOne and interested in have a get together? -- John Murph Automated Logic Research Team

Re: [gradle-user] Run After?

2010-08-22 Thread John Murph
order. ~~ Robert. -Jim Moore -Jim Moore -- Adam Murdoch Gradle Developerhttp://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consultinghttp://www.gradle.biz -- John Murph Automated Logic Research Team

Re: [gradle-user] gradle roadmap

2010-08-18 Thread John Murph
Adam, I like this more focused approach to reaching 1.0, especially the multiple milestone idea. Focusing on one thing at a time is good. -- John Murph Automated Logic Research Team

Re: [gradle-user] How do I configure UTF-8 encoding for Java compiler?

2010-08-16 Thread John Murph
the Java compiler to use that encoding? Otherwise, I get strange characters on the screen when the compiled programs starts. Cheers Matthias -- John Murph Automated Logic Research Team

Re: [gradle-user] How do I configure UTF-8 encoding for Java compiler?

2010-08-16 Thread John Murph
I'm doing work. On Mon, Aug 16, 2010 at 9:01 AM, Luke Taylor luke.tay...@springsource.comwrote: On 16/08/2010 13:51, John Murph wrote: Would the syntax: [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' also work, and be a bit easier to follow (for me, at least)? Seems to - I

Re: [gradle-user] gradle - i want the latest of a dependency

2010-08-10 Thread John Murph
', group: org.apache.commons.logging, version:'1.0.4.v200904062259' how would I declare this so that I would just get the latest? I'd rather just consume the tip of every bundle thanks phil -- John Murph Automated Logic Research Team

Re: [gradle-user] IDEA plugin and generating multiple IdeaModules from single project

2010-08-05 Thread John Murph
). And create one intellij module for 'src/main' + 'src/test', another for 'src/intg-test', another for 'src/jdbc3-test' and yet another for 'src/jdbc4-test' On Thu, 2010-08-05 at 12:18 -0400, John Murph wrote: I don't think it is possible. I just emailed Hans some issues this morning

Re: [gradle-user] Documentation for tasks and conventions.

2010-08-05 Thread John Murph
(meta object programming) in Groovy, but that technique has some limitations and is not nearly as easy to use as Gradle's convention idea. It's a pretty powerful idea (but I agree with Adam that it's experimental as it does have some issues). -- John Murph Automated Logic Research Team

Re: [gradle-user] multiproject

2010-07-21 Thread John Murph
repositories like my local .m2 directory. How can I tell gradle that it always should look for a new version of a dependcy even if the version number didn't change? Thanks, Evert -- John Murph Automated Logic Research Team

Re: [gradle-user] updated snapshot in remote repository during a multiproject build

2010-07-19 Thread John Murph
Do you think this might be caused by GRADLE-949http://jira.codehaus.org/browse/GRADLE-949? Is so, Hans recently (July 9th) pushed a fix for it to git. -- John Murph Automated Logic Research Team

Re: [gradle-user] gradle idea plugin - clarification on defining relative path dependencies

2010-07-16 Thread John Murph
different about your situations that's it's not a problem for others? Thanks again for your help guys. -- John Murph Automated Logic Research Team

Re: [gradle-user] Any way to configure Gradle Idea plugin?

2010-07-15 Thread John Murph
available and then run with parameters like gradle idea --add-sources --no-sources-download --no-javadocs-download Thanks, A. -- John Murph Automated Logic Research Team

Re: [gradle-user] gradle idea plugin - clarification on defining relative path dependencies

2010-07-15 Thread John Murph
= 'Git' } } There needs to be a domain object for the VCS settings. I need it as well. -- John Murph Automated Logic Research Team

Re: [gradle-user] Aggregating JUnit test reports?

2010-07-11 Thread John Murph
a single index.html? Cheers Matthias - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] Marking a task as UP-TO-DATE

2010-07-11 Thread John Murph
-- John Murph Automated Logic Research Team

Re: [gradle-user] Separating unit from integration tests

2010-07-11 Thread John Murph
the unit tests. How can I do something like this? gradle test -- unit tests gradle integrationtests -- integration tests Cheers Matthias -- John Murph Automated Logic Research Team

Re: [gradle-user] multimodule gradle project in IntelliJ IDEA

2010-07-09 Thread John Murph
feature of idea plugin or is it a bug? -- John Murph Automated Logic Research Team

[gradle-user] Best way to exclude a task from 'assemble'

2010-07-07 Thread John Murph
a better way? -- John Murph Automated Logic Research Team

Re: [gradle-user] Dependency from an arbitrary URL

2010-07-07 Thread John Murph
great. Thanks! -- John Murph Automated Logic Research Team

Re: [gradle-user] multimodule gradle project in IntelliJ IDEA

2010-07-06 Thread John Murph
to ignore your changes so we can see what Gradle is generating. Assuming you can do that, does the IDEA project have two modules, core and examples? -- John Murph Automated Logic Research Team

Re: [gradle-user] problem with java plugin 'clean' task

2010-06-25 Thread John Murph
that helps. The Gradle documentation has some stuff about these phases, which might make more sense now. :) -- John Murph Automated Logic Research Team

Re: [gradle-user] cache.bin gets very large

2010-06-16 Thread John Murph
/cache.bin-gets-very-large-tp28907834p28907834.html Sent from the gradle-user mailing list archive at Nabble.com. - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph

Re: [gradle-user] Thinking about dipping my feet

2010-06-14 Thread John Murph
. -- John Murph Automated Logic Research Team

Re: [gradle-user] idea plugin - configure generated project SDK

2010-06-07 Thread John Murph
/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] 0.9 User Guide Hello World

2010-05-13 Thread John Murph
) dependent tasks before reaching a task that fails because of a missing property. -- John Murph Automated Logic Research Team

Re: [gradle-user] Testing in multi-project builds

2010-05-13 Thread John Murph
be the default behavior. cheers, shay.banon -- John Murph Automated Logic Research Team

Re: [gradle-user] Groovy/Java mixed codebase

2010-04-22 Thread John Murph
things on = the classpath (one or the other). Thanks! Roger - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] Uploading arbitrary files to a binary repository

2010-04-14 Thread John Murph
a...@rubygrapefruit.net wrote: On 13/04/10 8:03 AM, John Murph wrote: Suppose I have a file called foo.bar that I got somehow. I want to upload this file to a binary repository in an automated way. Is Gradle capable of that? Yes. If so, how would I do it? Have a look

[gradle-user] Uploading arbitrary files to a binary repository

2010-04-12 Thread John Murph
? -- John Murph Automated Logic Research Team

Re: [gradle-user] problems with -c option

2010-04-10 Thread John Murph
UploadArchives works fine. this is a bug isn't it? regards, René - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] from the new overview section: why groovy ?

2010-04-02 Thread John Murph
list archive at Nabble.com. - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] Incremental compilation

2010-04-01 Thread John Murph
it would need to be recompiled (which might generate a compile error). Handling compilation dependencies is something that Gradle wants to improve, but it's a significant effort so it might be a while yet. Hope this helps, -- John Murph Automated Logic Research Team

Re: [gradle-user] [ANN] Gradle-0.9-preview-1 released

2010-03-30 Thread John Murph
for Gradle to be as simple and powerful as possible, but not all builds can be simple, and Gradle Inc. exists to provide assistance in these cases. For more information, linkvisit their website/link. (There is a reason I don't work in advertisement, but you get the idea.) -- John Murph Automated

Re: [gradle-user] Compile using jars from a lib directory

2010-03-26 Thread John Murph
are correct. However, he told us he used the sourceSets to change the convention to match where his files are. It looked correct to me. I'm pretty sure Adam is correct, he just needs to use the compile configuration instead of the runtime configuration. -- John Murph Automated Logic Research Team

[gradle-user] A bug with Javadoc task and transitive dependencies?

2010-03-25 Thread John Murph
(has to resolve all the files even though it might not need them), but worked. -- John Murph Automated Logic Research Team

Re: [gradle-user] Gradle from IntelliJ

2010-03-24 Thread John Murph
the classpath and JDK of module to the buildSrc module that I happen to have in my project. I'm not sure that it's very important as long as you have some module selected. -- John Murph Automated Logic Research Team

Re: [gradle-user] Gradle Plugin available for Idea

2010-03-19 Thread John Murph
needs. -- John Murph Automated Logic Research Team

[gradle-user] Problems with depend option in multi-project builds

2010-03-05 Thread John Murph
for cleaning up the code? I don't like having to call hasProperty('sourceSets') but not all these subprojects use the 'java' or 'groovy' plugins in which case they don't seem to have a sourceSets property. -- John Murph Automated Logic Research Team

Re: [gradle-user] Gradle + IntelliJ

2010-03-05 Thread John Murph
(my estimate right now is 3 days). I will probably post some about my approach/thoughts when I start looking at this in more depth. Sorry we haven't gotten to this sooner, but it shouldn't be long now (assuming I don't get laid low with H1N1 again, or some other dreadful sickness). -- John Murph

Re: [gradle-user] questions about -b flag

2010-01-28 Thread John Murph
- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email -- John Murph Automated Logic Research Team

Re: [gradle-user] Create Executable Jar Containing Groovy Code

2010-01-19 Thread John Murph
You can also use the -cp wildcard option to include all jars in a directory. See Mark Reinhold's blog posthttp://blogs.sun.com/mr/?entry=class_path_wildcards_in_mustang . -- John Murph Automated Logic Research Team

Re: [gradle-user] gradle dependency mgmt question

2010-01-11 Thread John Murph
the version solution as a short term solution until you can get to renaming those jars to have version information. Longer term, that is much safer. -- John Murph Automated Logic Research Team

Re: [gradle-user] Using ant.p4sync task from gradle 0.8

2009-12-21 Thread John Murph
and using plugins (think Ruby gems). The Gradle install becomes 20 or 30 KB, and everything else gets downloaded on demand. Anyway, just something to think about. Sorry Narco, not trying to hijack your thread. I'll shut up now. :) -- John Murph Automated Logic Research Team

[gradle-user] Error uploading files to a repository

2009-12-16 Thread John Murph
-core-0.9-20091209160113-0500.jar:0.9-20091209160113-0500] ... 23 common frames omitted BUILD FAILED I'm not sure what to do with this. I'm using a snapshot build of Gradle 0.9 (from a week or two ago). Any ideas? -- John Murph Automated Logic Research Team

Re: [gradle-user] get objects in init script

2009-12-15 Thread John Murph
a getStartParameter() method that returns the start parameters which are extracted from the command line by DefaultCommandLine2StartParameterConverter.java. -- John Murph Automated Logic Research Team

Re: [gradle-user] where to start for a beginner

2009-12-11 Thread John Murph
guides (including Gradle's current one). -- John Murph Automated Logic Research Team

Re: [gradle-user] where to start for a beginner

2009-12-11 Thread John Murph
burden removed. With this approach, the idea is that one person would not have to dedicate as much time which makes the whole effort more likely to happen. -- John Murph Automated Logic Research Team

Re: [gradle-user] Easy way to copy files / Ant eager evaluation

2009-09-23 Thread John Murph
= 1024m compile.getOptions().fork = true Still I get out of heap space errors, so something seems to be wrong. Other then that it has been a pleasure working with Gradle. Keep up the great work. Thomas -- John Murph Automated Logic Research Team

Re: [gradle-user] addAfterEvaluateListener - afterEvaluate ?

2009-09-10 Thread John Murph
, or if they are project dependencies, they get built (in this case, app will not only get compiled, but jarred and put into the local repo cache). -- John Murph Automated Logic Research Team

Re: [gradle-user] addAfterEvaluateListener - afterEvaluate ?

2009-09-10 Thread John Murph
it's a groovy plugin. You might be able to determine how to package your modules like this, or maybe have a separate build.properties file that the root project's build.gradle can just read and get the needed information. -- John Murph Automated Logic Research Team

Re: [gradle-user] addAfterEvaluateListener - afterEvaluate ?

2009-09-10 Thread John Murph
On Thu, Sep 10, 2009 at 11:14 AM, Narco uld...@ctco.lv wrote: Why didn`t You say so in start? :D I just do things the hard way... A big big thank You for now! Congratulations, and you are very welcome! -- John Murph Automated Logic Research Team

Re: [gradle-user] addAfterEvaluateListener - afterEvaluate ?

2009-09-09 Thread John Murph
right now. -- John Murph Automated Logic Research Team

Re: [gradle-user] addAfterEvaluateListener - afterEvaluate ?

2009-09-09 Thread John Murph
mean that adding a new module to your system would be as easy as creating a directory and dropping a build.gradle into it that says artifactType = 'jar' or something. That's more-or-less what we have done here. -- John Murph Automated Logic Research Team

Re: [gradle-user] addAfterEvaluateListener - afterEvaluate ?

2009-09-08 Thread John Murph
of learning first! -- John Murph Automated Logic Research Team

Re: [gradle-user] trouble with ant.taskdef classpath

2009-08-27 Thread John Murph
. Whether this is done by using OSGI or some lighter weight classloader stuff might still be debated. That Gradle needs such separation, however, it not. I know they have indicated such changes would happen before 1.0. -- John Murph Automated Logic Research Team

Re: [gradle-user] adding a task after subprojects have evaluated

2009-08-22 Thread John Murph
execution. I bet that Hans or Adam will come in here and offer a much more elegant solution, however. :) -- John Murph Automated Logic Research Team

Re: [gradle-user] Running imported ant task sequentially

2009-08-07 Thread John Murph
') { my mistake? -- John Murph Automated Logic Research Team

Re: [gradle-user] Adding Dependencies for Custom Ant Tasks

2009-07-24 Thread John Murph
You might want to try the buildscript class path stuff. See User's Guide 29.2http://gradle.org/0.7/docs/userguide/organizing_build_logic.html#sec:external_dependencies . -- John Murph Automated Logic Research Team

[gradle-user] Project execution dependencies without task dependencies

2009-07-22 Thread John Murph
wanted, but a task dependency was suddenly added from projA:a to projB:a. That's not what I wanted. How can I get access to projB's project properties without all these task dependencies being added? -- John Murph Automated Logic Research Team

Re: [gradle-user] Project execution dependencies without task dependencies

2009-07-22 Thread John Murph
/multi_project_builds.html#sub:configuration_time_dependencies -- John Murph Automated Logic Research Team

Re: [gradle-user] unmanagedClasspath

2009-07-18 Thread John Murph
-version.jar') } This makes Gradle just use that jar. -- John Murph Automated Logic Research Team

Re: [gradle-user] Project.subprojects iteration

2009-06-18 Thread John Murph
project as well? -- John Murph Automated Logic Research Team

Re: [gradle-user] Is there an example for migrating a J2EE project from Ant to Gradle?

2009-05-28 Thread John Murph
convention, and despite your opinion to the opposite, the most common convention is likely the Maven2 convention. Those build tools not designed around convention (like Ant) require you to specify *exactly* what to do anyway. Gradle lets you decide (this is one of it's many strengths). -- John

Re: [gradle-user] Special war packaging

2009-05-14 Thread John Murph
and not the released 0.5.2, but I don't think this stuff has changed any. On Thu, May 14, 2009 at 10:47 AM, Narco uld...@ctco.lv wrote: No, I want one war per sub-project but I have special directory layout so my war resources are in different directories and not in src/main/webapp. -- John Murph