It looks like you're building from the ui package. The ui package has dependencies on a few other packages in j2g. The error your getting is complaining about not being able to find a built version of those packages. That error message seems to lack a description of which package it wants that it can't find. I took a look at the pom, but didn't really see anything regarding what packages it would want. Can you try building j2g completely from your root j2g directory? The same command can be used.
On 10/8/07, Kevan Miller <[EMAIL PROTECTED]> wrote: > > > On Oct 8, 2007, at 11:29 AM, Jason Warner wrote: > > > > > You're using the correct command to build the tool. I just checked > > out the latest version and built it with no issues? It was > > recently moved to the devtools component. Is that where you > > checked it out from? What problems are you having? > > mvn install assembly:assembly > ... > [INFO] Building jar: /Users/kevan/geronimo/devtools/j2g/trunk/plugins/ > org.apache.geronimo.j2g.ui/target/org.apache.geronimo.j2g.ui-1.0.0- > SNAPSHOT.jar > [INFO] [assembly:assembly] > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Included module: org.apache.geronimo.tools:j2g-plugins:pom: > 1.0.0-SNAPSHOT does not have an artifact with a file. Please ensure > the package phase is run before the assembly is generated. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1 minute 58 seconds > [INFO] Finished at: Mon Oct 08 10:42:01 EDT 2007 > [INFO] Final Memory: 30M/85M > [INFO] > ------------------------------------------------------------------------ > > --kevan > > >
