RE: nested errors

2003-07-03 Thread David Liles
:[EMAIL PROTECTED] Sent: Wed 7/2/2003 5:46 PM To: Maven Users List Cc: Subject: Re: nested errors David Liles wrote: I am running maven to build my project and I am getting the following error

Re: nested errors

2003-07-03 Thread Luke Taylor
David Liles wrote: I'm not sure which version we have... below is how I'm referencing it: dependency idj2ee/id version1.0/version properties war.bundle.jartrue/war.bundle.jar /properties /dependency Where can I locate just the j2ee.jar file? If the file is in your repository, then you must

RE: nested errors

2003-07-02 Thread David Liles
I am running maven to build my project and I am getting the following error: [javac] D:\projects\pc_office_2004\src\com\wellogic\catalyst\knowledge\action\RetrievalAction.java:67:cannot resolve symbol [javac] symbol : method getParameterMap () [javac] location: interface

Re: nested errors

2003-07-02 Thread Luke Taylor
David Liles wrote: I am trying to convert a regular ant build to a maven project and am getting the following errors and am not sure what I should do or replace it with... in maven log file: 2003-07-02 15:25:44,645 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class

Re: nested errors

2003-07-02 Thread Luke Taylor
David Liles wrote: I am running maven to build my project and I am getting the following error: [javac] D:\projects\pc_office_2004\src\com\wellogic\catalyst\knowledge\action\RetrievalAction.java:67:cannot resolve symbol [javac] symbol : method getParameterMap () [javac] location:

Re: nested errors

2003-07-02 Thread dion
You can completely ignore these 'errors' - they are the Jelly Ant processor being overly ambitious trying to convert things to ant data types. The next release of maven will 'ignore' these errors and they will not appear in the log except in debug mode. David Liles [EMAIL PROTECTED] wrote on