> On Friday 29 of January 2010 19:04:03 José Arcángel Salazar Delgado wrote:
> 
> Try it again please.
> 
> Do not forget to delete all previous artifacts from your
> ~/.m2/repository/net/sf/qtjambi directory.
Now I have this exception:

[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Can't find resource 
named 'juic'
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
        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:1033)
        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:284)
        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)
Caused by: org.apache.maven.plugin.MojoExecutionException: Can't find resource 
named 'juic'
        at cz.dalvi.qtjambiplugin.QtJambiMOJO.saveResource(QtJambiMOJO.java:509)
        at 
cz.dalvi.qtjambiplugin.QtJambiMOJO.setupPlatform(QtJambiMOJO.java:179)
        at cz.dalvi.qtjambiplugin.QtJambiMOJO.execute(QtJambiMOJO.java:107)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
        ... 21 more
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Mon Feb 01 22:56:29 CST 2010
[INFO] Final Memory: 9M/95M
[INFO] 
------------------------------------------------------------------------

Also I have juic included in my path.

Can you share the source code of the plugin in source forge?
I that way, I can help you with the linux part.

> 
> > > Funny.
> > >
> > > On windows xp, it is "x86" :).
> > >
> > > I'll fix it at monday.
> >
> > ok, Thanks.
> >
> > I'll wait to test it.
> >
> > > 2010/1/26 José Arcángel Salazar Delgado <[email protected]>
> > >
> > > > > On Tuesday 26 of January 2010 06:58:19 José Arcángel Salazar
> > > > > Delgado
> > > >
> > > > wrote:
> > > > > Hi.
> > > > >
> > > > > Please give me output of following code on your platform:
> > > > >
> > > > >       System.out.println(System.getProperty("os.arch"));
> > > > >       System.out.println(System.getProperty("os.name"));
> > > >
> > > > This is the ouput:
> > > >
> > > > i386
> > > > Linux
> > > >
> > > > > THX
> > > > >
> > > > > > > Im using ubuntu linux 9.10 32 bits and emmbbeded maven from
> > > > > > > eclipse galileo.
> > > > > >
> > > > > > Also, I have this ouput from the debug of maven with -e:
> > > > > > arcan...@sheryl:~/workspaces/lotecar-ng/prueba$ mvn -e
> > > >
> > > > assembly:assembly
> > > >
> > > > > > + Error stacktraces are turned on.
> > > > > > [INFO] Scanning for projects...
> > > > > > [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [INFO] Building Unnamed -
> > > > > > com.nettrace.prueba:prueba:jar:0.0.1-SNAPSHOT [INFO]
> > > > > > task-segment: [assembly:assembly] (aggregator-style) [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [INFO] Preparing assembly:assembly
> > > > > > [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [INFO] Building Unnamed -
> > > > > > com.nettrace.prueba:prueba:jar:0.0.1-SNAPSHOT [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [INFO] [qtjambi:generate {execution: qtjambi}]
> > > > > > [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [ERROR] BUILD ERROR
> > > > > > [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [INFO] Uknown platform
> > > > > > [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [INFO] Trace
> > > > > > org.apache.maven.lifecycle.LifecycleExecutionException: Uknown
> > > > > > platform at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> > > >ul tL
> > > >
> > > > > >if ecycleExecutor.java:719) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
> > > >fe cy
> > > >
> > > > > >cl e(DefaultLifecycleExecutor.java:556) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecy
> > > >cl e(
> > > >
> > > > > >De faultLifecycleExecutor.java:1205) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(Def
> > > >au lt
> > > >
> > > > > >Li fecycleExecutor.java:1033) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> > > >ul tL
> > > >
> > > > > >if ecycleExecutor.java:643) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
> > > >Go al
> > > >
> > > > > >(D efaultLifecycleExecutor.java:569) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> > > >lt Li
> > > >
> > > > > >fe cycleExecutor.java:539) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> > > >dl eF
> > > >
> > > > > >ai lures(DefaultLifecycleExecutor.java:387) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> > > >ts (D
> > > >
> > > > > >ef aultLifecycleExecutor.java:284) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> > > >fe cy
> > > >
> > > > > >cl eExecutor.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.ja
> > > > > >va
> > > > > >
> > > > > >:6 0) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> > > > > >: Method)
> > > > > >
> > > > > > at
> > > >
> > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > > >ja va
> > > >
> > > > > >:3 9) at
> > > >
> > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > > >so rI
> > > >
> > > > > >mp l.java:25) at java.lang.reflect.Method.invoke(Method.java:597)
> > > > > >         at
> > > > > > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:31
> > > > > >5) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> > > > > > at
> > > > > > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:
> > > > > >43 0) at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > > > > > Caused by: org.apache.maven.plugin.MojoExecutionException: Uknown
> > > > > > platform at
> > > > > > cz.dalvi.qtjambiplugin.QtJambiMOJO.setupPlatform(QtJambiMOJO.java
> > > > > >:1 42 ) at
> > > > > > cz.dalvi.qtjambiplugin.QtJambiMOJO.execute(QtJambiMOJO.java:100)
> > > > > > at
> > > >
> > > > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
> > > >nM an
> > > >
> > > > > >ag er.java:490) at
> > > >
> > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
> > > >ul tL
> > > >
> > > > > >if ecycleExecutor.java:694) ... 21 more
> > > > > > [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > [INFO] Total time: 2 seconds
> > > > > > [INFO] Finished at: Mon Jan 25 23:56:49 CST 2010
> > > > > > [INFO] Final Memory: 9M/94M
> > > > > > [INFO]
> > > >
> > > > ---------------------------------------------------------------------
> > > >-- -
> > > >
> > > > > > I have the same problem using maven from console.
> > > > > >
> > > > > > > 2010/1/25, Dusan Zatkovsky <[email protected]>:
> > > > > > > > On Friday 22 of January 2010 22:47:50 José Arcángel Salazar
> > > > > > > > Delgado wrote:
> > > > > > > >
> > > > > > > > On which OS are you building that project? Isn't it mac?
> > > > > > > >
> > > > > > > > Mac is not supported from this plugin at all now.
> > > > > > > >
> > > > > > > > Contributors welcomed ( there are no special coding skills
> > > > > > > > needed,
> > > >
> > > > if
> > > >
> > > > > > > > any mac
> > > > > > > > user have some free time for consultations and testing, send
> > > > > > > > me a
> > > >
> > > > pm
> > > >
> > > > > > > > ).
> > > > > > > >
> > > > > > > >> Hello.
> > > > > > > >>
> > > > > > > >> I'm testing the qtjambi-maven-plugin. I encounter this error
> > > > > > > >> while I'm trying to use:
> > > > > > > >>
> > > > > > > >> The following mojo encountered an error while executing:
> > > > > > > >> Group-Id: net.sf.qtjambi
> > > > > > > >> Artifact-Id: qtjambi-maven-plugin
> > > > > > > >> Version: 0.1
> > > > > > > >> Mojo: generate
> > > > > > > >> brought in via: POM
> > > > > > > >>
> > > > > > > >> While building project:
> > > > > > > >> Group-Id: com.nettrace.prueba
> > > > > > > >> Artifact-Id: prueba
> > > > > > > >> Version: 0.0.1-SNAPSHOT
> > > > > > > >> From file:
> > > > > > > >> /home/arcangel/workspaces/lotecar-ng/prueba/pom.xml Reason:
> > > > > > > >> Uknown platform
> > > > > > > >>
> > > > > > > >> I attach the pom.xml and the assembler.xml.
> > > > > > > >>
> > > > > > > >> I'm using mvn assembly:assembly .
> > > > > > > >
> > > > > > > > --
> > > > > > > > Dusan
> > > > > >
> > > > > > _______________________________________________
> > > > > > Qt-jambi-interest mailing list
> > > > > > [email protected]
> > > > > > http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
> > > >
> > > > _______________________________________________
> > > > Qt-jambi-interest mailing list
> > > > [email protected]
> > > > http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
> >
> > _______________________________________________
> > Qt-jambi-interest mailing list
> > [email protected]
> > http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
> 

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to