1) I'm not sure...maybe someone else knows why
2) Not an error per se. If this is the only message, please run the build
with -debug as an Ant option and let us know what the output is
3) Looks like a missing property from default.properties. This is set in
maven's ${maven.home}/default.properties. I'd say you have a bad
install/bootstrap.

Try running ant with -debug and repost your results.

HTH,
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


                                                                                       
                              
                    "Ron Alsobrook"                                                    
                              
                    <ron@originproduc       To:     
<[EMAIL PROTECTED]>                          
                    tions.com>              cc:                                        
                              
                                            Subject:     Problems with new maven 
project                             
                    04/30/02 11:58 AM                                                  
                              
                    Please respond to                                                  
                              
                    turbine-maven-use                                                  
                              
                    r                                                                  
                              
                                                                                       
                              
                                                                                       
                              




Hi, I'm trying to start my first maven project and I'm running into some
errors, 3 to be exact.  I'm using the latest build of maven from cvs,
ant 1.4.1 and jdk 1.4.0.  When I do a "maven:compile", I have these
errors (full text of the output at the bottom):

1) [update-pom-check] Warning: Error occurred using JAXP to load a
SAXParser. Will use Aelfred instead

This doesn't kill anything, but it may be part of the problem?

2)  [dvsl]  [error] ResourceManager : unable to find resource
'VM_global_library.vm' in any resource loader.

I noticed this file exists in the velocity source directory from cvs,
but not in either of the two Velocity related jars in ${lib.repo}.  Do I
have the wrong version of those jars somehow?

3) /home/ron/maven/build-maven.xml:331: Error loading the toolbox :
java.io.FileNotFoundException:
/projects/newmaven/${docs.stylesheets}/toolbox.props (No such file or
directory)

Then this little baddie.

I'm pretty excited about using Maven, so thanks for any help.

Ron




========OUTPUT=========================================

[ron@ronlt newmaven]$ ant maven:compile
Buildfile: build.xml

maven:compile:

update-pom-check:
[update-pom-check] Warning: Error occurred using JAXP to load a
SAXParser. Will use Aelfred instead
fromVersion -> 1
  toVersion -> 2
     [echo]
      pomUpdateRequired = true


callUpdateDescriptor:

toVersion:

fromVersion:

updateDvslExists:

checkUpdateDescriptor:

update-descriptor:
     [echo]

+-----------------------------------------------------------------------
-------
    | N O T I C E

+-----------------------------------------------------------------------
-------
    |
    | Updating project descriptor from version 1 to version 2
    |

+-----------------------------------------------------------------------
-------

     [dvsl] Loading stylesheet
/home/ron/maven/update/v1-v2/update-descriptor.dvsl
     [dvsl]  [error] ResourceManager : unable to find resource
'VM_global_library.vm' in any resource loader.

BUILD FAILED

/home/ron/maven/build-maven.xml:331: Error loading the toolbox :
java.io.FileNotFoundException:
/projects/newmaven/${docs.stylesheets}/toolbox.props (No such file or
directory)

Total time: 6 seconds





Reply via email to