Hi,
Today I checked out the sources once again from CVS and i got success
build on linux machine. when i tried to build on windows with updated
sources, I got following error in assembly modules.
thanks for your replies, I will start playing with server.
Regards,
Bhanu.
C:\Geronimo_dev\incubator-geronimo>maven -o -Dmodules=assembly
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc4
Starting the reactor...
Our processing order:
Geronimo :: Assembly
+----------------------------------------
| Executing (default): Geronimo :: Assembly
| Memory: 3M/5M
+----------------------------------------
You are working offline so the build will continue, but geronimo-clustering-1.0-
SNAPSHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-common-1.0-SNAP
SHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-connector-1.0-S
NAPSHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-console-web-1.0
-SNAPSHOT.war may be out of date!
You are working offline so the build will continue, but geronimo-core-1.0-SNAPSH
OT.jar may be out of date!
You are working offline so the build will continue, but geronimo-deployment-1.0-
SNAPSHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-j2ee-1.0-SNAPSH
OT.jar may be out of date!
You are working offline so the build will continue, but geronimo-jetty-1.0-SNAPS
HOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-jmxdebug-1.0-SN
APSHOT.war may be out of date!
You are working offline so the build will continue, but geronimo-jmxremoting-1.0
-SNAPSHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-demo-1.0-SNAPSH
OT.war may be out of date!
You are working offline so the build will continue, but geronimo-kernel-1.0-SNAP
SHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-naming-1.0-SNAP
SHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-remoting-1.0-SN
APSHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-security-1.0-SN
APSHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-system-1.0-SNAP
SHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-transaction-1.0
-SNAPSHOT.jar may be out of date!
You are working offline so the build will continue, but geronimo-spec-j2eeschema
-1.0-SNAPSHOT.jar may be out of date!
You are working offline so the build will continue, but openejb-core-2.0-SNAPSHO
T.jar may be out of date!
You are working offline so the build will continue, but openejb-jca-2.0-SNAPSHOT
.jar may be out of date!
You are working offline so the build will continue, but openejb-itests-2.0-SNAPS
HOT.jar may be out of date!
You are working offline so the build will continue, but tranql-1.0-SNAPSHOT.jar
may be out of date!
You are working offline so the build will continue, but activemq-1.0-SNAPSHOT.ja
r may be out of date!
build:start:
default:
modules:default:
modules:reactor:init:
build:start:
default:
build:
assemble:
[mkdir] Created dir: C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[copy] Copying 1 file to C:\Geronimo_dev\incubator-geronimo\target\lib
[mkdir] Created dir: C:\Geronimo_dev\incubator-geronimo\target\schema
[copy] Copying 17 files to C:\Geronimo_dev\incubator-geronimo\target\schema
[copy] Copying 5 files to C:\Geronimo_dev\incubator-geronimo\target\var
[mkdir] Created dir: C:\Geronimo_dev\incubator-geronimo\target\repository
[copy] Copying 34 files to C:\Geronimo_dev\incubator-geronimo\target\reposit
ory
[echo] Bootstrapping service deployer
[mkdir] Created dir: C:\Geronimo_dev\incubator-geronimo\target\bin
[mkdir] Created dir: C:\Geronimo_dev\incubator-geronimo\target\config-store
BUILD FAILED
File...... C:\Geronimo_dev\incubator-geronimo\maven.xml
Element... maven:reactor
Line...... 180
Column.... 27
Unable to obtain goal [default] -- C:\Geronimo_dev\incubator-geronimo\modules\as
sembly\maven.xml:154:15: <bootstrap:bootstrap> Stream closed
Total time: 11 seconds
Finished at: Wed Jun 30 16:54:56 PDT 2004
On Tue, 29 Jun 2004 23:19:36 -0700, Bhanu Vasireddy <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> first of all thanks for your help in this matter, I appreciate your patience.
>
> > Those would normally get built first - try the build from root without
> > -X until it fails, then cd to jetty and get the -X output
>
> I executed maven command from root directory, subsequently I executed
> "maven -o -X > builder.log" command in geronimo_home/modules/jetty
> directory and here is error information I got on console. it looks
> like some test cases are failing. I am attaching build.log file which
> is created in modules/jetty directory.
>
> D:\geronimo_dev\incubator-geronimo\modules\jetty>maven -o -X > builder.log
>
> BUILD FAILED
> File...... C:\Documents and Settings\Bhanu V\.maven\plugins\maven-test-plug
> 6.1\plugin.jelly
> Element... fail
> Line...... 162
> Column.... 54
> There were test failures.
> com.werken.werkz.UnattainableGoalException: Unable to obtain goal [default]
> :\Documents and Settings\Bhanu V\.maven\plugins\maven-test-plugin-1.6.1\plu
> elly:162:54: <fail> There were test failures.
> at com.werken.werkz.Goal.fire(Goal.java:646)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.
> 610)
> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
> at org.apache.maven.cli.App.doMain(App.java:485)
> at org.apache.maven.cli.App.main(App.java:1214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
> java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> org.apache.commons.jelly.JellyTagException: C:\Documents and Settings\Bhanu
> aven\plugins\maven-test-plugin-1.6.1\plugin.jelly:162:54: <fail> There were
> failures.
> at org.apache.commons.jelly.impl.TagScript.handleException(TagScrip
> a:683)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:288)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenG
> g.java:79)
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.p
> mAction(MavenGoalTag.java:110)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> at com.werken.werkz.Goal.attain(Goal.java:573)
> at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> at com.werken.werkz.Goal.attain(Goal.java:573)
> at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(Maven
> nGoalTag.java:126)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenG
> g.java:79)
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.p
> mAction(MavenGoalTag.java:110)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.
> 610)
> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
> at org.apache.maven.cli.App.doMain(App.java:485)
> at org.apache.maven.cli.App.main(App.java:1214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
> java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> Caused by: There were test failures.
> at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:104)
> at org.apache.tools.ant.Task.perform(Task.java:341)
> at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> ... 40 more
> Root cause
> There were test failures.
> at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:104)
> at org.apache.tools.ant.Task.perform(Task.java:341)
> at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenG
> g.java:79)
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.p
> mAction(MavenGoalTag.java:110)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> at com.werken.werkz.Goal.attain(Goal.java:573)
> at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> at com.werken.werkz.Goal.attain(Goal.java:573)
> at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(Maven
> nGoalTag.java:126)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenG
> g.java:79)
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.p
> mAction(MavenGoalTag.java:110)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.
> 610)
> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
> at org.apache.maven.cli.App.doMain(App.java:485)
> at org.apache.maven.cli.App.main(App.java:1214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
> java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> There were test failures.
> at org.apache.tools.ant.taskdefs.Exit.execute(Exit.java:104)
> at org.apache.tools.ant.Task.perform(Task.java:341)
> at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:2
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenG
> g.java:79)
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.p
> mAction(MavenGoalTag.java:110)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> at com.werken.werkz.Goal.attain(Goal.java:573)
> at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> at com.werken.werkz.Goal.attain(Goal.java:573)
> at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(Maven
> nGoalTag.java:126)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:1
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenG
> g.java:79)
> at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.p
> mAction(MavenGoalTag.java:110)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.
> 610)
> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
> at org.apache.maven.cli.App.doMain(App.java:485)
> at org.apache.maven.cli.App.main(App.java:1214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
> java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> D:\geronimo_dev\incubator-geronimo\modules\jetty>
>
> Regards,
> Bhanu.
>
> On Tue, 29 Jun 2004 20:23:19 -0700, Jeremy Boynes
>
>
> <[EMAIL PROTECTED]> wrote:
> >
> > Those would normally get built first - try the build from root without
> > -X until it fails, then cd to jetty and get the -X output
> >
> > However, given cglib is not listed as a missing dependency then it would
> > seem maven found it.
> >
> >
> > Bhanu Vasireddy wrote:
> >
> > > Hi there,
> > >
> > > based on your suggestion i compiled jetty module alone by executing
> > > following commands and i got unsatisfied dependencies error message.
> > > i could not find listed jar files when i tried to download them
> > > manually from relavent web sites.
> > >
> > > cd modules/jetty
> > > maven -X > build.log
> > >
> > > C:\Geronimo_dev\incubator-geronimo\modules\jetty>maven -X > build.log
> > > The build cannot continue because of the following unsatisfied
> > > dependencies:
> > >
> > > geronimo-security-1.0-SNAPSHOT.jar
> > > geronimo-transaction-1.0-SNAPSHOT.jar
> > > geronimo-connector-1.0-SNAPSHOT.jar
> > > geronimo-spec-j2ee-jacc-1.0-rc2.jar
> > > geronimo-spec-j2ee-connector-1.5-rc2.jar
> > > geronimo-spec-jsp-2.0-rc2.jar
> > >
> > > Thanks,
> > > Bhanu.
> > >
> > >
> > > On Tue, 29 Jun 2004 09:12:52 -0700, Jeremy Boynes
> > > <[EMAIL PROTECTED]> wrote:
> > >
> > >>Bhanu Vasireddy wrote:
> > >>
> > >>
> > >>>Hi,
> > >>>
> > >>>I found "cglib-full-2.0.jar" file in ".maven\repository\cglib\jars"
> > >>>directory. I extracted all the contents of cglib-full-2.0.jar file and
> > >>>I can see net/sf/cglib/core/Signature class file available in jar
> > >>>file. I am new person to this environment , is there any way i can see
> > >>>weather this jar file is included in classpath for this particular
> > >>>goal.
> > >>>
> > >>
> > >>The stack trace in the report shows a call to
> > >>net.sf.cglib.core.AbstractClassGenerator so it looks like the jar is on
> > >>the path.
> > >>
> > >>You can get a path listing by using the debug option of maven
> > >>
> > >>$ cd modules/jetty
> > >>$ maven -X > build.log
> > >>
> > >>--
> > >>Jeremy
> > >>
> >
>
>
>
> builder.log - 119K
>