Re: truezip-maven-plugin fails when run on CI server

2012-06-26 Thread Dan Tran
may want to try 'immediateUpdate=true' -D On Tue, Jun 26, 2012 at 12:05 PM, David Hoffer wrote: > Thanks much for your help.  Unfortunately I don't have access to our CI > build server so there wasn't much I could do here.  I changed the build to > not use this plugin...I just unzip and then re-

Re: truezip-maven-plugin fails when run on CI server

2012-06-26 Thread David Hoffer
Thanks much for your help. Unfortunately I don't have access to our CI build server so there wasn't much I could do here. I changed the build to not use this plugin...I just unzip and then re-jar...solves this problem in this case. Thanks, -Dave On Mon, Jun 25, 2012 at 3:57 PM, Wayne Fay wrote

Re: truezip-maven-plugin fails when run on CI server

2012-06-25 Thread Wayne Fay
> *[14:53:10]*Caused by: java.io.IOException: Failed to delete file > F:\work\7832e3bc4d2f257b\dashboard-dev\target\dashboard-dev-4.4-SNAPSHOT.jar\rhinoDiff.txt. > Reason is unknown. > *[14:53:10]* at > org.codehaus.mojo.truezip.internal.TrueZipFileSetManager.delete(TrueZipFileSetManager.java:353)

Re: truezip-maven-plugin fails when run on CI server

2012-06-25 Thread David Hoffer
Sorry for the delay..here is the log file with the debug info. I can say that it's not failing with one particular file in the jar...I've tried changing the rules and it always fails to remove the file/folder. However this only happens on our CI server (TeamCity) when I run local it works fine.

Re: truezip-maven-plugin fails when run on CI server

2012-06-22 Thread Dan Tran
-X includes -e On Fri, Jun 22, 2012 at 12:02 PM, David Hoffer wrote: > Does -X include -e (errors) or do I have to have them add both? > > -Dave > > On Fri, Jun 22, 2012 at 1:00 PM, David Hoffer wrote: >> I wish that was easier to do.  Unfortunately the CI server is managed >> by a different gro

Re: truezip-maven-plugin fails when run on CI server

2012-06-22 Thread David Hoffer
Does -X include -e (errors) or do I have to have them add both? -Dave On Fri, Jun 22, 2012 at 1:00 PM, David Hoffer wrote: > I wish that was easier to do.  Unfortunately the CI server is managed > by a different group...I'll have to ask if they can do this. > > -Dave > > On Fri, Jun 22, 2012 at

Re: truezip-maven-plugin fails when run on CI server

2012-06-22 Thread David Hoffer
I wish that was easier to do. Unfortunately the CI server is managed by a different group...I'll have to ask if they can do this. -Dave On Fri, Jun 22, 2012 at 12:41 PM, Dan Tran wrote: > can you run with -X or -e to see the stack trace? > > -D > > On Fri, Jun 22, 2012 at 11:21 AM, David Hoffer

Re: truezip-maven-plugin fails when run on CI server

2012-06-22 Thread Dan Tran
can you run with -X or -e to see the stack trace? -D On Fri, Jun 22, 2012 at 11:21 AM, David Hoffer wrote: > I just added usage of truezip-maven-plugin to my build.  I am using > the remove goal to remove some files and folders from a jar.  it works > fine when run locally on my system but has t

truezip-maven-plugin fails when run on CI server

2012-06-22 Thread David Hoffer
I just added usage of truezip-maven-plugin to my build.  I am using the remove goal to remove some files and folders from a jar.  it works fine when run locally on my system but has the following error when run on our TeamCity CI build server.  The build agent is Windows7 and so is my system.  Any