Yes, by a work around hack. This would ideally be fixed.
Regards, Alan > -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 08, 2004 12:12 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Axis module fails > > Alan replied back that he got the build working.... > > On Sun, 8 Aug 2004 11:46:27 -0400 (EDT), Srinath Perera > <[EMAIL PROTECTED]> wrote: > > that code generation done (where the error occurs) inside <preGoal > > name="test:test"> isn't the the Compiled class avalible by that time. > The > > AxisGeronimoUtils moved from EWS to here becouse it is more natural to > > have it here. Should we move that code .. can we fix the build while it > is > > here. > > > > Thanks > > Srinath > > > > > > > > > > > On Sun, Aug 08, 2004 at 08:29:44AM -0400, Alan D. Cabrera wrote: > > >> I figured out the problem, geronimo-axis-1.0-SNAPSHOT.jar was not in > my > > >> repository, a chicken and the egg thing. I just hand copied the jar > > >> into my local maven repository. This makes me wonder, should we be > > >> updating a maven repository w/ snapshots? > > > > > > I post them here nightly: > > > http://cvs.apache.org/repository/geronimo/jars/ > > > > > > -David > > > > > > > > > > > >> > > >> > > >> Regards, > > >> Alan > > >> > > >> > -----Original Message----- > > >> > From: Alan D. Cabrera > > >> > Sent: Saturday, August 07, 2004 4:46 PM > > >> > To: [EMAIL PROTECTED] > > >> > Subject: Axis module fails > > >> > > > >> > Here's the output: > > >> > > > >> > test:test: > > >> > > > >> > > > >> > truetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetrue > > >> > > > >> > truetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetruetrue > > >> > truetruetruetruetr > > >> > > > >> > geronimo\modules\axis\target\lib > > >> > > > >> > C:\dev\incubator-geronimo\.\target\ws4j2ee.properties created .. > > >> > > > >> > [echo] the files are up to date = true > > >> > > > >> > EchoPortSoapBindingImpl.java already exists, WSDL2Java will not > > >> > overwrite it. > > >> > > > >> > [delete] Deleting 16 files from > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\build\cl > > >> > asses > > >> > > > >> > [javac] Compiling 10 source files to > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\build\cl > > >> > asses > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:2: package > > >> > org.apache.geronimo.axis does not > > >> > > > >> > import org.apache.geronimo.axis.AxisGeronimoUtils; > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:18: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > (java.lang.String)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, > > >> > arguments); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:25: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > > > >> > AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:32: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Integer)AxisGeronimoUtils.invokeEJB("echo",methodName,classe > > >> > s,arguments)).intValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:39: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Double)AxisGeronimoUtils.invokeEJB("echo",methodName,classes > > >> > ,arguments)).doubleValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:46: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Float)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, > > >> > arguments)).floatValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:53: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Boolean)AxisGeronimoUtils.invokeEJB("echo",methodName,classe > > >> > s,arguments)).booleanValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:60: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > ((java.lang.Short)AxisGeronimoUtils.invokeEJB("echo",methodName,classes, > > >> > arguments)).shortValue(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:67: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > > > >> > e(); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:74: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > (byte[])AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments) > > >> > ; > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:81: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > > > >> > AxisGeronimoUtils.invokeEJB("echo",methodName,classes,arguments); > > >> > > > >> > ^ > > >> > > > >> > > > >> C:\dev\incubator- > geronimo\modules\axis\target\generated\samples\org\apac > > >> > he\ws\echosample\EchoPortSoapBindingImpl.java:88: cannot resolve > > >> symbol > > >> > > > >> > symbol : variable AxisGeronimoUtils > > >> > > > >> > location: class org.apache.ws.echosample.EchoPortSoapBindingImpl > > >> > > > >> > return > > >> > > > >> > (org.apache.ws.echosample.EchoStruct)AxisGeronimoUtils.invokeEJB("echo", > > >> > methodName,classes,arguments); > > >> > > > >> > > ^ > > >> > > > >> > 12 errors > > >> > > > >> > > > >> > > > >> > BUILD FAILED > > >> > > > >> > File...... c:\dev\incubator-geronimo\maven.xml > > >> > > > >> > Element... maven:reactor > > >> > > > >> > Line...... 181 > > >> > > > >> > Column.... 27 > > >> > > > >> > Unable to obtain goal [default] -- > > >> > c:\dev\incubator-geronimo\modules\axis\maven.xml:36:36: <ant:ant> > > >> > Compile failed; see the compiler error output for details. > > >> > > > >> > Total time: 6 minutes 12 seconds > > >> > > > >> > Finished at: Sat Aug 07 10:12:42 GMT-05:00 2004 > > >> > > > >> > > > >> > > > >> > > > >> > > > > > > > > > > > > ------------------------------------ > > Lanka Sofware Foundation > > ------------------------------------ > > > > > -- > Davanum Srinivas - http://webservices.apache.org/~dims/
