Errr... What does this have to do with Cactus? :-)

I guess you mistook this list for the Maven one...

-Vincent

> -----Original Message-----
> From: BRUNOT S�bastien [mailto:[EMAIL PROTECTED]
> Sent: 04 July 2003 13:25
> To: 'Jean-Fran�ois El Fouly'
> Cc: '[EMAIL PROTECTED]'
> Subject: RE : Javancss plugin
> 
> It didn't work "out of the box" in my environement...
> 
> Here is an extract form my project.xml :
> 
>   <!-- build information for the project -->
>   <build>
>     <nagEmailAddress>turbine-maven-
> [EMAIL PROTECTED]</nagEmailAddress>
>     <sourceDirectory>${basedir}/src/java</sourceDirectory>
> 
> Here is an extract from javancss plugin.jelly :
> 
>     <java classname="javancss.Main" fork="yes">
>       <classpath>
>         <fileset dir="${plugin.dir}/jars">
>           <include name="**/*.jar"/>
>         </fileset>
>       </classpath>
>       <pathelement path="${plugin.getDependencyPath('xerces')}"/>
> 
>       <arg value="-all"/>
>       <arg value="-recursive"/>
>       <arg value="-xml"/>
>       <arg value="-out"/>
>       <arg value="${maven.build.dir}\javancss-raw-report.xml"/>
>       <arg value="${basedir}/${pom.build.sourceDirectory}"/>
>     </java>
> 
> Hoppefully, when i modify the last arg (<arg
> value="${pom.build.sourceDirectory}"/> instead of <arg
> value="${basedir}/${pom.build.sourceDirectory}"/>), it works... Is the
> problem in plugin.jelly or in my project.xml.
> 
> In fact, javancss doesn't integrate well in maven beta9 cause it
didn't
> use
> the xdoc plugin to generate his html report... I'll try to fix this
(in
> fact, i hope i'll have time to try to fix this) so that i can have the
> javancss report in my site. But i'm new to maven : there is perhaps a
> simpler way to include an html file in the site (with a link to it in
the
> report menu) ?
> 
> Sebastien BRUNOT
> 
> -----Message d'origine-----
> De : Jean-Fran�ois El Fouly [mailto:[EMAIL PROTECTED]
> Envoy� : jeudi 3 juillet 2003 23:00
> � : BRUNOT S�bastien
> Objet : Re: Javancss plugin
> 
> 
> A 18:05 03/07/2003 +0200, vous avez �crit :
> >Hello,
> >
> >I tried the javancss 1.0 plugin with maven beta 9, and... Here's the
> >result
> >:
> >
> >javancss:
> >     [echo] Generating JavaNCSS report for site generation
> >javancss:do-xml:
> >     [java] java.lang.NullPointerException
> >     [java]      at java.io.File.<init>(File.java:175)
> >     [java]      at javancss.Javancss.<init>(Javancss.java:548)
> >     [java]      at javancss.Main.main(Main.java:33)
> >     [java] Exception in thread "main"
> >     [java] [ERROR] Java Result: 1
> >
> >Anyone got an idea ?
> >
> >Sebastien BRUNOT
> 
> Chez-moi-�a-marche (r�ponse n�1 du d�veloppeur)... Contrairement � ce
que
> pense Vincent Massol ce plugin fonctionne avec Maven
> b9. J'ai fait un certain nombre de modifications dedans pour nos
besoins
> mais je suis � peu pr�s certain qu'il fonctionnait "out-of-the-box".
> Peut-�tre que le probl�me est dans le POM ?
> Je veux bien donner un coup de main si vous me donnez plus
d'�l�ments...
> 
> Cordialement,
> 
> Jean-Fran�ois El Fouly
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to