The scanning for maven.xml is made from the startup directory, that can
explain why 
you don't get any maven.xml items in the tree.. 

Thanks for the fix by the way, I will fix this in next release and also add
a property to 
configure where the scanning will start. 
Can someone give me a suggestion how to use the reactor perhaps for this ? 


Mvh 

Mattias Olofsson

Software Developer, M. Sc. Physics 
-----Original Message-----
From: Peter van de Hoef [mailto:[EMAIL PROTECTED] 
Sent: den 6 april 2005 20:39
To: Maven Users List
Subject: Re: maven-ui plugin 0.6 release!

Did not get the tree-view either :-(
The rest is working fine, thanks.

Peter van de Hoef wrote:

> Cool. This is a nice tool for Maven plugin development and testing.
> Minor problem: to get it working on Linux, I had to change line 65 of
> 'plugin.jelly':
>
> from: File runner_base = new File(basedir, "\\components\\runner");
> into: File runner_base = new File(basedir, "/components/runner");
>
> Otherwise you would get:
>
> $ maven maven-ui -X
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
>
>    [.. a lot of output ...]
>
> Root cause
> java.io.FileNotFoundException: 
> /home/pvdhoef/.maven/cache/maven-ui-plugin-0.6/plugin-resources/\compo
> nents\runner/runner.bsh
> (No such file or directory)
>        at java.io.FileInputStream.open(Native Method)
>        at java.io.FileInputStream.<init>(FileInputStream.java:106)
>        at java.io.FileReader.<init>(FileReader.java:55)
>        at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>        at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructo
> rAccessorImpl.java:39)
>
>        at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCo
> nstructorAccessorImpl.java:27)
>
>        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>        at bsh.Reflect.constructObject(Unknown Source)
>        at bsh.BSHAllocationExpression.constructObject(Unknown Source)
>
>    [.. etc ...]
>
> Greetings,
> Peter van de Hoef
>
> mattias_xdin wrote:
>
>> Mattias Olofsson is pleased to announce the maven-ui plugin 0.6 release!
>>
>> http://olofsson.homeip.net/maven-ui-plugin-site/
>>
>> The maven-ui enables you to invoke goals in an GUI environment 
>> instead of at the command line.
>> See here for sample sceenshots:
>>
>> http://olofsson.homeip.net/maven-ui-plugin-site/
>>
>> Features in this version includes:
>>
>> - Scanning for maven.xml files from the startup directory. Presented 
>> in a tree structure.
>> - History list for attained goals.
>> - Tabbed pane for output log for eache invoked goal.
>>
>> The plugin has been tested with Maven 1.0.2 on windows plattform. It 
>> can be installed through Maven:
>>
>>
>> maven -DartifactId=maven-ui-plugin -DgroupId=xdin -Dversion=0.6 
>> plugin:download
>>
>>
>> /Mattias Olofsson
>>
>>
>>
>>
>>  
>>
>
> ---------------------------------------------------------------------
> 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]



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

Reply via email to