Hi,
I try to build the trunk with this command : mvn -D wtpversion=none
eclipse:eclipse
but I obtain the exception below.
I've also tried to build the tags 1.0.1b but same thing, only the tag
1.0b build correctly
It seems the _project poperty of the CreateSwcConfigurationFile.javas
class is null, I don't know how to resolve that, maybe it is a
misconfiguration of maven .
Please help me
For information , I've tested on ubuntu 10.04 and windows XP SP2 with
maven 2.1.0 and JDK 6 update 20
java.lang.NullPointerException
at
com.googlecode.jsfFlexPlugIn.mojo.CreateSwcConfigurationFile.inspectionCompleted(CreateSwcConfigurationFile.java:
176)
at
com.googlecode.jsfFlexPlugIn.inspector._JsfFlexInspectorBase.inspectionCompleted(_JsfFlexInspectorBase.java:
63)
at com.googlecode.jsfFlexPlugIn.mojo.CreateSwcConfigurationFile
$1.inspectFiles(CreateSwcConfigurationFile.java:131)
at
com.googlecode.jsfFlexPlugIn.mojo.CreateSwcConfigurationFile.execute(CreateSwcConfigurationFile.java:
139)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:
490)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
694)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:
556)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:
1205)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:
1038)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:
643)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:
569)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:
539)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:
387)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:
348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:
180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:
328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:
138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:
60)
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:597)
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: 4 minutes 16 seconds
[INFO] Finished at: Tue May 04 10:22:32 CEST 2010
[INFO] Final Memory: 21M/51M
[INFO]
------------------------------------------------------------------------
--
You received this message because you are subscribed to the Google Groups "JSF-Flex" group.
To post to this group, send email to
jsf-...@googlegroups.com.
To unsubscribe from this group, send email to
jsf-flex+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/jsf-flex?hl=en.