Re: Special URL characters

2009-03-10 Thread Felix Knecht

Hi Sonia

Not tested, maybe url encoding helps for the parameter part:
http://local.mysite/pub/get?Type%3D19010-TEST9040044%2F1%26Lang%3DX%26Rev%3D1%26Format%3DGZIP

Felix

solo1970 schrieb:

Hello All,

I would like to put the following URL: 
  
http://local.mysite/pub/get?Type=19010-TEST9040044/1&Lang=X&Rev=1&Format=GZIP

in the  tags of my POM,
but I get the following error:

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

[ERROR] FATAL ERROR
[INFO]

[INFO] Error building POM (may not be this project's POM).


Project ID: unknown
POM Location: C:\TMP\sonia\pom.xml

Reason: Parse error reading POM. Reason: entity reference name can not
contain c
haracter =' (position: START_TAG seen
...http://local.mysite/pub/get?Type=1
9010-TEST9040044/1&Lang=... @11:66)  for project unknown at
C:\TMP\sonia\pom.xml


Is there a workaround?

Thanks

Sonia



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: mvn release:perform, upload fails

2009-02-24 Thread Felix Knecht
Thanks for help, I finally I got it :-)

I was a permission denied error. What solved my problem was to add the 
executables in the server section of my settings.xml


  apache.release
  felixk

  > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>   
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: mvn release:perform, upload fails

2009-02-24 Thread Felix Knecht
Felix Knecht schrieb:
> Hi all
> 
> Executing release:perform fails.
> 
> I'm using the latest ASF TLP pom [1] and saw that the 
> apache.releases.https has changed from
> scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
>  (apache-4.pom) to
> https://repository.apache.org/service/local/staging/deploy/maven2 
> (apache-5.pom).
> 
> - Does any hints or documentation on how to migrate it exist?
> - Do I need a special user for this?
> 
Maven version: 2.0.10 of course
> maven-release-plugin version: 2.0-beta-8
> java version "1.6.0_12"
> Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
> Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode)
> 
> Thanks and regards
> Felix
> 
> [1] http://repo2.maven.org/maven2/org/apache/apache/5/apache-5.pom
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



mvn release:perform, upload fails

2009-02-24 Thread Felix Knecht
Hi all

Executing release:perform fails.

I'm using the latest ASF TLP pom [1] and saw that the 
apache.releases.https has changed from
scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository 
(apache-4.pom) to
https://repository.apache.org/service/local/staging/deploy/maven2 
(apache-5.pom).

- Does any hints or documentation on how to migrate it exist?
- Do I need a special user for this?

Maven  version: 10
maven-release-plugin version: 2.0-beta-8
java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) 64-Bit Server VM (build 11.2-b01, mixed mode)

Thanks and regards
Felix

[1] http://repo2.maven.org/maven2/org/apache/apache/5/apache-5.pom

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: AW: creating a project

2008-09-29 Thread Felix Knecht
Matthias Dorfner schrieb:
> Hi,
>
> I can now answer the question myself. If you want to create an skeleton with 
> site structure for a already existing project, you have to run e.g. the 
> archetype quickstart plugin first, second the e.g. 
> maven-archetype-site-simple plugin. Of course both with same group and 
> artifact Id.
>
> But the "out-of-the-box" linking for project information, project reports 
> html files which is generated automatically by running the mvn site command 
> is now on your own, as far as I know. 
>
> Is there a "blank" index.apt somewhere which includes all these standard 
> links?
>   

See http://maven.apache.org/guides/mini/guide-site.html. What you need
to create a navigation of your site with the links mentioned is a
site.xml file and not the index.apt.
"" in the site.xml will create links for all your
configured reports in poms reporting section.

HTH
Felix

> Thank you!
>
> Regards,
> Matthias
>
> -Ursprüngliche Nachricht-
> Von: Matthias Dorfner [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 29. September 2008 15:56
> An: users@maven.apache.org
> Betreff: creating a project
>
> Hi guys,
>
>  
>
> I use this command from the archetype plugin:
>
>  
>
> Mvn archetype:create -DarchetpeGroupId=org.apache.maven.archetypes \
>
>  -DarchetypeArtifactId=maven-archetype-site \
>
>  -DgroupId=com.mycompany \
>
>  -DartifactId=my-site
>
>  
>
> It creates a dedicated site project where I can customize the layout and the 
> html (via apt, faq files etc.) output stuff. How can I integrate my java 
> sources and reports for that sources (e.g. from javadoc, checkstyle, pmd, 
> xref...) to this site?
>
>  
>
> Regards,
>
> Matthias
>
>  
>
>
>
> -
> 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]



Re: javadoc-plugin / site generation

2008-09-22 Thread Felix Knecht
Replying to myself:

It's a problem when NOT using the deprecated configuration (aggregate).
It already exists an issue [1] which I updated with some more info.

[1] http://jira.codehaus.org/browse/MJAVADOC-181

I think a crosspost on the dev list is not needed.

Felix Knecht schrieb:
> Hi all
> 
> In the new version of the javadoc plugin 2.5 true is 
> deprecated. Using the new proposed configuration in
> the poms reporting section and running mvn site I don't get the javadoc 
> report anymore (wether in the generated site
> navigation nor as target/site/apidocs directory).
> What am I missing?
> 
> Deprectated, working reporting section:
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   2.5
>   
> true
>   
> 
> 
> Nonworking adapted section:
> 
>   org.apache.maven.plugins
>   maven-javadoc-plugin
>   2.5
>   
> 
>   html
>   
> aggregate
>   
> 
>   
> 
> 
> Thanks and regards
> Felix
> 
> -
> 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]



javadoc-plugin / site generation

2008-09-22 Thread Felix Knecht
Hi all

In the new version of the javadoc plugin 2.5 true is 
deprecated. Using the new proposed configuration in
the poms reporting section and running mvn site I don't get the javadoc report 
anymore (wether in the generated site
navigation nor as target/site/apidocs directory).
What am I missing?

Deprectated, working reporting section:

  org.apache.maven.plugins
  maven-javadoc-plugin
  2.5
  
true
  


Nonworking adapted section:

  org.apache.maven.plugins
  maven-javadoc-plugin
  2.5
  

  html
  
aggregate
  

  


Thanks and regards
Felix

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



[docck-plugin]

2008-09-22 Thread Felix Knecht
Hi all

Are there plans to release a new beta of the docck plugin? It looks like the 
released beta-2 is failing when using
JDK1.5 specific stuff (e.g. type safety in HashMaps) within the custom plugin 
whereas a locally snapshot build of the
docck plugin works well.

Thanks and regards
Felix

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



Re: [SURVEY] How does your team retrieve artifacts?

2008-05-20 Thread Felix Knecht



[X ] Our team uses HTTP to retrieve our artifacts


Regards
Felix

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



Re: [POLL] Default Value for File Encoding

2008-04-29 Thread Felix Knecht



b) Use a static/fixed value that is defined by convention, i.e. is not
  platform-dependent.


+1
Starting a new maven project and not being aware of this thread / 
encoding problem I (speaking as maven user) for sure will not set an 
encoding and rely on the 'default' encoding. Doing so may result in 
troubles when sharing the project among different OS / Countries / ...


Regards
Felix


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



Dependencies using underscore to add version

2007-11-01 Thread Felix Knecht
Hi all

I haven't found anything about this in the FAQs googling. Therefore my question.

Can I have a dependency named foo.bar_1.0.0.jar?
Note the underscore as separator of artifactId and version. Is this separator 
somewhere configurable?

Thanks and regards
Felix

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