It worked! :). Thanks Scott.
----- Original Message ----- From: "Scott Eade" <[EMAIL PROTECTED]> To: "turbine-user" <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 7:21 PM Subject: Re: Error compiling latest Fulcrum with Maven Beta 7 > Daniel just figured it out. You need to execute maven twice to get a clean > build. > > BTW: java:jar is the default goal, so you just need to go: > > maven <-- will get errors > maven <-- should work > > Cheers, > > Scott > -- > Scott Eade > Backstage Technologies Pty. Ltd. > http://www.backstagetech.com.au > > > > From: Rodney Schneider <[EMAIL PROTECTED]> > > Organization: ACTF > > Reply-To: "Turbine Users List" <[EMAIL PROTECTED]> > > Date: Fri, 11 Oct 2002 11:14:59 +1000 > > To: "Turbine Users List" <[EMAIL PROTECTED]> > > Subject: Re: Error compiling latest Fulcrum with Maven Beta 7 > > > > > > Hi Derick, > > > > To build fulcrum from cvs, check out jakarta-turbine-fulcrum and > > jakarta-turbine-torque into the same top-level directory, install > > maven-1.0-beta-7, install jakarta-ant-1.5.1 and run "maven java:jar" from the > > jakarta-turbine-fulcrum directory. > > > > This works for me anyway. > > > > Hope that helps, > > > > -- Rodney > > > > > > On Wed, 9 Oct 2002 15:48, you wrote: > > > >> Hello I can't build the current Fulcrum because Maven produces this error. > >> Can I just skip the XmlRpc Test? > >> > >> Thanks, Derick > >> > >> Error Snippet: > >> -------------------------------------------- > >> [javac] [ERROR] > >> D:\source\jakarta-turbine-fulcrum\src\test\org\apache\fulcrum\xmlrpc\XmlRpc > >> T est. > >> java:162: cannot resolve symbol > >> [javac] [ERROR] symbol : variable TurbineServices > >> [javac] [ERROR] location: class org.apache.fulcrum.xmlrpc.XmlRpcTest > >> [javac] [ERROR] manager = TurbineServices.getInstance(); > >> [javac] [ERROR] ^ > >> [javac] [ERROR] 98 errors > >> > >> [ERROR] BUILD FAILED > >> [ERROR] File...... D:\maven\plugins\maven-test-plugin-1.1\plugin.jelly > >> [ERROR] Element... javac > >> [ERROR] Line...... 38 > >> [ERROR] Column.... 46 > >> [ERROR] Compile failed; see the compiler error output for details. > >> Total time: 1 minutes 50 seconds > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
