Re: Building cxf

2008-02-28 Thread Glen Mazza
,52] cannot find symbol >> symbol : class Artifact >> location: class org.apache.cxf.maven_plugin.WSDL2JavaMojo >> >> >> Any idea on what I might be doing wrong ? >> I am running on a MacOS 10.4 machine > > > > -- > J. Daniel Kulp > Principal Engineer, IONA > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > -- View this message in context: http://www.nabble.com/Building-cxf-tp15730400p15741758.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Building cxf

2008-02-28 Thread Daniel Kulp
No idea. Couple suggestions: 1) What version of maven are you using? You may need 2.0.7. Not really sure. 2) Can you run with "-X" flag and look at the "Classpath" that is printed just before the javac command? It should have: /home/dkulp/.m2/repository/org/apache/maven/maven-artifact-m

Building cxf

2008-02-27 Thread tog
I just downloaded the 2.04 sources. Trying to compile I get this error: [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure /Users/alleon/Do

Re: Building CXF source

2007-08-31 Thread Daniel Kulp
Richard, On Friday 31 August 2007, Shaw, Richard A wrote: > I've just started looking at FTP transport again from CXF and I can't > build the latest source it can't find PolicyConstants. > > Should it be in the following directory ? > > https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/p

Building CXF source

2007-08-31 Thread Shaw, Richard A
I've just started looking at FTP transport again from CXF and I can't build the latest source it can't find PolicyConstants. Should it be in the following directory ? https://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy or has it moved ?

Re: building cxf

2007-07-27 Thread Daniel Kulp
OK. Fix is committed. Thanks! Dan On Friday 27 July 2007 12:06, Daniel Kulp wrote: > Ah. > > That's my fault.I'm creating javadoc for the bundle jar from the > source jars.If the source jars aren't there, that barfs. I > should put that into the deploy profile or something so the sou

Re: building cxf

2007-07-27 Thread Daniel Kulp
Ah. That's my fault.I'm creating javadoc for the bundle jar from the source jars.If the source jars aren't there, that barfs. I should put that into the deploy profile or something so the source jars would be found. I'll get that fixed. Thanks! Dan On Friday 27 July 2007 11:52,

building cxf

2007-07-27 Thread Mansour Raad
svn up the latest and building using mvn -Dmaven.test.skip=true install -Peverything to build it. I'm getting the following (this just started with today's update ) Any clues what to do ? [INFO] [dependency:unpack-dependencies {execution: unpack-sources}] [INFO] --