You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lance Java <la...@googlemail.com> on 2013/03/25 22:04:34 UTC

Can't build tapestry 5.3

I'm trying to build tapestry from source by
1. Cloning https://git-wip-us.apache.org/repos/asf/tapestry-5.git
2. switching to 5.3
3. running gradlew build

But I'm getting the following error:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':plastic:test'.
> failed to create temp file to extract class from jar into

Am I doing something wrong or is 5.3 currently broken?

Thanks,
Lance.

Re: Can't build tapestry 5.3

Posted by Lance Java <la...@googlemail.com>.
> Are you able to build without tests?
Yes, I am

> Have you scanned through
http://tapestry.apache.org/building-tapestry-from-source.html to make sure
you didn't miss anything?
Yes

FYI I can build trunk (master) and run the tests
It's just when I switch to the 5.3 branch that I get the error... so I'm
starting to think it's the 5.3 branch that has issues

I've attached a build log and the exception that gets logged to the console
when I run with --stacktrace and --error

============================
$ ./gradlew clean build --stacktrace --debug > builderror.log
16:16:56.995 [ERROR] [system.err] Note: Some input files use unchecked or
unsafe operations.
16:16:56.996 [ERROR] [system.err] Note: Recompile with -Xlint:unchecked for
details.
16:17:02.137 [ERROR] [org.gradle.BuildExceptionReporter]
16:17:02.138 [ERROR] [org.gradle.BuildExceptionReporter] FAILURE: Build
failed with an exception.
16:17:02.139 [ERROR] [org.gradle.BuildExceptionReporter]
16:17:02.139 [ERROR] [org.gradle.BuildExceptionReporter] * What went wrong:
16:17:02.140 [ERROR] [org.gradle.BuildExceptionReporter] Execution failed
for task ':plastic:test'.
16:17:02.142 [ERROR] [org.gradle.BuildExceptionReporter] > failed to create
temp file to extract class from jar into
16:17:02.143 [ERROR] [org.gradle.BuildExceptionReporter]
16:17:02.144 [ERROR] [org.gradle.BuildExceptionReporter] * Exception is:
16:17:02.145 [ERROR] [org.gradle.BuildExceptionReporter]
org.gradle.api.tasks.TaskExecutionException: Execution failed for task
':plastic:test'.
16:17:02.146 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:68)
16:17:02.147 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
16:17:02.148 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:34)
16:17:02.149 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.changedetection.CacheLockHandlingTaskExecuter$1.run(CacheLockHandlingTaskExecuter.java:34)
16:17:02.149 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultCacheAccess$2.create(DefaultCacheAccess.java:200)
16:17:02.150 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultCacheAccess.longRunningOperation(DefaultCacheAccess.java:172)
16:17:02.151 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultCacheAccess.longRunningOperation(DefaultCacheAccess.java:198)
16:17:02.152 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultPersistentDirectoryStore.longRunningOperation(DefaultPersistentDirectoryStore.java:111)
16:17:02.153 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.changedetection.DefaultTaskArtifactStateCacheAccess.longRunningOperation(DefaultTaskArtifactStateCacheAccess.java:83)
16:17:02.154 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.changedetection.CacheLockHandlingTaskExecuter.execute(CacheLockHandlingTaskExecuter.java:32)
16:17:02.154 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:55)
16:17:02.155 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:57)
16:17:02.156 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:41)
16:17:02.156 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:51)
16:17:02.157 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:52)
16:17:02.158 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:42)
16:17:02.158 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:247)
16:17:02.159 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultTaskGraphExecuter.executeTask(DefaultTaskGraphExecuter.java:192)
16:17:02.160 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultTaskGraphExecuter.doExecute(DefaultTaskGraphExecuter.java:177)
16:17:02.160 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:83)
16:17:02.161 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:36)
16:17:02.162 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:61)
16:17:02.162 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter.access$200(DefaultBuildExecuter.java:23)
16:17:02.163 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter$2.proceed(DefaultBuildExecuter.java:67)
16:17:02.164 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.changedetection.TaskCacheLockHandlingBuildExecuter$1.run(TaskCacheLockHandlingBuildExecuter.java:31)
16:17:02.165 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultCacheAccess$1.create(DefaultCacheAccess.java:111)
16:17:02.165 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultCacheAccess.useCache(DefaultCacheAccess.java:126)
16:17:02.166 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultCacheAccess.useCache(DefaultCacheAccess.java:109)
16:17:02.167 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.cache.internal.DefaultPersistentDirectoryStore.useCache(DefaultPersistentDirectoryStore.java:103)
16:17:02.167 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.changedetection.DefaultTaskArtifactStateCacheAccess.useCache(DefaultTaskArtifactStateCacheAccess.java:79)
16:17:02.168 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.changedetection.TaskCacheLockHandlingBuildExecuter.execute(TaskCacheLockHandlingBuildExecuter.java:29)
16:17:02.169 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:61)
16:17:02.169 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter.access$200(DefaultBuildExecuter.java:23)
16:17:02.170 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter$2.proceed(DefaultBuildExecuter.java:67)
16:17:02.171 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:32)
16:17:02.172 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:61)
16:17:02.172 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:54)
16:17:02.173 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:155)
16:17:02.174 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:110)
16:17:02.175 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:78)
16:17:02.175 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.cli.RunBuildAction.execute(RunBuildAction.java:42)
16:17:02.176 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.cli.RunBuildAction.execute(RunBuildAction.java:28)
16:17:02.177 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:201)
16:17:02.177 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:174)
16:17:02.178 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:170)
16:17:02.179 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:139)
16:17:02.179 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.exec.ExceptionReportingAction.execute(ExceptionReportingAction.java:31)
16:17:02.180 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.exec.ExceptionReportingAction.execute(ExceptionReportingAction.java:20)
16:17:02.181 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.Main.doAction(Main.java:48)
16:17:02.182 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.exec.EntryPoint.run(EntryPoint.java:45)
16:17:02.183 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.Main.main(Main.java:39)
16:17:02.183 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.ProcessBootstrap.runNoExit(ProcessBootstrap.java:50)
16:17:02.184 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.ProcessBootstrap.run(ProcessBootstrap.java:32)
16:17:02.184 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.launcher.GradleMain.main(GradleMain.java:24)
16:17:02.185 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:33)
16:17:02.186 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:130)
16:17:02.187 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:47)
16:17:02.187 [ERROR] [org.gradle.BuildExceptionReporter] Caused by:
org.gradle.api.GradleException: failed to create temp file to extract class
from jar into
16:17:02.188 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.ClassFileExtractionManager.tempFile(ClassFileExtractionManager.java:141)
16:17:02.189 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.ClassFileExtractionManager.extractClassFile(ClassFileExtractionManager.java:91)
16:17:02.189 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.ClassFileExtractionManager.getLibraryClassFile(ClassFileExtractionManager.java:79)
16:17:02.190 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.AbstractTestFrameworkDetector.getSuperTestClassFile(AbstractTestFrameworkDetector.java:80)
16:17:02.191 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.junit.JUnitDetector.processTestClass(JUnitDetector.java:52)
16:17:02.191 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.AbstractTestFrameworkDetector.processTestClass(AbstractTestFrameworkDetector.java:120)
16:17:02.192 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.DefaultTestClassScanner$1.visitClassFile(DefaultTestClassScanner.java:58)
16:17:02.192 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.DefaultTestClassScanner$ClassFileVisitor.visitFile(DefaultTestClassScanner.java:78)
16:17:02.193 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(DirectoryFileTree.java:151)
16:17:02.194 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(DirectoryFileTree.java:166)
16:17:02.194 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(DirectoryFileTree.java:166)
16:17:02.195 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(DirectoryFileTree.java:166)
16:17:02.195 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(DirectoryFileTree.java:166)
16:17:02.196 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.DirectoryFileTree.walkDir(DirectoryFileTree.java:166)
16:17:02.196 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.DirectoryFileTree.visit(DirectoryFileTree.java:119)
16:17:02.197 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.collections.FileTreeAdapter.visit(FileTreeAdapter.java:96)
16:17:02.198 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.file.CompositeFileTree.visit(CompositeFileTree.java:54)
16:17:02.199 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.DefaultTestClassScanner.detectionScan(DefaultTestClassScanner.java:56)
16:17:02.199 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.DefaultTestClassScanner.run(DefaultTestClassScanner.java:50)
16:17:02.199 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.processors.TestMainAction.run(TestMainAction.java:43)
16:17:02.200 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.DefaultTestExecuter.execute(DefaultTestExecuter.java:75)
16:17:02.200 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.tasks.testing.Test.executeTests(Test.java:395)
16:17:02.201 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.BeanDynamicObject$MetaClassAdapter.invokeMethod(BeanDynamicObject.java:196)
16:17:02.201 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.BeanDynamicObject.invokeMethod(BeanDynamicObject.java:102)
16:17:02.202 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.CompositeDynamicObject.invokeMethod(CompositeDynamicObject.java:99)
16:17:02.202 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.tasks.testing.Test_Decorated.invokeMethod(Unknown Source)
16:17:02.203 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.util.ReflectionUtil.invoke(ReflectionUtil.groovy:23)
16:17:02.203 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$4.execute(AnnotationProcessingTaskFactory.java:150)
16:17:02.204 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$4.execute(AnnotationProcessingTaskFactory.java:145)
16:17:02.204 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:477)
16:17:02.204 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:466)
16:17:02.205 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:60)
16:17:02.205 [ERROR] [org.gradle.BuildExceptionReporter]        ... 56 more
16:17:02.206 [ERROR] [org.gradle.BuildExceptionReporter] Caused by:
java.io.IOException: The system cannot find the path specified
16:17:02.206 [ERROR] [org.gradle.BuildExceptionReporter]        at
org.gradle.api.internal.tasks.testing.detection.ClassFileExtractionManager.tempFile(ClassFileExtractionManager.java:137)
16:17:02.207 [ERROR] [org.gradle.BuildExceptionReporter]        ... 87 more
16:17:02.207 [ERROR] [org.gradle.BuildExceptionReporter]

Lance@I5-LAPTOP /c/Work/tapestry-5 (5.3)
$
==========================================


On 26 March 2013 02:00, Bob Harner <bo...@gmail.com> wrote:

> Lance,
>
> Are you able to build without tests?
>
>    ./gradlew build -x test
>
> Or you can try just skipping the plastic tests the same way, in case
> that helps narrow things down.
>
> Have you scanned through
> http://tapestry.apache.org/building-tapestry-from-source.html to make
> sure you didn't miss anything?
>
>
>
> On Mon, Mar 25, 2013 at 6:56 PM, Lance Java <la...@googlemail.com>
> wrote:
> > Thanks but it didn't help...
> >
> > I deleted %USR_HOME%/.gradle and tapestry-5/.gradle
> >
> > I'm trying to build on a windows box if that helps... I've tried with
> java
> > 1.6 and 1.7
> >
> >
> > On 25 March 2013 21:28, Howard Lewis Ship <hl...@gmail.com> wrote:
> >
> >> This might be a Gradle issue; delete any .gradle folders and try again.
> >>
> >> On Mon, Mar 25, 2013 at 2:04 PM, Lance Java <lance.java@googlemail.com
> >> >wrote:
> >>
> >> > I'm trying to build tapestry from source by
> >> > 1. Cloning https://git-wip-us.apache.org/repos/asf/tapestry-5.git
> >> > 2. switching to 5.3
> >> > 3. running gradlew build
> >> >
> >> > But I'm getting the following error:
> >> >
> >> > FAILURE: Build failed with an exception.
> >> >
> >> > * What went wrong:
> >> > Execution failed for task ':plastic:test'.
> >> > > failed to create temp file to extract class from jar into
> >> >
> >> > Am I doing something wrong or is 5.3 currently broken?
> >> >
> >> > Thanks,
> >> > Lance.
> >> >
> >>
> >>
> >>
> >> --
> >> Howard M. Lewis Ship
> >>
> >> Creator of Apache Tapestry
> >>
> >> The source for Tapestry training, mentoring and support. Contact me to
> >> learn how I can get you up and productive in Tapestry fast!
> >>
> >> (971) 678-5210
> >> http://howardlewisship.com
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Can't build tapestry 5.3

Posted by Bob Harner <bo...@gmail.com>.
Lance,

Are you able to build without tests?

   ./gradlew build -x test

Or you can try just skipping the plastic tests the same way, in case
that helps narrow things down.

Have you scanned through
http://tapestry.apache.org/building-tapestry-from-source.html to make
sure you didn't miss anything?



On Mon, Mar 25, 2013 at 6:56 PM, Lance Java <la...@googlemail.com> wrote:
> Thanks but it didn't help...
>
> I deleted %USR_HOME%/.gradle and tapestry-5/.gradle
>
> I'm trying to build on a windows box if that helps... I've tried with java
> 1.6 and 1.7
>
>
> On 25 March 2013 21:28, Howard Lewis Ship <hl...@gmail.com> wrote:
>
>> This might be a Gradle issue; delete any .gradle folders and try again.
>>
>> On Mon, Mar 25, 2013 at 2:04 PM, Lance Java <lance.java@googlemail.com
>> >wrote:
>>
>> > I'm trying to build tapestry from source by
>> > 1. Cloning https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>> > 2. switching to 5.3
>> > 3. running gradlew build
>> >
>> > But I'm getting the following error:
>> >
>> > FAILURE: Build failed with an exception.
>> >
>> > * What went wrong:
>> > Execution failed for task ':plastic:test'.
>> > > failed to create temp file to extract class from jar into
>> >
>> > Am I doing something wrong or is 5.3 currently broken?
>> >
>> > Thanks,
>> > Lance.
>> >
>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Can't build tapestry 5.3

Posted by Lance Java <la...@googlemail.com>.
Thanks but it didn't help...

I deleted %USR_HOME%/.gradle and tapestry-5/.gradle

I'm trying to build on a windows box if that helps... I've tried with java
1.6 and 1.7


On 25 March 2013 21:28, Howard Lewis Ship <hl...@gmail.com> wrote:

> This might be a Gradle issue; delete any .gradle folders and try again.
>
> On Mon, Mar 25, 2013 at 2:04 PM, Lance Java <lance.java@googlemail.com
> >wrote:
>
> > I'm trying to build tapestry from source by
> > 1. Cloning https://git-wip-us.apache.org/repos/asf/tapestry-5.git
> > 2. switching to 5.3
> > 3. running gradlew build
> >
> > But I'm getting the following error:
> >
> > FAILURE: Build failed with an exception.
> >
> > * What went wrong:
> > Execution failed for task ':plastic:test'.
> > > failed to create temp file to extract class from jar into
> >
> > Am I doing something wrong or is 5.3 currently broken?
> >
> > Thanks,
> > Lance.
> >
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>

Re: Can't build tapestry 5.3

Posted by Howard Lewis Ship <hl...@gmail.com>.
This might be a Gradle issue; delete any .gradle folders and try again.

On Mon, Mar 25, 2013 at 2:04 PM, Lance Java <la...@googlemail.com>wrote:

> I'm trying to build tapestry from source by
> 1. Cloning https://git-wip-us.apache.org/repos/asf/tapestry-5.git
> 2. switching to 5.3
> 3. running gradlew build
>
> But I'm getting the following error:
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':plastic:test'.
> > failed to create temp file to extract class from jar into
>
> Am I doing something wrong or is 5.3 currently broken?
>
> Thanks,
> Lance.
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com