[
http://jira.codehaus.org/browse/MSHITTY-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Dillon updated MSHITTY-25:
--------------------------------
Fix Version/s: 1.0-alpha-3
> NPE in shitty:install
> ---------------------
>
> Key: MSHITTY-25
> URL: http://jira.codehaus.org/browse/MSHITTY-25
> Project: Maven 2.x SHITTY Plugin
> Issue Type: Bug
> Components: Test
> Affects Versions: 1.0-alpha-2
> Reporter: Trygve Laugstol
> Assignee: Jason Dillon
> Fix For: 1.0-alpha-3
>
>
> {code}
> [INFO] [shitty:install {execution: default}]
> [DEBUG] Using version 'testing' for artifact:
> org.codehaus.mojo:deb-maven-plugin:maven-plugin:1.0-SNAPSHOT
> [INFO] Installing
> /Users/trygvis/dev/org.codehaus.mojo/trunk/sandbox/deb-maven-plugin/target/deb-maven-plugin-1.0-SNAPSHOT.jar
> to
> /Users/trygvis/.m2/repository/org/codehaus/mojo/deb-maven-plugin/testing/deb-maven-plugin-testing.jar
> [DEBUG] Installing checksum for:
> /Users/trygvis/.m2/repository/org/codehaus/mojo/deb-maven-plugin/testing/deb-maven-plugin-testing.pom
> [DEBUG] Installing checksum for:
> /Users/trygvis/.m2/repository/org/codehaus/mojo/deb-maven-plugin/testing/deb-maven-plugin-testing.jar
> [DEBUG] Configuring mojo
> 'org.codehaus.mojo:shitty-maven-plugin:1.0-alpha-2:test' -->
> [DEBUG] (s) buildLogFile = build.log
> [DEBUG] (s) debug = false
> [DEBUG] (s) flagsFile = flags.txt
> [DEBUG] (s) goalsFile = goals.txt
> [DEBUG] (s) ignoreFailures = false
> [DEBUG] (s) offline = false
> [DEBUG] (s) parallel = true
> [DEBUG] (s) parallelTimeOut = 600
> [DEBUG] (s) project = MavenProject:
> org.codehaus.mojo:deb-maven-plugin:1.0-SNAPSHOT @
> /Users/trygvis/dev/org.codehaus.mojo/trunk/sandbox/deb-maven-plugin/pom.xml
> [DEBUG] (s) directory = src/it
> [DEBUG] (s) includes = [**/pom4test.xml]
> [DEBUG] (s) excludes = [null]
> [DEBUG] (s) projects =
> [Lorg.apache.maven.shared.model.fileset.FileSet;@f2106b
> [DEBUG] (s) propertiesFile = test.properties
> [DEBUG] (s) settings = [EMAIL PROTECTED]
> [DEBUG] (s) setupScriptFilename = setup.groovy
> [DEBUG] (s) skip = false
> [DEBUG] (s) threadCount = 2
> [DEBUG] (s) validateScriptFilename = validate.groovy
> [DEBUG] (s) verbose = false
> [DEBUG] (s) workingDirectory =
> /Users/trygvis/dev/org.codehaus.mojo/trunk/sandbox/deb-maven-plugin/target/shitty
> [DEBUG] -- end configuration --
> [INFO] [shitty:test {execution: default}]
> [DEBUG] Tests will be run in parallel
> [DEBUG] Running all test builds
> [DEBUG] Test filesets:
> [DEBUG] src/it + ["**/pom4test.xml"] - [null]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] null
> [INFO]
> ------------------------------------------------------------------------
> [DEBUG] Trace
> java.lang.NullPointerException
> at
> org.codehaus.plexus.util.DirectoryScanner.setExcludes(DirectoryScanner.java:510)
> at
> org.apache.maven.shared.model.fileset.util.FileSetManager.scan(FileSetManager.java:616)
> at
> org.apache.maven.shared.model.fileset.util.FileSetManager.getIncludedFiles(FileSetManager.java:186)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at
> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756)
> at
> org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:766)
> at
> org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:754)
> at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170)
> at
> org.codehaus.mojo.shitty.TestMojo$_getTestBuilds_closure1.doCall(TestMojo.groovy:276)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at
> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230)
> at
> org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:248)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756)
> at groovy.lang.Closure.call(Closure.java:292)
> at groovy.lang.Closure.call(Closure.java:305)
> at
> org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1079)
> at
> org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1056)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at
> org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:51)
> at
> org.codehaus.groovy.runtime.metaclass.NewInstanceMetaMethod.invoke(NewInstanceMetaMethod.java:54)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:756)
> at
> org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:766)
> at
> org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:754)
> at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170)
> at
> org.codehaus.mojo.shitty.TestMojo.getTestBuilds(TestMojo.groovy:272)
> at
> org.codehaus.mojo.shitty.TestMojo.this$5$getTestBuilds(TestMojo.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at
> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912)
> at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:78)
> at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrent0(ScriptBytecodeAdapter.java:112)
> at org.codehaus.mojo.shitty.TestMojo.runAll(TestMojo.groovy:371)
> at org.codehaus.mojo.shitty.TestMojo.this$5$runAll(TestMojo.groovy)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at
> org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)
> at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:230)
> at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:912)
> at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:78)
> at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrent0(ScriptBytecodeAdapter.java:112)
> at org.codehaus.mojo.shitty.TestMojo.execute(TestMojo.groovy:251)
> at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:585)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 9 seconds
> [INFO] Finished at: Wed Jun 04 15:29:39 CEST 2008
> [INFO] Final Memory: 13M/24M
> [INFO]
> ------------------------------------------------------------------------
> {code}
> [15:29:[EMAIL PROTECTED]:deb-maven-plugin]$
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email