[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2006-03-07 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_60333 
] 

stephane bouchet commented on MPCHANGELOG-75:
-

I am using cvs version 1.12.9, but i cannot upgrade ( using a forge like 
sourceforge ) , i will ask to do it..

So i updated the dependencies as Emmanuel provide, and it is working ! 


thanks

> Date pasing errors in plugins using CVS
> ---
>
>  Key: MPCHANGELOG-75
>  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
>  Project: maven-changelog-plugin
> Type: Bug

>  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
> Reporter: Peter Tillemans

>
>
> Apparently the date format change applied to CVS a while back continues to 
> wreak havoc. 
> I found the following mail very instructive (and fixed my issues):
> > The problems with cvs date handling reported in 
> > http://jira.codehaus.org/browse/MAVEN-1447
> > have been fixed in netbeans version 4.1 
> > http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15&r2=1.16
> >
> > The current maven-1.1.-beta-2 is still shipping with a jar 
> > called cvslib-3.6.jar
> > If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
> > netbeans 4.1 installation to 
> > ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
> > then the problem goes away. 
> > 
> > Hope this helps
> > Tim Pizey
> It does help. I have been looking in JIRA, but I found all tickets related to 
> this issue as being closed, So I log this ticket as a reminder to maybe 
> update the dependencies to use the newer library.
> I apologize beforehand if this already has been done.
> Just for good measure, here is a typical stack dump :
> java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
> at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
> at 
> org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
> at 
> org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
> at 
> org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
> at 
> org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
> at 
> org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
> at 
> org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
> at 
> org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
> at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
> at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
> at 
> org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
> at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
> at 
> org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
> at 
> org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
> at 
> org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
> at 
> org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
> at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
> org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
> at 
> org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> at 
> org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock

[jira] Commented: (MPCHANGELOG-75) Date pasing errors in plugins using CVS

2006-03-07 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGELOG-75?page=comments#action_60324 
] 

stephane bouchet commented on MPCHANGELOG-75:
-

Hi, 

Using maven 1.1-beta2 and last changelog plugin ( 1.9 ) i am still getting this 
issue. 

After looking at the plugin matrix on docs.codehaus, version 1.9 will be 
release in the next release of maven 

Could it be possible to fix this in 1.9.1 and relese it with maven 1.1-b3 ??? 

Best regards

> Date pasing errors in plugins using CVS
> ---
>
>  Key: MPCHANGELOG-75
>  URL: http://jira.codehaus.org/browse/MPCHANGELOG-75
>  Project: maven-changelog-plugin
> Type: Bug

>  Environment: Debian Sarge, Ubuntu Hoary, CVS 1.12.9 on the server
> Reporter: Peter Tillemans

>
>
> Apparently the date format change applied to CVS a while back continues to 
> wreak havoc. 
> I found the following mail very instructive (and fixed my issues):
> > The problems with cvs date handling reported in 
> > http://jira.codehaus.org/browse/MAVEN-1447
> > have been fixed in netbeans version 4.1 
> > http://www.netbeans.org/source/browse/javacvs/libsrc/org/netbeans/lib/cvsclient/command/log/LogInformation.java?r1=1.15&r2=1.16
> >
> > The current maven-1.1.-beta-2 is still shipping with a jar 
> > called cvslib-3.6.jar
> > If one copies the ide5/modules/org-netbeans-lib-cvsclient.jar from a 
> > netbeans 4.1 installation to 
> > ~/.maven/repository/netbeans/jars/cvslib-3.6.jar 
> > then the problem goes away. 
> > 
> > Hope this helps
> > Tim Pizey
> It does help. I have been looking in JIRA, but I found all tickets related to 
> this issue as being closed, So I log this ticket as a reminder to maybe 
> update the dependencies to use the newer library.
> I apologize beforehand if this already has been done.
> Just for good measure, here is a typical stack dump :
> java.lang.Exception: Couldn't parse date 2005-09-19 09:07:43 +
> at org.netbeans.lib.cvsclient.util.BugLog.bug(BugLog.java:58)
> at 
> org.netbeans.lib.cvsclient.command.log.LogInformation$Revision.setDateString(LogInformation.java:382)
> at 
> org.netbeans.lib.cvsclient.command.log.LogBuilder.processRevisionDate(LogBuilder.java:273)
> at 
> org.netbeans.lib.cvsclient.command.log.LogBuilder.parseLine(LogBuilder.java:134)
> at 
> org.netbeans.lib.cvsclient.command.BuildableCommand.messageSent(BuildableCommand.java:86)
> at 
> org.netbeans.lib.cvsclient.event.MessageEvent.fireEvent(MessageEvent.java:96)
> at 
> org.netbeans.lib.cvsclient.event.EventManager.fireCVSEvent(EventManager.java:107)
> at 
> org.netbeans.lib.cvsclient.response.MessageTaggedResponse.process(MessageTaggedResponse.java:39)
> at org.netbeans.lib.cvsclient.Client.handleResponse(Client.java:485)
> at org.netbeans.lib.cvsclient.Client.processRequests(Client.java:439)
> at 
> org.netbeans.lib.cvsclient.command.log.LogCommand.execute(LogCommand.java:132)
> at org.netbeans.lib.cvsclient.Client.executeCommand(Client.java:533)
> at 
> org.apache.maven.cvslib.CvsConnection.executeCommand(CvsConnection.java:90)
> at 
> org.apache.maven.cvslib.CvsConnection.processCommand(CvsConnection.java:421)
> at 
> org.apache.maven.cvslib.CvsChangeLogGenerator.getEntries(CvsChangeLogGenerator.java:100)
> at 
> org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:239)
> at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at 
> org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
> at 
> org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
> at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
> at 
> org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
> at org.ap

[jira] Commented: (MPASPECTJ-17) Update to aspectj 1.2.1

2006-02-27 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPASPECTJ-17?page=comments#action_59540 ] 

stephane bouchet commented on MPASPECTJ-17:
---

Hi,

I am using 3.3-SNAPSHOT version and i am not having this warning anymore.

Maybe this is due to the 1.5.0 version of AspectJ ? 
I think you can Close this issue.



> Update to aspectj 1.2.1
> ---
>
>  Key: MPASPECTJ-17
>  URL: http://jira.codehaus.org/browse/MPASPECTJ-17
>  Project: maven-aspectj-plugin
> Type: Bug

> Versions: 3.2
> Reporter: stephane bouchet
> Assignee: Carlos Sanchez
> Priority: Minor
>  Fix For: 4.0

>
>
> When using aspectj plugin with the last aspectjrt jar, there is a warning  
> saying the expected version is 1.2. 
> I am using the jar overriding mechanism, and my aspectjrt.jar version is 
> 1.2.1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MPJDEPEND-7) Cannot generate report without component property set

2006-02-13 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPJDEPEND-7?page=comments#action_58494 ] 

stephane bouchet commented on MPJDEPEND-7:
--

Well, i have downloaded the snapshot and it worked ! 

thanks for the patch.

Stéphane 

> Cannot generate report without component property set
> -
>
>  Key: MPJDEPEND-7
>  URL: http://jira.codehaus.org/browse/MPJDEPEND-7
>  Project: maven-jdepend-plugin
> Type: Bug

> Versions: 1.6
>  Environment: Windows, Maven 1.1b2, jdk 1.5.0_6
> Reporter: stephane bouchet
>  Fix For: 1.6.1

>
>
> Hi, when using jdepend the first time ( without any properties set), i cannot 
> generate report. see the trace below : 
> [java] [VERBOSE] Executing 'C:\jdk1.5.0_06\jre\bin\java.exe' with arguments:
> '-classpath'
> 'C:\Maven\lib\ant-1.6.5.jar;C:\Maven\lib\ant-junit-1.6.5.jar;C:\Maven\lib\ant-launcher-1.6.5.jar;C:\Maven\lib\ant-trax-1.6.5.jar;C:\Maven\lib\commons-beanutils-1.6.1.jar;C:\Maven\lib\commons-cli-1.0-beta-2.jar;C:\Maven\lib\commons-collections-3.0.jar;C:\Maven\lib\commons-httpclient-2.0.2.jar;C:\Maven\lib\commons-io-1.0.jar;C:\Maven\lib\commons-jelly-1.0.jar;C:\Maven\lib\commons-jelly-tags-ant-1.1.jar;C:\Maven\lib\commons-jelly-tags-define-1.0.jar;C:\Maven\lib\commons-jelly-tags-util-1.1.1.jar;C:\Maven\lib\commons-jelly-tags-xml-1.1.jar;C:\Maven\lib\commons-jexl-1.0.jar;C:\Maven\lib\commons-lang-2.0.jar;C:\Maven\lib\commons-logging-1.0.3.jar;C:\Maven\lib\dom4j-1.4.jar;C:\Maven\lib\endorsed\xercesImpl-2.7.1.jar;C:\Maven\lib\forehead-1.0-beta-5.jar;C:\Maven\lib\log4j-1.2.8.jar;C:\Maven\lib\maven-model-3.0.1.jar;C:\Maven\lib\maven.jar;C:\Maven\lib\plexus-utils-1.0-alpha-2.jar;C:\Maven\lib\wagon-file-1.0-alpha-3.jar;C:\Maven\lib\wagon-http-1.0-alpha-3.jar;C:\Maven\lib\wagon-provider-api-1.0-alpha-3.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\commons-logging\jars\commons-logging-1.0.4.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\commons-io\jars\commons-io-1.1.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\jpox\jars\jpox-1.1.0-beta-4.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\jpox\jars\jpox-enhancer-1.1.0-beta-4.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\log4j\jars\log4j-1.2.8.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\jdo\jars\jdo-kodo-2.0.jar;C:\Documents 
> and Settings\sbouchet\.maven\repository\bcel\jars\bcel-5.1.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\junit\jars\junit-3.8.1.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\hsqldb\jars\hsqldb-1.8.0.1.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\saxon\jars\saxon-8.6.1.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\saxon\jars\saxon-dom-8.6.1.jar;C:\Documents
>  and Settings\sbouchet\.maven\repository\ant\jars\ant-1.6.5.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\ant\jars\ant-launcher-1.6.5.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\ant\jars\ant-trax-1.6.5.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\fop\jars\fop-0.91beta.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\avalon-framework\jars\avalon-framework-20020627.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\lucene\jars\lucene-1.4.3.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\aspectj\jars\aspectjrt-1.5.0.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\kodo\jars\kodo-jdo-4.0.0-EA3.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\jta\jars\jta-spec-1.0.1.jar;C:\Documents 
> and Settings\sbouchet\.maven\repository\jca\jars\jca-1.0.jar;C:\Documents and 
> Settings\sbouchet\.maven\repository\batik\jars\batik-all-1.6.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\OpenOffice.org\jars\ridl.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\OpenOffice.org\jars\unoil.jar;C:\Documents
>  and 
> Settings\sbouchet\.maven\repository\OpenOffice.org\jars\jurt.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\OpenOffice.org\jars\juh.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\OpenOffice.org\jars\sandbox.jar;C:\Documents
>  and Settings\sbouchet\.maven\repository\jdom\jars\jdom-1.0.jar;C:\Documents 
> and 
> Settings\sbouchet\.maven\repository\jdepend\jars\jdepend-2.9.1.jar;C:\eclipse\workspace\castore-core\target\classes'
> 'jdepend.xmlui.JDepend'
> '-components'
> ''
> '-file'
> 'C:\eclipse\workspace\castore-core/target/jdepend-raw-report.xml'
> 'C:\eclipse\workspace\castore-core/target/classes'
> The ' characters around the executable and arguments are
> not part of the command.
> [java] [DEBUG] fileset: Setup scanner in dir C:\Maven\lib with 
> patternSet{ includes: [] excludes: [] }
> [java] [DEBUG] fileset: Setup scanner in dir C:\Maven\lib with 
> patternSet{ includes: [] excludes: [] }
>  

[jira] Commented: (MPJDEPEND-7) Cannot generate report without component property set

2006-02-10 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPJDEPEND-7?page=comments#action_58326 ] 

stephane bouchet commented on MPJDEPEND-7:
--

the error i am getting is : 
[java]
[java] Directory does not exist: 
C:\eclipse\workspace\castore-core/target/jdepend-raw-report.xml
[java]
[java] usage:
[java]
[java] JDepend [-components ] [-file ]  [directory2 [directory 3] 
...]

and the debug statement is : 
[java] [DEBUG] Execute:Java13CommandLauncher: Executing 
'C:\jdk1.5.0_06\jre\bin\java.exe' with arguments:
'-classpath'
'C:\Maven\lib\ant-1.6.5.jar;C:\Maven\lib\ant-junit-1.6.5.jar;C:\Maven\lib\ant-launcher-1.6.5.jar;C:\Maven\lib\ant-trax-1.6.5.jar;C:\Maven\lib\commons-beanutils-1.6.1.jar;C:\Maven\lib\commons-cli-1.0-beta-2.jar;C:\Maven\lib\commons-collections-3.0.jar;C:\Maven\lib\commons-httpclient-2.0.2.jar;C:\Maven\lib\commons-io-1.0.jar;C:\Maven\lib\commons-jelly-1.0.jar;C:\Maven\lib\commons-jelly-tags-ant-1.1.jar;C:\Maven\lib\commons-jelly-tags-define-1.0.jar;C:\Maven\lib\commons-jelly-tags-util-1.1.1.jar;C:\Maven\lib\commons-jelly-tags-xml-1.1.jar;C:\Maven\lib\commons-jexl-1.0.jar;C:\Maven\lib\commons-lang-2.0.jar;C:\Maven\lib\commons-logging-1.0.3.jar;C:\Maven\lib\dom4j-1.4.jar;C:\Maven\lib\endorsed\xercesImpl-2.7.1.jar;C:\Maven\lib\forehead-1.0-beta-5.jar;C:\Maven\lib\log4j-1.2.8.jar;C:\Maven\lib\maven-model-3.0.1.jar;C:\Maven\lib\maven.jar;C:\Maven\lib\plexus-utils-1.0-alpha-2.jar;C:\Maven\lib\wagon-file-1.0-alpha-3.jar;C:\Maven\lib\wagon-http-1.0-alpha-3.jar;C:\Maven\lib\wagon-provider-api-1.0-alpha-3.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\commons-logging\jars\commons-logging-1.0.4.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\commons-io\jars\commons-io-1.1.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\jpox\jars\jpox-1.1.0-beta-4.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\jpox\jars\jpox-enhancer-1.1.0-beta-4.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\log4j\jars\log4j-1.2.8.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\jdo\jars\jdo-kodo-2.0.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\bcel\jars\bcel-5.1.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\junit\jars\junit-3.8.1.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\hsqldb\jars\hsqldb-1.8.0.1.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\saxon\jars\saxon-8.6.1.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\saxon\jars\saxon-dom-8.6.1.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\ant\jars\ant-1.6.5.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\ant\jars\ant-launcher-1.6.5.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\ant\jars\ant-trax-1.6.5.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\fop\jars\fop-0.91beta.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\avalon-framework\jars\avalon-framework-20020627.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\lucene\jars\lucene-1.4.3.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\aspectj\jars\aspectjrt-1.5.0.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\kodo\jars\kodo-jdo-4.0.0-EA3.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\jta\jars\jta-spec-1.0.1.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\jca\jars\jca-1.0.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\batik\jars\batik-all-1.6.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\ridl.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\unoil.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\jurt.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\juh.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\sandbox.jar;C:\Documents
 and Settings\sbouchet\.maven\repository\jdom\jars\jdom-1.0.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\jdepend\jars\jdepend-2.9.1.jar;C:\eclipse\workspace\castore-core\target\classes'
'jdepend.xmlui.JDepend'
'-components'
''
'-file'
'C:\eclipse\workspace\castore-core/target/jdepend-raw-report.xml'
'C:\eclipse\workspace\castore-core/target/classes'

so you can see that there is no args for the -components options for jdepend.

unfortunately, i don't hace the package element defined in my project.xml, so 
that is why i am gettng this bug :) 

What is the differences between ${pom.package} and ${maven.build.dest} values 
for jdepend ? 

> Cannot generate report without component property set
> -
>
>  Key: MPJDEPEND-7
>  URL: http://jira.codehaus.org/browse/MPJDEPEND-7
>  Project: maven-jdepend-plugin
> Type: Bug

> Versions: 1.6
>  Environment: Windows, Maven 1.1b2, jdk 1.5.0_6
> Reporter: stephane bouchet

>
>
> Hi, when using jdepend the first time ( without any properties set), i cannot 
> generat

[jira] Created: (MPJDEPEND-7) Cannot generate report without component property set

2006-02-09 Thread stephane bouchet (JIRA)
Cannot generate report without component property set
-

 Key: MPJDEPEND-7
 URL: http://jira.codehaus.org/browse/MPJDEPEND-7
 Project: maven-jdepend-plugin
Type: Bug

Versions: 1.6
 Environment: Windows, Maven 1.1b2, jdk 1.5.0_6
Reporter: stephane bouchet


Hi, when using jdepend the first time ( without any properties set), i cannot 
generate report. see the trace below : 

[java] [VERBOSE] Executing 'C:\jdk1.5.0_06\jre\bin\java.exe' with arguments:
'-classpath'
'C:\Maven\lib\ant-1.6.5.jar;C:\Maven\lib\ant-junit-1.6.5.jar;C:\Maven\lib\ant-launcher-1.6.5.jar;C:\Maven\lib\ant-trax-1.6.5.jar;C:\Maven\lib\commons-beanutils-1.6.1.jar;C:\Maven\lib\commons-cli-1.0-beta-2.jar;C:\Maven\lib\commons-collections-3.0.jar;C:\Maven\lib\commons-httpclient-2.0.2.jar;C:\Maven\lib\commons-io-1.0.jar;C:\Maven\lib\commons-jelly-1.0.jar;C:\Maven\lib\commons-jelly-tags-ant-1.1.jar;C:\Maven\lib\commons-jelly-tags-define-1.0.jar;C:\Maven\lib\commons-jelly-tags-util-1.1.1.jar;C:\Maven\lib\commons-jelly-tags-xml-1.1.jar;C:\Maven\lib\commons-jexl-1.0.jar;C:\Maven\lib\commons-lang-2.0.jar;C:\Maven\lib\commons-logging-1.0.3.jar;C:\Maven\lib\dom4j-1.4.jar;C:\Maven\lib\endorsed\xercesImpl-2.7.1.jar;C:\Maven\lib\forehead-1.0-beta-5.jar;C:\Maven\lib\log4j-1.2.8.jar;C:\Maven\lib\maven-model-3.0.1.jar;C:\Maven\lib\maven.jar;C:\Maven\lib\plexus-utils-1.0-alpha-2.jar;C:\Maven\lib\wagon-file-1.0-alpha-3.jar;C:\Maven\lib\wagon-http-1.0-alpha-3.jar;C:\Maven\lib\wagon-provider-api-1.0-alpha-3.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\commons-logging\jars\commons-logging-1.0.4.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\commons-io\jars\commons-io-1.1.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\jpox\jars\jpox-1.1.0-beta-4.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\jpox\jars\jpox-enhancer-1.1.0-beta-4.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\log4j\jars\log4j-1.2.8.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\jdo\jars\jdo-kodo-2.0.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\bcel\jars\bcel-5.1.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\junit\jars\junit-3.8.1.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\hsqldb\jars\hsqldb-1.8.0.1.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\saxon\jars\saxon-8.6.1.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\saxon\jars\saxon-dom-8.6.1.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\ant\jars\ant-1.6.5.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\ant\jars\ant-launcher-1.6.5.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\ant\jars\ant-trax-1.6.5.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\fop\jars\fop-0.91beta.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\avalon-framework\jars\avalon-framework-20020627.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\lucene\jars\lucene-1.4.3.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\aspectj\jars\aspectjrt-1.5.0.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\kodo\jars\kodo-jdo-4.0.0-EA3.jar;C:\Documents
 and 
Settings\sbouchet\.maven\repository\jta\jars\jta-spec-1.0.1.jar;C:\Documents 
and Settings\sbouchet\.maven\repository\jca\jars\jca-1.0.jar;C:\Documents and 
Settings\sbouchet\.maven\repository\batik\jars\batik-all-1.6.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\ridl.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\unoil.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\jurt.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\juh.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\OpenOffice.org\jars\sandbox.jar;C:\Documents
 and Settings\sbouchet\.maven\repository\jdom\jars\jdom-1.0.jar;C:\Documents 
and 
Settings\sbouchet\.maven\repository\jdepend\jars\jdepend-2.9.1.jar;C:\eclipse\workspace\castore-core\target\classes'
'jdepend.xmlui.JDepend'
'-components'
''
'-file'
'C:\eclipse\workspace\castore-core/target/jdepend-raw-report.xml'
'C:\eclipse\workspace\castore-core/target/classes'

The ' characters around the executable and arguments are
not part of the command.
[java] [DEBUG] fileset: Setup scanner in dir C:\Maven\lib with patternSet{ 
includes: [] excludes: [] }
[java] [DEBUG] fileset: Setup scanner in dir C:\Maven\lib with patternSet{ 
includes: [] excludes: [] }
[java] [DEBUG] Execute:Java13CommandLauncher: Executing 
'C:\jdk1.5.0_06\jre\bin\java.exe' with arguments:
'-classpath'
'C:\Maven\lib\ant-1.6.5.jar;C:\Maven\lib\ant-junit-1.6.5.jar;C:\Maven\lib\ant-launcher-1.6.5.jar;C:\Maven\lib\ant-trax-1.6.5.jar;C:\Maven\lib\commons-beanutils-1.6.1.jar;C:\Maven\lib\commons-cli-1.0-beta-2.jar;C:\Maven\lib\commons-collections-3.0.jar;C:\Maven\lib\commons-httpclient-2.0.2.jar;C:\Maven\lib\commons-io-1.0

[jira] Commented: (MPASPECTJ-21) Support AspectJ 5

2005-12-19 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPASPECTJ-21?page=comments#action_53703 ] 

stephane bouchet commented on MPASPECTJ-21:
---

Well, I can ! 

I am currently using it every day. 



> Support AspectJ 5
> -
>
>  Key: MPASPECTJ-21
>  URL: http://jira.codehaus.org/browse/MPASPECTJ-21
>  Project: maven-aspectj-plugin
> Type: Improvement

> Reporter: Carlos Sanchez
>  Fix For: 4.0

>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MPASPECTJ-21) Support AspectJ 5

2005-12-16 Thread stephane bouchet (JIRA)
[ http://jira.codehaus.org/browse/MPASPECTJ-21?page=comments#action_53559 ] 

stephane bouchet commented on MPASPECTJ-21:
---

Hi, 

i would like to know if this plugin will be updated to Aspectj 5.0 Jars, in 
order to compile Java 5.0 Generics. 

For the moment, i have to manually modify the project.xml dependency's of the 
plugin from 1.2 to 1.5.0_M5 ... 




> Support AspectJ 5
> -
>
>  Key: MPASPECTJ-21
>  URL: http://jira.codehaus.org/browse/MPASPECTJ-21
>  Project: maven-aspectj-plugin
> Type: Improvement

> Reporter: Carlos Sanchez
>  Fix For: 4.0

>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MPSIMIAN-15) Tag warning when using simian 1.5

2005-08-04 Thread stephane bouchet (JIRA)
Tag warning when using simian 1.5
-

 Key: MPSIMIAN-15
 URL: http://jira.codehaus.org/browse/MPSIMIAN-15
 Project: maven-simian-plugin
Type: Bug
Versions: 1.5
 Environment: Windows 2000, Maven 1.0.2, jdk 1.5
 Reporter: stephane bouchet
Priority: Minor


When using simain with 'maven site', i got the Warning below : 

[echo] Generating the Simian Report...
Tag library requested that is not present: 'simian' in plugin: 
'maven-simian-plugin-1.5'
Tag library requested that is not present: 'simian' in plugin: 
'maven-simian-plugin-1.5'
maven-simian-plugin:report:
maven-simian-plugin:analyze:
[echo] Generating the Simian raw report ...
[echo] Converting the Simian report to xdoc ...



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MPASPECTJ-20) aspectj:compile bug when using jdk 1.5

2005-05-09 Thread stephane bouchet (JIRA)
aspectj:compile bug when using jdk 1.5
--

 Key: MPASPECTJ-20
 URL: http://jira.codehaus.org/browse/MPASPECTJ-20
 Project: maven-aspectj-plugin
Type: Improvement
Reporter: stephane bouchet


When using a jdk1.5 version and trying to weave classes, when using 
StringBuffer in source code, aspectj cannot compile the source code. 

The only solution is to download the last version of aspectj ( 1.5.0 ) from 
eclipse web site and change the jars in the .maven/repository/aspectj/jars 
folder. 

Now i have a warning saying that my version of aspectj is not 1.2 but 1.5 but i 
can compile without errors.

So is  it possible to update the aspectj jars to the 1.5.0 version ??


Stéphane 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MPASPECTJ-17) Update to aspectj 1.2.1

2005-04-14 Thread stephane bouchet (JIRA)
Update to aspectj 1.2.1
---

 Key: MPASPECTJ-17
 URL: http://jira.codehaus.org/browse/MPASPECTJ-17
 Project: maven-aspectj-plugin
Type: Bug
Versions: 3.2
Reporter: stephane bouchet
Priority: Minor


When using aspectj plugin with the last aspectjrt jar, there is a warning  
saying the expected version is 1.2. 
I am using the jar overriding mechanism, and my aspectjrt.jar version is 1.2.1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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