How to setup these variables ?

2007-08-02 Thread Jens Hohl

Hello,

simple question :


How can i Change the localhost so that someone can click on that link directly 
in his mail client ?



Sample from mail Notification: 


Online report : 
http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/55/buildId/66
Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Do, 2 Aug 2007 14:01:06 +0200
 Finished at: Do, 2 Aug 2007 14:01:42 +0200
 Total time: 35s
 Build Trigger: Forced
 Exit code: 1
 Building machine hostname: $buildHost
 Operating system : Linux(unknown)
 Java version : 1.5.0_11(Sun Microsystems Inc.)



[m2] XRef and Java doc

2007-07-03 Thread Jens Hohl
It seems real pain to get JXR, PMD Java doc linking to same location in
a Multiprojekt.

 

For each plugin I have that relative path "/path/to/javadoc" :

 

 

 

   
 
org.apache.maven.plugins
   maven-jxr-plugin
   2.1
   
  true

  true
 
/path/to/javadocs
   
   
 
..
   
 
org.apache.maven.plugins
 
maven-javadoc-plugin
   2.2
   
 
/path/to/javadocs
  true

   
 
 
...  
 
org.apache.maven.plugins
   maven-pmd-plugin
   
 
   
 pmd
 cpd

 

   
  true
 
utf-8
  100
  1.5
  
 
**/*Bean.java
 
**/generated/*.java
  
   
 
 

 

 

 

Can someone point how to make it work ?

 

 

JXR plugin docu says. Use same path as javadoc! Which what I precisely
do.

Also other Plugins like PMD have the same problem.

 

Anyone can help me ?

Jens

 

 

 

 



AW: Re: [m2] Deploy on Multiproject

2007-07-03 Thread Jens Hohl
Hello,

At first i need to deploy three Ear files.
Later I would like to deploy them directly on an Test Server.

- Jens

-Ursprüngliche Nachricht-
Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von ossi petz
Gesendet: Dienstag, 3. Juli 2007 10:31
An: users@maven.apache.org
Betreff: Re: [m2] Deploy on Multiproject

Jens Hohl schrieb:
> i have an Multi project with lots of artefacts. What's the best solution
> deploying all Artefacts ?
> 

what do you need to deploy (standalone apps, webapps, ...?) and where do 
you want it do deploy? and are there variants of the same deployment?

best way is using maven to do it ;-)


-
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]



[m2] Deploy on Multiproject

2007-07-02 Thread Jens Hohl
Hello,

 

i have an Multi project with lots of artefacts. What's the best solution
deploying all Artefacts ?

 

- Jens



M2 - Deploy Plugin not found

2007-06-25 Thread Jens Hohl
Hello,

 

i make my first Steps with the deploy / release phase.

 

On CMD I get following Error :

 

 

> mvn deploy

 

..

..

 

 

[INFO]task-segment: [deploy]

[INFO]



[INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking
for updates from central

Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plug
in/2.3/maven-deploy-plugin-2.3.pom

1K downloaded

Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-deploy-plug
in/2.3/maven-deploy-plugin-2.3.jar

15K downloaded

[INFO] [site:attach-descriptor]

[INFO] [install:install]

[INFO] Installing
/home/mavensite/cruisecontrol/projects/sepa/trunk/pom.xml to
/home/mavensite/.m2/repository/wpp/master/1.0-SNAPSHOT/master-1.0-SNAPSH
OT.pom

[INFO]


[ERROR] BUILD ERROR

[INFO]


[INFO] Failed to configure plugin parameters for:
org.apache.maven.plugins:maven-deploy-plugin:2.3

 

check that the following section of the pom.xml is present and correct:

 



  

  

repo

Repository Name

scp://host/path/to/repo

  

  

  

repo

Repository Name

scp://host/path/to/repo

  



 

Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository'
cannot be instantiated

[INFO]


[INFO] For more information, run Maven with the -e switch

[INFO]


[INFO] Total time: 49 seconds

[INFO] Finished at: Mon Jun 25 12:02:44 GMT 2007

[INFO] Final Memory: 8M/16M

[INFO]


 

 

 

 

What I am doing wrong there ? 

 

Best Regards,

Jens



Where to find maven site skins ?

2007-06-22 Thread Jens Hohl
Hello

 

Where to find more maven site skins ?

 

Regards,

Jens



AW: Maven and Trac ?

2007-06-20 Thread Jens Hohl
Thanks,

i will take a look at it.

Regards,
Jens

-Ursprüngliche Nachricht-
Von: Andrew Williams [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 20. Juni 2007 10:29
An: Maven Users List
Betreff: Re: Maven and Trac ?

It is running live here: http://dev.rectang.com/projects/javautil/maven/

I should really link that from the maventrac project page I suppose.

Andy

On 17 Jun 2007, at 11:23, Manuel J. Recena Soto wrote:

> Hi Kaare:
>
> El 16/06/2007, a las 18:30, Kaare Nilsen escribió:
>
>>
>> On Jun 16, 2007, at 5:14 PM, Mac Systems wrote:
>>
>>> Hello,
>>>
>>> is it possible to combine Maven 2 with Trac ?
>>> If yes..what is possible ?
>>>
>>
>> I have been using this http://dev.rectang.com/projects/maventrac   
>> in projects
>> It adds a tab called maven in your trac web site, and supplies a  
>> skin that makes your maven reports look a little tracish
>>
>
> Can I see some example or screenshots?
>
> regads,
>
>> /Kaare Nilsen
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
> --
> Manuel J. Recena Soto
> * www.manuelrecena.com[/blog]
> * [EMAIL PROTECTED]
> * +34 609710280 (ES)
>
>
>
> -
> 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]



AW: [m2] cobertura cannot open file - build fails

2007-06-18 Thread Jens Hohl
Hello,

no that's no the problem as the build already runs for a couple of days and the 
temp dir is full of files created by this user.

Strange, as the build now is fixed... there a some files from another user 
which seems to be older. Maybe this was the problem.


best regards,
Jens

-Ursprüngliche Nachricht-
Von: Thorsten Heit [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 18. Juni 2007 13:17
An: Maven Users List
Betreff: Re: [m2] cobertura cannot open file - build fails

Hi,

> So far last days the Build was stable. Also the Build Machine has enough
> 
> HDD Space, so what can cause something like this  ?
> 
>  
> 
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Unable to obtain CommandsFile location.
> Embedded error: Unable to open file /tmp/cobertura.42771.cmdline.bak for
> writing.

Under normal circumstances every user on a Unix machine should be able to 
create temporary files in /tmp. Obviously this doesn't work according to the 
above error so I suggest you check the access permissions for that directory...


HTH

Thorsten

-
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]



[m2] cobertura cannot open file - build fails

2007-06-18 Thread Jens Hohl
Hello,

 

So far last days the Build was stable. Also the Build Machine has enough

HDD Space, so what can cause something like this  ?

 

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Unable to obtain CommandsFile location.
Embedded error: Unable to open file /tmp/cobertura.42771.cmdline.bak for
writing.
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 50 minutes 37 seconds
[INFO] Finished at: Mon Jun 18 09:34:45 GMT 2007
[INFO] Final Memory: 58M/121M
[INFO] -

 

 

 

Regards,

Jens



Versions in a Multiproject

2007-06-15 Thread Jens Hohl
Good Morning,

 

 

Can someone point me to infos how i can set the version in a
Multiproject ?

In my parent pom file the  Tag contains e.g
1.0-SNAPSHOT.

How can I refer to that value in my child POMs ? What's best way to do
that ?

 

Regards,

Jens



Changelog fails ...

2007-06-14 Thread Jens Hohl
I execute Changelog Plugin 2.3 which fails, anyone can tell me why ?

 

It seems like passed SVN  parameter are wrong ?

 

 

[INFO] [site:stage]

[INFO] Skipped "Maven Surefire Report" report, file "Testergebnisse
JUnit.html" already exists for the German version.

[INFO] Generate "Change Log" report.

[INFO] Generating changed sets xml to: Q:\ anproject
\target\changelog.xml

[INFO] Executing: svn --non-interactive log -v -r "{2007-05-15 09:55:10
+}:{2007-06-15 09:55:10 +}"
https://project.ip/path/trunk/anproject

[INFO] Working directory: Q:\ anproject \src\main\java

[ERROR] Provider message:

[ERROR] The svn command failed.

 

 



AW: Lifecycle Question

2007-06-13 Thread Jens Hohl
Thanks for answers.

For me that not working. If you try to make your CC System more complex
I ran into this problem. Compile works only until I add the
War module to my parent POM. Hmm, maven should stop there I think as
It cannot compile anything just package the installed jar (but there are no 
fresh ones at least). May it is now clearer what I mean.

- jens 

-Ursprüngliche Nachricht-
Von: Jo Vandermeeren [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 13. Juni 2007 17:26
An: Maven Users List
Betreff: Re: Lifecycle Question

On 6/13/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> On 6/13/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote:
> > Are the compiled artifacts of the other modules installed in your local
> > repository?  Otherwise, the war module won't find them.
>
> I don't think this is true.  Clear your local repository and try 'mvn
> package on a multimodule build with inter-dependent modules.  It works
> for me.



Hi Wendy,

I have tried it, and you are absolutely right.
Sorry for the confusion..

Cheers
Jo


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



Lifecycle Question

2007-06-13 Thread Jens Hohl
Hello,

 

when i only compile my multiproject which also contains an war module I
get an error when the WAR is module ist compiled that there are missing
dependencies.

Is that correct ? The war simply have to compile small amount of code
against already compiled sourcecode from other modules.

 

- jens 

 



AW: won't build compile java 5 sources ...

2007-06-13 Thread Jens Hohl
Try it like this:




org.apache.maven.plugins
maven-compiler-plugin

1.5
1.5
128m
512m   


Yourproject
Yourproject

  





-Ursprüngliche Nachricht-
Von: Giovanni Azua [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 12. Juni 2007 22:53
An: users@maven.apache.org
Betreff: won't build compile java 5 sources ...

Hi,

 

I have the following pom.xml snippet:

 



 java/

 java-test/

  

 

But the code does not compile because it is set to

-source 1.3 instead of -source 1.5 I cant find where to set this? 

Help! 

 

Such detail that will make the code compile in 1.5 is 

impossible to find in the current documentation?

 

TIA,

 

Regards,

Giovanni 

 



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



AW: AW: How to reference to an EJB Client jar ?

2007-06-12 Thread Jens Hohl
Thats what i am writing about:

I have a Project A (which is EJBClient)
I have a Project B (which is EJB Only)

How to tell XDoclet to copy the generated Client classes from EJB Project to 
the EJBClient ? The war will be deployed only as war (not in an EAR).
Compiling War classes need only the Client Classes. 

- jens


-Ursprüngliche Nachricht-
Von: Stephen Coy [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 12. Juni 2007 15:20
An: Maven Users List
Betreff: Re: AW: How to reference to an EJB Client jar ?

Application Server class loaders are required to locate and load  
classes from the ejb-jar that are used by war files that are in the  
same ear file. Consequently, you should not need any of your EJB  
classes in your war file.

You only need a client jar if the EJBs are *not* in the same ear file  
as the war or if you are building a standalone java client.

Steve C

On 12/06/2007, at 11:07 PM, Jens Hohl wrote:

> Ok,
>
> why is that not possible ?
> I don't want all classes in a war when I only need client classes.
> Reading the EBook Better Build with maven not show how to do that!
>
> - jens
>
>
>
> -Ursprüngliche Nachricht-
> Von: Stephen Coy [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 12. Juni 2007 14:44
> An: Maven Users List
> Betreff: Re: How to reference to an EJB Client jar ?
>
> You do not need a client jar if the WAR is packaged in the same EAR
> as the EJB.
>
> Is the case?
>
> Steve C.
>
> On 12/06/2007, at 10:10 PM, Jens Hohl wrote:
>
>> Hello,
>>
>>
>>
>> i try to generate the Client jars for an EJB Project and later i
>> have to
>> reference them by for using in a WAR.
>>
>> I have an EJB Project which contains all Classes for the Server. I
>> Also
>> use XDoclet to generate the Client Classes
>>
>> For the War. But how can I generate Client Classes that need to be
>> in a
>> different jar ? Actually the EJB Project
>>
>> Also contain the Client classes as well :-( And the Client Project is
>> almost empty.
>>
>>
>>
>> Thanks,
>>
>> Jens
>>
>>
>>
>>
>>
>>
>>
>
>
> -
> 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]



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



AW: How to reference to an EJB Client jar ?

2007-06-12 Thread Jens Hohl
Ok, 

why is that not possible ?
I don't want all classes in a war when I only need client classes.
Reading the EBook Better Build with maven not show how to do that!

- jens



-Ursprüngliche Nachricht-
Von: Stephen Coy [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 12. Juni 2007 14:44
An: Maven Users List
Betreff: Re: How to reference to an EJB Client jar ?

You do not need a client jar if the WAR is packaged in the same EAR  
as the EJB.

Is the case?

Steve C.

On 12/06/2007, at 10:10 PM, Jens Hohl wrote:

> Hello,
>
>
>
> i try to generate the Client jars for an EJB Project and later i  
> have to
> reference them by for using in a WAR.
>
> I have an EJB Project which contains all Classes for the Server. I  
> Also
> use XDoclet to generate the Client Classes
>
> For the War. But how can I generate Client Classes that need to be  
> in a
> different jar ? Actually the EJB Project
>
> Also contain the Client classes as well :-( And the Client Project is
> almost empty.
>
>
>
> Thanks,
>
> Jens
>
>
>
>
>
>
>


-
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]



How to reference to an EJB Client jar ?

2007-06-12 Thread Jens Hohl
Hello,

 

i try to generate the Client jars for an EJB Project and later i have to
reference them by for using in a WAR.

I have an EJB Project which contains all Classes for the Server. I Also
use XDoclet to generate the Client Classes

For the War. But how can I generate Client Classes that need to be in a
different jar ? Actually the EJB Project

Also contain the Client classes as well :-( And the Client Project is
almost empty.

 

Thanks,

Jens

 

 

 



AW: remote/home interfaces not creating up..

2007-06-12 Thread Jens Hohl
For this you should use XDoclet!

- Jens 

-Ursprüngliche Nachricht-
Von: Kiran Kodlady [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 12. Juni 2007 10:55
An: users@maven.apache.org
Betreff: remote/home interfaces not creating up..


Hello all,


When i ran "mvn ejb:ejb"  its just packages my class files into jar 
without creating any remote/home interfaces!!! my understanding on this 
plugin is it should create those interfaces am i wrong?

If not could u plz sugest me what needs to be done to solve this err...

Thanks,

Kiran Kodlady
-- 
View this message in context: 
http://www.nabble.com/remote-home-interfaces-not-creating-up..-tf3906377s177.html#a11075309
Sent from the Maven - Users mailing list archive at Nabble.com.


-
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]



AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Jens Hohl
So,

i copied my working .m2 dir on the linux system. I the get same problem as 
before. I clean up complete workspace .. nothing.

What to do ?
Jens


-Ursprüngliche Nachricht-
Von: Wayne Fay [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 11. Juni 2007 16:14
An: Maven Users List
Betreff: Re: Source generated by XDoclet not found only on Linux

You haven't specified the version for xdoclet-maven-plugin that I can
see. You must do this.

Additionally, are you sure the JDK versions are the same on both
machines? This can certainly make a difference.

Finally, try mvn -U on both machines to make sure all your plugins and
dependencies etc are up to date. You might try mvn -X (after the -U)
and compare the artifact versions that Maven is using.

Wayne

On 6/11/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
> Hello,
>
>
>
> i have a curious problem that Stop our Build Process on a Linux
> maschine.
>
> So far I can tell that before XDoclet was running well on that maschine.
>
> As the project grows something broken an I am unable to figure out that
> wrong there:
>
>
>
> 
>
>   xdoclet-maven-plugin
>
>   org.codehaus.mojo
>
>   
>
> 
>
>  xdoclet
>
>  generate-sources
>
>  
>
>xdoclet
>
>  
>
> 
>
>   
>
>   
>
> 
>
>   destDir="${project.build.directory}/generated-sources/xdoclet"
>
>
> excludedTags="@author,@version"
>
>ejbSpec="2.1">
>
> dir="${project.build.sourceDirectory}">
>
>  
>
>  
>
>  
>
>
>
>
> destDir="${project.build.directory}/generated-sources/xdoclet"/>
>
> destDir="${project.build.directory}/generated-sources/xdoclet"/>
>
>
>
> destDir="${project.build.outputDirectory}/META-INF" useIDs="true"/>
>
>  
>
> 
>
>   
>
>
>
> 
>
>  ant
>
>  ant
>
>  1.6.5
>
> 
>
>   
>
> 
>
>
>
>
>
> XDoclet generates the Sources under target/generated-sources. So far so
> good.
>
> But the source will not be used to compile and install in an EJB under
> Linux.
>
> This results later that some Webclient will get an Compilation Error.
>
>
>
> The same works well under my Windows development maschine. Actually I
> have same POM files
>
> On both maschines and same Sourcecode.
>
>
>
> What im doing wrong ?
>
> Please help me!
>
>
>
>
>
> - jens
>
>
>
>
>
>

-
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]



Source generated by XDoclet not found only on Linux

2007-06-11 Thread Jens Hohl
Hello,

 

i have a curious problem that Stop our Build Process on a Linux
maschine.

So far I can tell that before XDoclet was running well on that maschine.

As the project grows something broken an I am unable to figure out that
wrong there:

 



  xdoclet-maven-plugin

  org.codehaus.mojo

  



 xdoclet

 generate-sources

 

   xdoclet

 



  

  



 

   

 

 

 

   


   

   

   

   

 



  

   



 ant

 ant

 1.6.5



  



 

 

XDoclet generates the Sources under target/generated-sources. So far so
good.

But the source will not be used to compile and install in an EJB under
Linux.

This results later that some Webclient will get an Compilation Error. 

 

The same works well under my Windows development maschine. Actually I
have same POM files

On both maschines and same Sourcecode.

 

What im doing wrong ?

Please help me!

 

 

- jens

 

 



AW: [m2] site:stage

2007-06-05 Thread Jens Hohl
Hi Jo,

can you explain a bit deeper what you mean by 'target/staging' ?
You mean the Directory under target ?

Regards,
Jens

-Ursprüngliche Nachricht-
Von: Jo Vandermeeren [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 5. Juni 2007 10:16
An: Maven Users List
Betreff: Re: [m2] site:stage

Hi Jens,

The usual "mvn clean" will clean it, if you're staging in "target/staging".
But no specific clean goal is available on the site plugin..

Cheers
Jo

On 6/4/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
>
>
> is it possible to clean an staging directory via maven ?
>
>
>
> regards,
>
> jens
>
>


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



[m2] site:stage

2007-06-04 Thread Jens Hohl
Hello,

 

is it possible to clean an staging directory via maven ?

 

regards,

jens



Site:Staging

2007-05-31 Thread Jens Hohl
Hello,

 

my Projekt have several Modules. And the 'Root' Project has an name like


'Some Example Name'  (notice the whitespaces).

Due to the bug in Maven Wagon Plugin (recursive upload) I tested the
site:staging with an cron job from

Another maschine which donwloads the generated Site.

Actually the generated site will be stored in

 

$stageDirectory/Some Example Name/ 

 

The Crob Job fails downloading the Site because of the Whitespaces.

So, my question is how to configure the name of the directory where the
Site will be generated ?

Actually I think the name comes from the Some Example File
in pom.xml

 

 

Regards,

Jens



AW: svn: error: cannot set LC_ALL locale

2007-05-30 Thread Jens Hohl
Using RC 1 works so far...
Actually I wait for next build :) 

Greets,
Jens 

-Ursprüngliche Nachricht-
Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 30. Mai 2007 21:26
An: Maven Users List
Betreff: Re: svn: error: cannot set LC_ALL locale

You can set LC_ALL too:

export LC_ALL=en_US

Emmanuel

Michael Robinson a écrit :
>  
> [...]
>
>   
>  org.apache.maven.plugins
>  maven-scm-plugin
>  1.0-rc1
>  
> install
>  
>   
>
>     [...]
> 
> 
> 
> On 5/30/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
>>
>> Ok,
>>
>> the solution is to set the version of the SCM plugin, right?
>> How can I do that in my POM ?
>> SCM for worked out of the box for me ...
>>
>> Thx,
>> Jens
>>
>>
>> -Ursprüngliche Nachricht-
>> Von: Michael Robinson [mailto:[EMAIL PROTECTED]
>> Gesendet: Mittwoch, 30. Mai 2007 20:36
>> An: Maven Users List
>> Betreff: Re: svn: error: cannot set LC_ALL locale
>>
>> See JIRA:
>>
>> http://jira.codehaus.org/browse/SCM-320
>>
>> and a previous message on this list from just a couple of days ago (sorry
>> couldn't figure out how to link to the mail archives).
>>
>> On 5/30/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
>> >
>> >
>> >
>> > An normal SVN update works fine on my Build Maschine ..
>> >
>> > What to do with that message ?
>> >
>> >
>> >
>> > [ERROR] Provider message:
>> >
>> > [ERROR] The svn command failed.
>> >
>> > [ERROR] Command output:
>> >
>> > [ERROR] svn: error: cannot set LC_ALL locale
>> >
>> > svn: error: environment variable LANG is not set
>> >
>> > svn: error: please check that your locale name is correct
>> >
>> >
>> >
>> >
>> >
>> > thx,
>> >
>> > Jens
>> >
>> >
>>
>>
>> -
>> 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]



AW: svn: error: cannot set LC_ALL locale

2007-05-30 Thread Jens Hohl
Thanks,
Jens

-Ursprüngliche Nachricht-
Von: Michael Robinson [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 30. Mai 2007 21:02
An: Maven Users List
Betreff: Re: svn: error: cannot set LC_ALL locale

  
 [...]

   
  org.apache.maven.plugins
  maven-scm-plugin
  1.0-rc1
  
 install
  
   

 [...]
 


On 5/30/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
>
> Ok,
>
> the solution is to set the version of the SCM plugin, right?
> How can I do that in my POM ?
> SCM for worked out of the box for me ...
>
> Thx,
> Jens
>
>
> -Ursprüngliche Nachricht-
> Von: Michael Robinson [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 30. Mai 2007 20:36
> An: Maven Users List
> Betreff: Re: svn: error: cannot set LC_ALL locale
>
> See JIRA:
>
> http://jira.codehaus.org/browse/SCM-320
>
> and a previous message on this list from just a couple of days ago (sorry
> couldn't figure out how to link to the mail archives).
>
> On 5/30/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > An normal SVN update works fine on my Build Maschine ..
> >
> > What to do with that message ?
> >
> >
> >
> > [ERROR] Provider message:
> >
> > [ERROR] The svn command failed.
> >
> > [ERROR] Command output:
> >
> > [ERROR] svn: error: cannot set LC_ALL locale
> >
> > svn: error: environment variable LANG is not set
> >
> > svn: error: please check that your locale name is correct
> >
> >
> >
> >
> >
> > thx,
> >
> > Jens
> >
> >
>
>
> -
> 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]



AW: svn: error: cannot set LC_ALL locale

2007-05-30 Thread Jens Hohl
Ok,

the solution is to set the version of the SCM plugin, right?
How can I do that in my POM ?
SCM for worked out of the box for me ...

Thx,
Jens


-Ursprüngliche Nachricht-
Von: Michael Robinson [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 30. Mai 2007 20:36
An: Maven Users List
Betreff: Re: svn: error: cannot set LC_ALL locale

See JIRA:

http://jira.codehaus.org/browse/SCM-320

and a previous message on this list from just a couple of days ago (sorry
couldn't figure out how to link to the mail archives).

On 5/30/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
>
>
>
> An normal SVN update works fine on my Build Maschine ..
>
> What to do with that message ?
>
>
>
> [ERROR] Provider message:
>
> [ERROR] The svn command failed.
>
> [ERROR] Command output:
>
> [ERROR] svn: error: cannot set LC_ALL locale
>
> svn: error: environment variable LANG is not set
>
> svn: error: please check that your locale name is correct
>
>
>
>
>
> thx,
>
> Jens
>
>


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



svn: error: cannot set LC_ALL locale

2007-05-30 Thread Jens Hohl
 

An normal SVN update works fine on my Build Maschine ..

What to do with that message ?

 

[ERROR] Provider message:

[ERROR] The svn command failed.

[ERROR] Command output:

[ERROR] svn: error: cannot set LC_ALL locale

svn: error: environment variable LANG is not set

svn: error: please check that your locale name is correct

 

 

thx,

Jens



AW: Maven scm:update

2007-05-30 Thread Jens Hohl
Thx ..

Ok, next i get some problem when update on a project that seems to be locked. 
Means that I have to unlock everything before ? 
This means that every lock will cause an build to fail ?

- jens




-Ursprüngliche Nachricht-
Von: Kenney Westerhof [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 30. Mai 2007 17:26
An: Maven Users List
Betreff: Re: Maven scm:update


your scm url is wrong. use:

 scm:svn:https://.

-- Kenney

Jens Hohl wrote:
> Hello,
> 
>  
> 
> how to configure Maven that scm:update will work with HTTPS using SVN ?
> 
> I get following Error:
> 
>  
> 
> Embedded error : Can't load the scm provider.
> 
> No such provider 'HTTPS' ...
> 
>  
> 
> If it is not possible what to do ?
> 
> My Current Projekt already using Maven
> 
>  
> 
> Regards,
> 
> Jens
> 
> 

-
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]



Maven scm:update

2007-05-30 Thread Jens Hohl
Hello,

 

how to configure Maven that scm:update will work with HTTPS using SVN ?

I get following Error:

 

Embedded error : Can't load the scm provider.

No such provider 'HTTPS' ...

 

If it is not possible what to do ?

My Current Projekt already using Maven

 

Regards,

Jens



AW: [M2] Site upload

2007-05-25 Thread Jens Hohl
Well,

i simply need a working site upload. So any help or jar will 
help me :)

Thanks,
Jens

-Ursprüngliche Nachricht-
Von: Jo Vandermeeren [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 25. Mai 2007 17:14
An: Maven Users List
Betreff: Re: [M2] Site upload

Jens,

Are you complaining about the fact that wagon-ftp currently is not
implemented to support directory copy?
That can be fixed easily, it just needs to be implemented.

I can send you a compiled jar with directory copy enabled if that's what you
want..

Cheers
Jo



On 5/24/07, Jens Hohl <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
>
>
> i stumbled <http://www.dict.cc/englisch-deutsch/stumbled.html>  about
> some FTP problems with maven 2.
>
> Can someone tell me what works with maven2 when site-deploy is invoked ?
>
>
>
> Regards,
>
> Jens
>
>
>
>


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



AW: Re: AW: [M2] Site upload

2007-05-25 Thread Jens Hohl
Yes,

i connected via scp from commandline..all is fine!

Anyone has experience what else could be wrong ?

Regards,
Jens

-Ursprüngliche Nachricht-
Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von ossi petz
Gesendet: Freitag, 25. Mai 2007 10:37
An: users@maven.apache.org
Betreff: Re: AW: [M2] Site upload

hallo

did you try to issue the scp command with another client? (manually on 
the command line).

does the 'permission denied' relate to the scp command login or to 
filesystem permissions?

these is my config from pom.xml:

   ...
   
 
   releases
   releases repository
   default
   false
   scp://hostname/folder/to/repos
 
 

works fine :)




Jens Hohl schrieb:
> Ist me again,
> 
> i already tried to upload the Site to an Sun Server using SCP (FTP has this 
> bug which is not fixed).
> The user maven have all permissions to create files or directories.
> Get always an error that the Permission is denied. The Password is 
> correct also the username!
> 
> I tried some kind of urls:
> 
> scp://192.168.4.5
> scp://192.168.4.5:
> scp://192.168.4.5/path/on/server
> scp://192.168.4.5/path/on/server/
> 
> All resulting in same failure :(
> 
> Anyone have experience with that ?
> 
> 
> 
> 
> -Ursprüngliche Nachricht-
> Von: Jens Hohl 
> Gesendet: Donnerstag, 24. Mai 2007 14:40
> An: users@maven.apache.org
> Betreff: [M2] Site upload
> 
> Hello,
> 
>  
> 
> i stumbled <http://www.dict.cc/englisch-deutsch/stumbled.html>  about
> some FTP problems with maven 2.
> 
> Can someone tell me what works with maven2 when site-deploy is invoked ?
> 
>  
> 
> Regards,
> 
> Jens
> 
>  


-
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]



AW: [M2] Site upload

2007-05-24 Thread Jens Hohl
Ist me again,

i already tried to upload the Site to an Sun Server using SCP (FTP has this bug 
which is not fixed).
The user maven have all permissions to create files or directories.
Get always an error that the Permission is denied. The Password is 
correct also the username!

I tried some kind of urls:

scp://192.168.4.5
scp://192.168.4.5:
scp://192.168.4.5/path/on/server
scp://192.168.4.5/path/on/server/

All resulting in same failure :(

Anyone have experience with that ?




-Ursprüngliche Nachricht-
Von: Jens Hohl 
Gesendet: Donnerstag, 24. Mai 2007 14:40
An: users@maven.apache.org
Betreff: [M2] Site upload

Hello,

 

i stumbled <http://www.dict.cc/englisch-deutsch/stumbled.html>  about
some FTP problems with maven 2.

Can someone tell me what works with maven2 when site-deploy is invoked ?

 

Regards,

Jens

 



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



[M2] Site upload

2007-05-24 Thread Jens Hohl
Hello,

 

i stumbled   about
some FTP problems with maven 2.

Can someone tell me what works with maven2 when site-deploy is invoked ?

 

Regards,

Jens

 



A bit offtopic: How to Configure CC to run with maven 2 ?

2007-05-22 Thread Jens Hohl
Hello,

 

i already have CC running but actually my build seems not to start as CC
says that

the Build is Broken after 2-3 seconds.

I have mvn on the shell so I can invoke mvn install for example, after
that I start ./cruisecontrol.sh

and it starts with no failures. I already made an initial checkout of
the sources. Also my CC config.xml

seems ok. Maybe someone can point me to some link or give me a hint what
wrong ?

SVN is also available on commandline!

 

Thanks,

Jens

 



AW: How configure to Multiproject Site references

2007-05-21 Thread Jens Hohl
Hello,

ist me (mac) from other mail Adress:

Actually I have some problems to get this really working.
I tried mvn site:run which results that the 'master' Website
Is available through localhost. But I have same problems
To reference to the sub-projects.
In my site.xml I link via relative path like this:




http://maven.apache.org/images/apache-maven-project.png
http://maven.apache.org/


http://maven.apache.org/images/maven-small.gif










--

The generated Site links like this to the Subprojekts:

   
  Project1


All result in a 404 Error.


Anyone can help me, may I need some complete other solution for that ?
Actually I think how to structure this to deploy on a Webserver ...


Regards,
Jens



-Ursprüngliche Nachricht-
Von: vgpande [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 21. Mai 2007 16:31
An: users@maven.apache.org
Betreff: Re: How configure to Multiproject Site references


Hi

when you run the "mvn site" for Maven2 at the application root level, the
command is executed to generate the site at application root level.



James Abley-2 wrote:
> 
> On 20/05/07, Mac Systems <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> actually i wonder how to generate an  Site for an Multiproject ?
>>
>> The (Master) Project Site will be generated for all my Modules but i do
>> not know
>> how to link to each module's site ?
>>
>>
>> Project:
>>
>> pom.xml
>> |
>> |
>>  >Module A
>> pom.xml
>> -> target/site/index.html
>>  >Module B
>> pom.xml
>> -> target/site/index.html
>>  >Module C
>> pom.xml
>> -> target/site/index.html
>>
>>
>> regards,
>> Jens Hohl
>>
> 
> I've used the  element in each module's pom.
> 
> ../../Module A/target/site/
> 
> It works fine for builds locally.
> 
> Cheers,
> 
> James
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-configure-to-Multiproject-Site-references-tf3787163s177.html#a10719982
Sent from the Maven - Users mailing list archive at Nabble.com.


-
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]