Re: including source in jar

2003-11-09 Thread dion
Building a debug vs non-debug jar does sound like a good idea. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 10/11/2003 03:38:49 AM:

Re: Checkstyle Configuration

2003-11-09 Thread dion
Could you pretty please send it as an attachment. Email ruins line ends and wraps stuff unnecessarily -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Alain Javier Guarnieri del Gesu <[EMAIL P

Re: Checkstyle Configuration

2003-11-09 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-11-09 06:35]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 09/11/2003 > 02:30:23 PM: > > > * John Keyes <[EMAIL PROTECTED]> [2003-11-09 02:02]: > > > > > >>For example, I would like to use the sun coding standard as the > > > >>base

Re: Checkstyle Configuration

2003-11-09 Thread Alain Javier Guarnieri del Gesu
* John Keyes <[EMAIL PROTECTED]> [2003-11-09 04:22]: > >>Yes but I have to specify all of the rules again in that file. I > >>think it should be extensible. > > > >I don't see why. Its a configuration file. Create your own > >configuration. It is just as easy to copy the file and edit it. > > Of

Usage of lazyAttainGoal ?

2003-11-09 Thread Paul Libbrecht
Hi Maveners, I'm a bit lost with werkz:lazyAttainGoal which I would really like to use instead of attainGoal... First I had to declare the name of the tag-library instead of simply jelly:werkz, not really a problem. But then the following doesn't even seem to output me my echo:

Re: including source in jar

2003-11-09 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-11-09 06:50]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 09/11/2003 > 12:45:46 PM: > > > * Vikas Phonsa <[EMAIL PROTECTED]> [2003-11-07 21:19]: > > > Can I have the jar goal generate a jar that includes the source code > file > >

Re: NEWBEE Question

2003-11-09 Thread dion
"Rauf, Saleem" <[EMAIL PROTECTED]> wrote on 09/11/2003 07:10:27 PM: > Hi > > I am getting following error: > > C:\mavensporty2g>maven > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2-SNAPSHOT > Fatal Error [line 8

Re: Checkstyle Configuration

2003-11-09 Thread John Keyes
I'll broach the subject with the Checkstyle developers. I asked here first to see if anyone had any dealings in the matter. I wasn't suggesting Maven should solve the hierarchical configuration issue just wondering what people thought of the idea. I'll raise the thread on the Checkstyle list and

Re: Checkstyle Configuration

2003-11-09 Thread __matthewHawthorne
The way I see it, Maven doesn't want to get involved with configuring Checkstyle. It just calls Checkstyle for you with a user provided file, or a default. Adding some heirarchical configuration loader for Checkstyle sounds nice, but then Maven would have to consider doing the same for a lot

Newbee Question

2003-11-09 Thread Rauf, Saleem
Its not possible to specify multiple source directories in your project.xml. However you can add source paths to a project; this is done in any plugin that generates source, eg this snippet from the antlr plugin: You'd put this in your maven.xml. Can some please give me an exampl

Re: classpath

2003-11-09 Thread dion
-- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Scott Tavares <[EMAIL PROTECTED]> wrote on 09/11/2003 05:16:25 AM: > Could someone point me to an example of how to setup a classpath from > usin

Re: NEWBEE Question

2003-11-09 Thread Ben Walding
You need to declare the i: namespace in the same manner that the jelly:core and jelly:util tag libraries usage (via the namespace) is declared i.e. xmlns:u="jelly:interactive" or wherever the interactive tag lib comes from. Rauf, Saleem wrote: Hi I am getting following error: C:\mavensport

NEWBEE Question

2003-11-09 Thread Rauf, Saleem
Hi I am getting following error: C:\mavensporty2g>maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2-SNAPSHOT Fatal Error [line 8, row 67]: The prefix "i" for element "i:ask" is not bound. An XML error occurred parsi