Re: New PDF plugin SNAPSHOT

2005-08-20 Thread Wendy Smoak
From: "Arnaud HERITIER" <[EMAIL PROTECTED]> I published a new snapshot which fixe incompatibilities with maven 1.0 and some jdk. ... Let us know what you think about it. I'm still getting: [java] [ERROR] file:/e:/svn/struts/current/site/target/pdf/project.fo:198:168 The id "#" already exists

Re: New PDF plugin SNAPSHOT

2005-08-20 Thread Lukas Theussl
This new snapshot has a new bug I didn't fixed actually : SVG support is broken (again :-( ) As far as I can tell, SVG is working fine really, - just not with the .svg samples I included for the test cases :-P . For them, batik fails due to a bug that has apparently only been fixed in a l

Re: [M2] How to include resources in a jar?

2005-08-20 Thread Brett Porter
That's odd. We use this all the time, so they should be included. What are their paths? Maybe they are in the default excludes? (Though I would think this would exclude them from the classes directory and the jar) - Brett On 8/21/05, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > How can I includ

Re: [M1 b1] NPE with maven-java-plugin 1.5 - LAST TIME - HAVE PARTIALLY SORTED IT OUT

2005-08-20 Thread Brett Porter
Thanks for your reseearch into this Andy. I will take a look at commons sandbox. - Brett On 8/21/05, Andy Glick <[EMAIL PROTECTED]> wrote: > I've been reporting the odd behavior I've noticed when using the > maven-java-plugin-1.5 in certain circumstances. The symptoms are that the > java plugin i

Re: [M2] system property dictionary ??

2005-08-20 Thread Brett Porter
This isn't everything, but its probably everything you'll want to use. It is structured according to the XML, as you noticed above, so there isn't anything else you need to know there. - Brett On 8/21/05, John Franey <[EMAIL PROTECTED]> wrote: > I will look into the maven-model source code. Of

Re: Problem with the Hi...somebody here know if there is a problem with the maven cactus plugin at the apache maven page?

2005-08-20 Thread Brett Porter
http://maven.apache.org/reference/3rdparty.html links to http://jakarta.apache.org/cactus/integration/maven/ which works for me. Where do you get the 404? - Brett On 8/21/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote: > Hi, > > Somebody here knows if there is a problem with the maven cactus p

Problem with the Hi...somebody here know if there is a problem with the maven cactus plugin at the apache maven page?

2005-08-20 Thread Marcelo Alcantara
Hi, Somebody here knows if there is a problem with the maven cactus plugin at the apache maven page? It is no opening (404). Thanks. Maralc -- Marcelo Alcantara Senior Developer/Architect [EMAIL PROTECTED] +55 11 81968823 -

Re: Maven/Spring Testing

2005-08-20 Thread Marcelo Alcantara
Hi Jason, I know...I have gotten very nice answers here in this list and people really seem to be cool. Just saw the Carlos oness that I didn´t know and it is very nice work too. We have a bit of stress today, but talked offline and everything went well in the end. :) A lot of misunderstanding f

Re: Maven/Spring Testing

2005-08-20 Thread Jason van Zyl
On Sat, 2005-08-20 at 14:40 -0300, Marcelo Alcantara wrote: > Sorry Craig, > > But I am working on a very big billing project. > > And if you really work with software development, you know what > happens with us in such situations. Just have to patient. Lots of times questions get answered over

Re: [M2] system property dictionary ??

2005-08-20 Thread John Franey
I will look into the maven-model source code. Of course I have no idea what to look for. Thanks, John Edwin Punzalan wrote: With regards to a list, I believe there isn't one available yet. With regards to the default values in pom.xml, you may want to take a look at the maven-model sour

Re: [M2] system property dictionary ??

2005-08-20 Thread John Franey
Edwin, Thanks. This is mostly what I know, too, that these are the three sources from where properties are set. I didn't know though that there is a pattern to the names of the property in relation to its path in the pom xml file. For example, you point out that project.build.outputdirect

RE: Maven/Spring Testing

2005-08-20 Thread Vincent Massol
> -Original Message- > From: Marcelo Alcantara [mailto:[EMAIL PROTECTED] > Sent: samedi 20 août 2005 19:40 > To: Maven Users List > Subject: Re: Maven/Spring Testing > > Sorry Craig, > > But I am working on a very big billing project. So? Why should we care? If you want timely support

RE: [m2] no dependencies in webapp build (bug?)

2005-08-20 Thread Mike Perham
I believe this was fixed in SVN after alpha3. You might try a recent nightly or querying JIRA to confirm. -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 8:21 PM To: Maven Users List Subject: Re: [m2] no dependencies in webapp build (bug?)

Re: Maven/Spring Testing

2005-08-20 Thread Marcelo Alcantara
Sorry Craig, But I am working on a very big billing project. And if you really work with software development, you know what happens with us in such situations. I help people anytime anywhere...I have the "community feelling". And let for my contractor pay my salary/my money. Your message was r

Re: genapp for struts

2005-08-20 Thread Marcelo Alcantara
Hey Andy, Thank you very much for the explanation. I will test it and let you know. Cheers Marcelo On 8/20/05, Andy Glick <[EMAIL PROTECTED]> wrote: > At 09:09 AM 8/20/2005, you wrote: > >Nobody knows?? > > ... snip ... > > > > How do I create new genapp templates?? > > > To create new gen

Re: [M1 b1] NPE with maven-java-plugin 1.5 - LAST TIME - HAVE PARTIALLY SORTED IT OUT

2005-08-20 Thread Andy Glick
I've been reporting the odd behavior I've noticed when using the maven-java-plugin-1.5 in certain circumstances. The symptoms are that the java plugin is failing when executing java:jar-resources goal on a set of POMs from the same source repository, jakarta-commons-sandbox, iff there is no res

Re: Maven/Spring Testing

2005-08-20 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 20, 2005, at 08:10, Marcelo Alcantara wrote: Where are you guys?? On 8/19/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote: ... Being as it's been less than 24 hours since your last question, and it's a weekend, I would guess that they ha

[M2] How to include resources in a jar?

2005-08-20 Thread Carsten Ziegeler
How can I include resources in the resulting jar file? I defined a resource section for the resources and they are copied into the target/classes directory. But they are missing in the resulting jar. (I also tried latest m2 from svn). Thanks Carsten -- Carsten Ziegeler - Open Source Group, S&N AG

Re: genapp for struts

2005-08-20 Thread Andy Glick
At 09:09 AM 8/20/2005, you wrote: Nobody knows?? ... snip ... > How do I create new genapp templates?? To create new genapp templates, I have 1) downloaded the genapp plugin source from the Maven1 source code repository - http:/svn.apache.org/repos/asf/maven/maven-1 2) downloaded the s

Re: Maven/Spring Testing

2005-08-20 Thread Marcelo Alcantara
Where are you guys?? On 8/19/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote: > Hi Carlos/Thomas, > > Thank you for the reply. > > I checked the oness and saw the loading of the applicationContexes. > And could notice that by default the server loads the test > applicationContexts before the mai

Re: genapp for struts

2005-08-20 Thread Marcelo Alcantara
Nobody knows?? On 8/17/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote: > Hi, > > I saw this topic and thought that maybe you could answer a doubt that I have. > > How do I create new genapp templates?? > > Thanks, Marcelo > > On 8/17/05, Akins, Greg <[EMAIL PROTECTED]> wrote: > > They make up

Resouces/Classes with the same name between main and test.

2005-08-20 Thread Marcelo Alcantara
Hi, How do I know between test/main resources, which one gets loaded first? My practives here show that if I have two spring appContext with the same name, one in the test and one in the main...the test one have priority over the main one when we load it by name from the classpath. Somebody here

Re: [M2] How does filtering resources work?

2005-08-20 Thread Carsten Ziegeler
Hi Brett, Brett Porter wrote: > There was some hesitation to adding filtering in the first place - we > added it as a parameter on the resources plugin because it was > uncertain it would be retained in the POM. It now looks like it will, > but we're wary of how it is used. > > It is important fo

Re: [M2] How does filtering resources work?

2005-08-20 Thread Carsten Ziegeler
Andrius Karpavicius schrieb: > Hi, > > I am almost an expert here, after trying to get filtering work for two > days :) > :) > > It seems like you can replace trwo things : > > 1. From a properties file in a format ${token} or @token@ > 2. From a POM.xml file ${project.version} > Ah, great