RE: Deploy to repository | Windows network file url

2007-02-14 Thread Brian-R . Jackson
Thanks that was helpful. 

-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 14, 2007 10:53 AM
To: Maven Users List
Subject: Re: Deploy to repository | Windows network file url

Deploy to shared directories with no spaces in their names?

Wayne

On 2/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Thanks Kevan,
>
> Actually I found out my previous tries had worked, but were creating a

> new directory with literally '%20' in the name instead of spaces (my 
> example isn't accurate and the spaces are in the name of a folder not 
> the shared drive).  I tried changing the url to have spaces instead of

> encoded spaces, but the result is still the same, '%20' in the folder 
> name.
>
> Anyone have ideas?
>
> Thanks,
> Brian
>
>
> -Original Message-
> From: Kevan Dunsmore [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 13, 2007 8:13 PM
> To: Maven Users List
> Subject: RE: Deploy to repository | Windows network file url
>
> Brian,
>
> This works for me:
>
> file:host/share/path
>
> Kevan.
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 13, 2007 1:10 PM
> To: users@maven.apache.org
> Subject: RE: Deploy to repository | Windows network file url
>
> Thanks Gaute,
> I tried the following combinations with no luck:
>
> file:///\\host/path
> file:/host/path
>
>
> As well as mapping \\host\path\to\my\Shared%20Drive to drive letter B:
> and using the following URL
>
> file:///B:/Maven/...
>
> None of which worked.  Any other ideas?
>
> -Original Message-
> From: Gaute Lote [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 13, 2007 3:31 PM
> To: Maven Users List
> Subject: Re: Deploy to repository | Windows network file url
>
> I've had the same problem. If you check your local disc you'll 
> probably have a catalog named 
> host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/na/tasn
> a/
> 1.0-SNAPSHOT/
>
>
> You need to add more slashes so that maven understand that the tagert 
> directory is on another machine.
> If I remeber correctly file:/host/path will do the trick...
>
> Gaute
>
> On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > So I'm trying to setup a repository on a Windows shared drive.  I 
> > configured my POM as:
> >
> > 
> > 
> > tasna
> >
> > file://host/path/to/my/Shared%20Drive/Maven/repository
> > 
> > 
> > 
> >
> > I run "mvn deploy" and get the following output:
> >
> > [INFO] Scanning for projects...
> > [INFO]
> > 
> > --
> > -- [INFO] Building Trade and Asset Services
> > [INFO]task-segment: [deploy]
> > [INFO]
> > 
> > --
> > --
> > [INFO] [site:attach-descriptor]
> > [INFO] [install:install]
> > [INFO] Installing C:\Projects\Commons\tasna\pom.xml to C:\Documents 
> > and 
> > Settings\jacksoba.UBSW\.m2\repository\com\ubs\eq\tas\na\tasna\1.0-SN
> > AP
> > SHOT\tasna-
> > 1.0-SNAPSHOT.pom
> >
> > [INFO] [deploy:deploy]
> > altDeploymentRepository = null
> > [INFO] Retrieving previous build number from tasna
> > Uploading: *
> > file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/ta
> > s/ na/tasna/1.0-SNAPSHOT/tasna-1.0-20070213.192326-10.pom
> > *
> >
> > 4/6K
> > 6/6K
> > 6K uploaded
> > [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
> > repository metadata for: 'snapshot 
> > com.ubs.eq.tas.na:tasna:1.0-SNAPSHOT'
> > [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
> > repository metadata for: 'artifact com.ubs.eq.tas.na:tasna'
> > [INFO]
> > 
> > --
> > --
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > 
> > --
> > --
> > [INFO] Total time: 3 seconds
> > [INFO] Finished at: Tue Feb 13 14:23:26 EST 2007 [INFO] Final
Memory:
> > 5M/10M [INFO]
> > 
> > --
> > --
> >
> > But when I check my repository, the POM hasn't been updated.  Any 
> > idea
>
> > what is going on?  I know the URL is right because I can hit * 
> > file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/ta
> > s/
> > na/tasna/1.0-SNAPSHOT/
> > * in the Windows Explorer without issue.
> >
> > Thanks,
> > Brian
> >
> >
> > Visit our website at http://www.ubs.com
> >
> > This message contains confidential information and is intended only 
> > for the individual named.  If you are not the named addressee you 
> > should not disseminate, distribute or copy this e-mail.  Please 
> > notify
>
> > the sender immediately by e-mail if you have received this e-mail by

> > mistake and delete this e-mail from your system.
> >
> > E-mail transmission cannot be guaranteed to be secure or error-free 
> > as
>
> > information could be i

RE: Deploy to repository | Windows network file url

2007-02-14 Thread Brian-R . Jackson
Thanks Kevan,
 
Actually I found out my previous tries had worked, but were creating a
new directory with literally '%20' in the name instead of spaces (my
example isn't accurate and the spaces are in the name of a folder not
the shared drive).  I tried changing the url to have spaces instead of
encoded spaces, but the result is still the same, '%20' in the folder
name.

Anyone have ideas?

Thanks,
Brian


-Original Message-
From: Kevan Dunsmore [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 13, 2007 8:13 PM
To: Maven Users List
Subject: RE: Deploy to repository | Windows network file url

Brian,

This works for me:

file:host/share/path

Kevan.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 13, 2007 1:10 PM
To: users@maven.apache.org
Subject: RE: Deploy to repository | Windows network file url

Thanks Gaute,
I tried the following combinations with no luck:

file:///\\host/path
file:/host/path


As well as mapping \\host\path\to\my\Shared%20Drive to drive letter B:
and using the following URL

file:///B:/Maven/...

None of which worked.  Any other ideas?

-Original Message-
From: Gaute Lote [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 13, 2007 3:31 PM
To: Maven Users List
Subject: Re: Deploy to repository | Windows network file url

I've had the same problem. If you check your local disc you'll probably
have a catalog named
host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/na/tasna/
1.0-SNAPSHOT/


You need to add more slashes so that maven understand that the tagert
directory is on another machine.
If I remeber correctly file:/host/path will do the trick...

Gaute

On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> So I'm trying to setup a repository on a Windows shared drive.  I 
> configured my POM as:
>
> 
> 
> tasna
> 
> file://host/path/to/my/Shared%20Drive/Maven/repository
> 
> 
> 
>
> I run "mvn deploy" and get the following output:
>
> [INFO] Scanning for projects...
> [INFO]
> --
> -- [INFO] Building Trade and Asset Services
> [INFO]task-segment: [deploy]
> [INFO]
> --
> --
> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing C:\Projects\Commons\tasna\pom.xml to C:\Documents 
> and 
> Settings\jacksoba.UBSW\.m2\repository\com\ubs\eq\tas\na\tasna\1.0-SNAP
> SHOT\tasna-
> 1.0-SNAPSHOT.pom
>
> [INFO] [deploy:deploy]
> altDeploymentRepository = null
> [INFO] Retrieving previous build number from tasna
> Uploading: *
> file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/
> na/tasna/1.0-SNAPSHOT/tasna-1.0-20070213.192326-10.pom
> *
>
> 4/6K
> 6/6K
> 6K uploaded
> [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
> repository metadata for: 'snapshot 
> com.ubs.eq.tas.na:tasna:1.0-SNAPSHOT'
> [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
> repository metadata for: 'artifact com.ubs.eq.tas.na:tasna'
> [INFO]
> --
> --
> [INFO] BUILD SUCCESSFUL
> [INFO]
> --
> --
> [INFO] Total time: 3 seconds
> [INFO] Finished at: Tue Feb 13 14:23:26 EST 2007 [INFO] Final Memory: 
> 5M/10M [INFO]
> --
> --
>
> But when I check my repository, the POM hasn't been updated.  Any idea

> what is going on?  I know the URL is right because I can hit * 
> file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/
> na/tasna/1.0-SNAPSHOT/
> * in the Windows Explorer without issue.
>
> Thanks,
> Brian
>
>
> Visit our website at http://www.ubs.com
>
> This message contains confidential information and is intended only 
> for the individual named.  If you are not the named addressee you 
> should not disseminate, distribute or copy this e-mail.  Please notify

> the sender immediately by e-mail if you have received this e-mail by 
> mistake and delete this e-mail from your system.
>
> E-mail transmission cannot be guaranteed to be secure or error-free as

> information could be intercepted, corrupted, lost, destroyed, arrive 
> late or incomplete, or contain viruses.  The sender therefore does not

> accept liability for any errors or omissions in the contents of this 
> message which arise as a result of e-mail transmission.  If 
> verification is required please request a hard-copy version.  This 
> message is provided for informational purposes and should not be 
> construed as a solicitation or offer to buy or sell any securities or 
> related financial instruments.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED

RE: Deploy to repository | Windows network file url

2007-02-13 Thread Brian-R . Jackson
Thanks Gaute,
I tried the following combinations with no luck:

file:///\\host/path
file:/host/path


As well as mapping \\host\path\to\my\Shared%20Drive to drive letter B:
and using the following URL

file:///B:/Maven/...

None of which worked.  Any other ideas?

-Original Message-
From: Gaute Lote [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 13, 2007 3:31 PM
To: Maven Users List
Subject: Re: Deploy to repository | Windows network file url

I've had the same problem. If you check your local disc you'll probably
have a catalog named
host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/na/tasna/
1.0-SNAPSHOT/


You need to add more slashes so that maven understand that the tagert
directory is on another machine.
If I remeber correctly file:/host/path will do the trick...

Gaute

On 2/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> So I'm trying to setup a repository on a Windows shared drive.  I 
> configured my POM as:
>
> 
> 
> tasna
> 
> file://host/path/to/my/Shared%20Drive/Maven/repository
> 
> 
> 
>
> I run "mvn deploy" and get the following output:
>
> [INFO] Scanning for projects...
> [INFO]
> --
> -- [INFO] Building Trade and Asset Services
> [INFO]task-segment: [deploy]
> [INFO]
> --
> --
> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing C:\Projects\Commons\tasna\pom.xml to C:\Documents 
> and
> Settings\jacksoba.UBSW\.m2\repository\com\ubs\eq\tas\na\tasna\1.0-SNAP
> SHOT\tasna-
> 1.0-SNAPSHOT.pom
>
> [INFO] [deploy:deploy]
> altDeploymentRepository = null
> [INFO] Retrieving previous build number from tasna
> Uploading: *
> file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/
> na/tasna/1.0-SNAPSHOT/tasna-1.0-20070213.192326-10.pom
> *
>
> 4/6K
> 6/6K
> 6K uploaded
> [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
> repository metadata for: 'snapshot 
> com.ubs.eq.tas.na:tasna:1.0-SNAPSHOT'
> [INFO] Retrieving previous metadata from tasna [INFO] Uploading 
> repository metadata for: 'artifact com.ubs.eq.tas.na:tasna'
> [INFO]
> --
> --
> [INFO] BUILD SUCCESSFUL
> [INFO]
> --
> --
> [INFO] Total time: 3 seconds
> [INFO] Finished at: Tue Feb 13 14:23:26 EST 2007 [INFO] Final Memory: 
> 5M/10M [INFO]
> --
> --
>
> But when I check my repository, the POM hasn't been updated.  Any idea

> what is going on?  I know the URL is right because I can hit * 
> file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/
> na/tasna/1.0-SNAPSHOT/
> * in the Windows Explorer without issue.
>
> Thanks,
> Brian
>
>
> Visit our website at http://www.ubs.com
>
> This message contains confidential information and is intended only 
> for the individual named.  If you are not the named addressee you 
> should not disseminate, distribute or copy this e-mail.  Please notify

> the sender immediately by e-mail if you have received this e-mail by 
> mistake and delete this e-mail from your system.
>
> E-mail transmission cannot be guaranteed to be secure or error-free as

> information could be intercepted, corrupted, lost, destroyed, arrive 
> late or incomplete, or contain viruses.  The sender therefore does not

> accept liability for any errors or omissions in the contents of this 
> message which arise as a result of e-mail transmission.  If 
> verification is required please request a hard-copy version.  This 
> message is provided for informational purposes and should not be 
> construed as a solicitation or offer to buy or sell any securities or 
> related financial instruments.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer

Deploy to repository | Windows network file url

2007-02-13 Thread Brian-R . Jackson
So I'm trying to setup a repository on a Windows shared drive.  I
configured my POM as:



tasna
 
file://host/path/to/my/Shared%20Drive/Maven/repository



I run "mvn deploy" and get the following output:

[INFO] Scanning for projects...
[INFO]


[INFO] Building Trade and Asset Services
[INFO]task-segment: [deploy]
[INFO]


[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing C:\Projects\Commons\tasna\pom.xml to C:\Documents and
Settings\jacksoba.UBSW\.m2\repository\com\ubs\eq\tas\na\tasna\1.0-SNAPSH
OT\tasna-1.0-SNAPSHOT.pom
[INFO] [deploy:deploy]
altDeploymentRepository = null
[INFO] Retrieving previous build number from tasna
Uploading:
file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/na
/tasna/1.0-SNAPSHOT/tasna-1.0-20070213.192326-10.pom
4/6K
6/6K
6K uploaded
[INFO] Retrieving previous metadata from tasna
[INFO] Uploading repository metadata for: 'snapshot
com.ubs.eq.tas.na:tasna:1.0-SNAPSHOT'
[INFO] Retrieving previous metadata from tasna
[INFO] Uploading repository metadata for: 'artifact
com.ubs.eq.tas.na:tasna'
[INFO]

[INFO] BUILD SUCCESSFUL
[INFO]

[INFO] Total time: 3 seconds
[INFO] Finished at: Tue Feb 13 14:23:26 EST 2007
[INFO] Final Memory: 5M/10M
[INFO]



But when I check my repository, the POM hasn't been updated.  Any idea
what is going on?  I know the URL is right because I can hit
file://host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/na
/tasna/1.0-SNAPSHOT/ in the Windows Explorer without issue.


Thanks,
Brian

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.

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

RE: Maven 2.1 timeline?

2007-02-13 Thread Brian-R . Jackson
Thanks Dennis,
Is there a snapshot build available somewhere?

Regards,
Brian 

-Original Message-
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 12, 2007 6:09 PM
To: Maven Users List
Subject: Re: Maven 2.1 timeline?

Brian,

It is correct that there were discussions at the time *not* to fix this until 
Maven 2.1 was released. That has since changed. The current trunk of the 
site-plugin works fine with Maven 2.0.x.

--
Dennis Lundberg

[EMAIL PROTECTED] wrote:
> Thanks Stephane,
> I appreciate the response.  It appears others that have experienced my 
> problem find it time-consuming to rebuild the site plugin to due many 
> dependancies also needing to be rebuilt.  I'd much rather wait until the fix 
> has been released offically, and the JIRA issue states that won't happen 
> until Maven 2.1 is released due to some other dependancy.  
> 
> Does anyone know the answer to my original question, when 2.1 will be 
> released?
> 
> Regards,
> Brian
> 
> -Original Message-
> From: Stephane Nicoll [mailto:[EMAIL PROTECTED]
> Sent: Saturday, February 10, 2007 4:52 AM
> To: Maven Users List
> Subject: Re: Maven 2.1 timeline?
> 
> Hi,
> 
> On 2/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>
>>
>> Sorry if this has been asked, but any idea when Maven 2.1 will be release?
>> I'm running into the site + jxr problem
>> (http://jira.codehaus.org/browse/MSITE-138) which won't be fixed in 
>> the 2.0.x branch.
> 
> I don't understand. It's a plugin issue and it's fixed (see MISTE-138). You 
> can rebuild the site plugin from trunk, it has nothing to do with a Maven 
> distribution release.
> 
> Cheers,
> Stéphane
> 
>> Regards,
>> Brian
>>
>> Visit our website at http://www.ubs.com
>>
>> This message contains confidential information and is intended only 
>> for the individual named.  If you are not the named addressee you 
>> should not disseminate, distribute or copy this e-mail.  Please 
>> notify the sender immediately by e-mail if you have received this 
>> e-mail by mistake and delete this e-mail from your system.
>>
>> E-mail transmission cannot be guaranteed to be secure or error-free 
>> as information could be intercepted, corrupted, lost, destroyed, 
>> arrive late or incomplete, or contain viruses.  The sender therefore 
>> does not accept liability for any errors or omissions in the contents 
>> of this message which arise as a result of e-mail transmission.  If 
>> verification is required please request a hard-copy version.  This 
>> message is provided for informational purposes and should not be 
>> construed as a solicitation or offer to buy or sell any securities or 
>> related financial instruments.
>>
>>
>> -
>> 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]
> 
> 
> Visit our website at http://www.ubs.com
> 
> This message contains confidential information and is intended only 
> for the individual named.  If you are not the named addressee you 
> should not disseminate, distribute or copy this e-mail.  Please notify 
> the sender immediately by e-mail if you have received this e-mail by 
> mistake and delete this e-mail from your system.
> 
> E-mail transmission cannot be guaranteed to be secure or error-free as 
> information could be intercepted, corrupted, lost, destroyed, arrive 
> late or incomplete, or contain viruses.  The sender therefore does not 
> accept liability for any errors or omissions in the contents of this 
> message which arise as a result of e-mail transmission.  If 
> verification is required please request a hard-copy version.  This 
> message is provided for informational purposes and should not be 
> construed as a solicitation or offer to buy or sell any securities or 
> related financial instruments.
> 
> 
> -
> 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]


Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors

RE: Maven 2.1 timeline?

2007-02-12 Thread Brian-R . Jackson
Thanks Stephane,
I appreciate the response.  It appears others that have experienced my problem 
find it time-consuming to rebuild the site plugin to due many dependancies also 
needing to be rebuilt.  I'd much rather wait until the fix has been released 
offically, and the JIRA issue states that won't happen until Maven 2.1 is 
released due to some other dependancy.  

Does anyone know the answer to my original question, when 2.1 will be released?

Regards,
Brian

-Original Message-
From: Stephane Nicoll [mailto:[EMAIL PROTECTED] 
Sent: Saturday, February 10, 2007 4:52 AM
To: Maven Users List
Subject: Re: Maven 2.1 timeline?

Hi,

On 2/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>
> Sorry if this has been asked, but any idea when Maven 2.1 will be release?
> I'm running into the site + jxr problem
> (http://jira.codehaus.org/browse/MSITE-138) which won't be fixed in 
> the 2.0.x branch.

I don't understand. It's a plugin issue and it's fixed (see MISTE-138). You can 
rebuild the site plugin from trunk, it has nothing to do with a Maven 
distribution release.

Cheers,
Stéphane

>
> Regards,
> Brian
>
> Visit our website at http://www.ubs.com
>
> This message contains confidential information and is intended only 
> for the individual named.  If you are not the named addressee you 
> should not disseminate, distribute or copy this e-mail.  Please notify 
> the sender immediately by e-mail if you have received this e-mail by 
> mistake and delete this e-mail from your system.
>
> E-mail transmission cannot be guaranteed to be secure or error-free as 
> information could be intercepted, corrupted, lost, destroyed, arrive 
> late or incomplete, or contain viruses.  The sender therefore does not 
> accept liability for any errors or omissions in the contents of this 
> message which arise as a result of e-mail transmission.  If 
> verification is required please request a hard-copy version.  This 
> message is provided for informational purposes and should not be 
> construed as a solicitation or offer to buy or sell any securities or 
> related financial instruments.
>
>
> -
> 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]


Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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



maven-site-plugin | stage | empty index.html for cobertura, jxr

2007-02-09 Thread Brian-R . Jackson
When I run mvn site:stage on my project, it doesn't properly stage some
of the reports.  Has anyone staged the jxr or cobertura reports
successfully?  Instead I get an empty index.html.  Does anyone have a
workaround?

Thanks,
Brian

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.

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

Site descriptor inheritance?

2007-02-09 Thread Brian-R . Jackson
Is site.xml inherited by child projects?  Is it limited to menus that
are explicitly declared to inherit?  I've got the following site
descriptor and things like bannerLeft, publishDate, version and
breadcrumbs don't appear to be inherited by my child project.  Is doing
a mvn install enough to publish the descriptor locally?

Thanks,
Brian





http://www.ubs.com/1/live/images/uco24.gif





http://www.ubs.com"/>









Visit our website at http://www.ubs.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.

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

Maven 2.1 timeline?

2007-02-09 Thread Brian-R . Jackson
Sorry if this has been asked, but any idea when Maven 2.1 will be
release?  I'm running into the site + jxr problem
(http://jira.codehaus.org/browse/MSITE-138) which won't be fixed in the
2.0.x branch.

Regards,
Brian

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.

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

RE: Help with multiproject site generation?

2006-03-29 Thread Brian-R . Jackson
Wayne,
Thanks for your reply.  I agree is not painful in anyway, my
point is, its something that could easily be managed by Maven as many
other parts of my build process are.  I'll look to see if there is a
JIRA report opened yet.

Thanks again,
Brian 

-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 28, 2006 2:21 PM
To: Maven Users List
Subject: Re: Help with multiproject site generation?

As far as I'm aware, this is the only current solution. Its really not
that painful, how often are you adding modules to your projects?

This has been discussed several times on the user list. IIRC no one has
mentioned another solution.

Of course any user is welcome to contribute patches that add this
functionality to the site plugins. Or file a JIRA report (if it hasn't
already been filed) and get other users to vote on it, and then wait for
someone else to write the code.

Wayne


On 3/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Daun,
>Thanks for the possible solution.  I'm experiencing this issue 
> as well.  I was expecting an automated way of maintaining the site 
> structure.  It would be much nicer if the site and site-deploy goals 
> supported multiprojects in someway.  Does anyone else know if they do?
> Are Kevin, Daun and I missing something.  I know for me, I'm new to 
> Maven 2.0 so its definitely possible that I didn't configure my POM 
> correctly.
>
> Thanks,
> Brian
>
> -Original Message-
> From: Daun DeFrance [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 28, 2006 1:52 PM
> To: Maven Users List
> Subject: RE: Help with multiproject site generation?
>
> -Original Message-
> From: Wood, Kevin [mailto:[EMAIL PROTECTED]
> Subject: Help with multiproject site generation?
>
> Does anyone have a working example of multiproject site generation 
> with Maven2?
>
> 
>
> Kevin,
> In order to get my muliproject site documentation to be cohesive, I 
> performed the following:
>
> I have projects set up like this:
> 
>   + subproject1
>   + subproject2
>   + src
>   |   + site
>   |   |   site.xml
>   pom.xml
>
> My parent's site.xml contains menu item links to the subprojects which

> looks like:
>
> 
>
> 
> 
>
> I've been pretty happy with this arrangement except you have to 
> remember to update the parent's src/site directory for new sub 
> projects.  My parent's src directory is otherwise empty.
>
> Best,
> D DeFrance
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> Visit our website at http://www.ubs.com
>
> This message contains confidential information and is intended only 
> for the individual named.  If you are not the named addressee you 
> should not disseminate, distribute or copy this e-mail.  Please notify

> the sender immediately by e-mail if you have received this e-mail by 
> mistake and delete this e-mail from your system.
>
> E-mail transmission cannot be guaranteed to be secure or error-free as

> information could be intercepted, corrupted, lost, destroyed, arrive 
> late or incomplete, or contain viruses.  The sender therefore does not

> accept liability for any errors or omissions in the contents of this 
> message which arise as a result of e-mail transmission.  If 
> verification is required please request a hard-copy version.  This 
> message is provided for informational purposes and should not be 
> construed as a solicitation or offer to buy or sell any securities or 
> related financial instruments.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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



RE: Help with multiproject site generation?

2006-03-28 Thread Brian-R . Jackson
Daun,
Thanks for the possible solution.  I'm experiencing this issue
as well.  I was expecting an automated way of maintaining the site
structure.  It would be much nicer if the site and site-deploy goals
supported multiprojects in someway.  Does anyone else know if they do?
Are Kevin, Daun and I missing something.  I know for me, I'm new to
Maven 2.0 so its definitely possible that I didn't configure my POM
correctly.

Thanks,
Brian

-Original Message-
From: Daun DeFrance [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 28, 2006 1:52 PM
To: Maven Users List
Subject: RE: Help with multiproject site generation?

-Original Message-
From: Wood, Kevin [mailto:[EMAIL PROTECTED]
Subject: Help with multiproject site generation?

Does anyone have a working example of multiproject site generation with
Maven2?  



Kevin,
In order to get my muliproject site documentation to be cohesive, I
performed the following:

I have projects set up like this:

   + subproject1
   + subproject2
   + src
   |   + site
   |   |   site.xml
   pom.xml

My parent's site.xml contains menu item links to the subprojects which
looks like:






I've been pretty happy with this arrangement except you have to remember
to update the parent's src/site directory for new sub projects.  My
parent's src directory is otherwise empty.

Best,
D DeFrance



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


Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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



Sun Licensing Feedback (was: RE: wither the hibernate3 plugin?)

2006-03-27 Thread Brian-R . Jackson
Wayne,
What email address did you use to provide feedback to Sun?  I'd
like to do the same and I'm probably not the only one.

Thanks,
Brian 

-Original Message-
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 27, 2006 3:33 PM
To: Maven Users List
Subject: Re: wither the hibernate3 plugin?

We're all frustrated by issues like this.

Call or email Sun and complain... Ask them to publish Jars (source,
binary & javadocs) like this under a license which more freely allows
distribution so they can be included in ibiblio. There's really no good
reason why APIs can't be published under a pretty open license, in my
opinion...

Wayne


On 3/27/06, Johann Reyes <[EMAIL PROTECTED]> wrote:
> For licensing issues, it can not be included in ibiblio. You can 
> download it from here:
>
>
http://prdownloads.sourceforge.net/hibernate/hibernate-annotations-3.1be
ta8.
> zip?download
>
> Just rename the ejb-persistence.jar to 
> ejb-3.0-public-draft-20060118.jar
>
> Regards
>
> Johann Reyes
>
> -Original Message-
> From: Peter L. Berghold [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 27, 2006 3:03 PM
> To: Johann Reyes
> Cc: 'Maven Users List'
> Subject: Re: wither the hibernate3 plugin?
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Johann Reyes wrote:
> >
> > the pluginRepositories format should be like the following:
> >
> >
>
> That solved the immediate problem and now I've careened into the next 
> problem.
>
> required artifacts missing:
>  javax.persistence:ejb:jar:3.0-public-draft-20060118
>
> for the artifact:
>
> org.codehaus.mojo:hibernate3-maven-plugin:maven-plugin:1.0-20060323.21
> 2212-5
>
> I took a look in the various repositories that I know of and once 
> again I don't see the jar file that I'm looking for.
>
> OK: I've solved this problem once with javax.transaction.jta and 
> installed the jar file from Scum Microsystems and that's hunky dory
now.
>
> I'm looking around for a download for this now and can't find anything

> but the JDK which I've already downloaded and I'm not seeing a jar 
> file there either.
>
> Maddening...
>
>
> - --
>

> Peter L. Berghold
[EMAIL PROTECTED]
> "Those who fail to learn from history are condemned to repeat it."
> AIM: redcowdawgYahoo IM: blue_cowdawg  ICQ:
11455958
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org
>
> iD8DBQFEKEUCUM9/01RIhaARAjyQAKCBniqTooqJ7jwtWwxs77PVEvmltwCeIBxN
> EvwnZ7CZjQiJZPR96PFWPdo=
> =8Oq0
> -END PGP SIGNATURE-
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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



RE: wither the hibernate3 plugin?

2006-03-27 Thread Brian-R . Jackson
Hey Peter,
I think you looked in the wrong place.  This would be the
correct URL:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/hibernate3-
maven-plugin/

Brian 

-Original Message-
From: Peter L. Berghold [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 27, 2006 2:08 PM
To: Maven Users List
Subject: wither the hibernate3 plugin? 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Over on MOJO I see a reference to a hibernate3 plugin.  So following
instructions I put the following in my POM:


  
Maven Snapshots
http://snapshots.maven.codehaus.org/maven2/

true


false





Maven Snapshots
http://snapshots.maven.codehaus.org/maven2/

true


false




and as well in one of my modules I have:




org.codehaus.mojo
hibernate3-maven-plugin


/src/main/resources/net/berghold/hbm/hibernate.cfg.xml





So far.. so good... right?

I run mvn hibernate3:hbm2java as intended and I get

[INFO] The plugin 'org.codehaus.mojo:hibernate3-maven-plugin' does not
exist or no valid version could be found

OK.. so I point my browser to where I think the plugin should be

http://snapshots.maven.codehaus.org/maven2//maven2/org/apache/maven/plug
ins

and lo and behold, maven isn't lying to me, it ain't there.  So... where
did it go?


- --

Peter L. Berghold [EMAIL PROTECTED]
"Those who fail to learn from history are condemned to repeat it."
AIM: redcowdawgYahoo IM: blue_cowdawg  ICQ: 11455958
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFEKDgBUM9/01RIhaARAi5RAKC/qfttyCr16J5FEZpwv/ip+u7AyQCgrOVm
nTI6jXzYYWI0edks29NDGRE=
=pbIJ
-END PGP SIGNATURE-


Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


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