[M2] APT and Umlaut

2005-10-28 Thread Daniel Frey
the APT document as UNICODE, UTF8, but with the same result. Any ideas are welcome. Thanks in advance Daniel Frey

Umlaut Translation not Working

2005-07-18 Thread Daniel Frey
maven.docs.outputencoding (so it's set to it's default ISO-8859-1), my xdoc have declared ISO-8859-1 as encoding, am using maven 1.0.2, maven-xdoc-plugin 1.9.1, maven-site-plugin 1.6.1. What am I doing wrong? Tanks Daniel Frey

AW: relative personal stylesheet location

2005-06-16 Thread Daniel Frey
location URL needs to be an actual URL, not a relative file. I can't remember if there are other properties for adding stylesheets, but you can use the file xdocs/stylesheets/project.css which is included automatically. Cheers, Brett On 5/2/05, Daniel Frey [EMAIL PROTECTED] wrote: Hello

AW: [ANN] Maven Artifact Plugin 1.5.2 released

2005-06-16 Thread Daniel Frey
On 6/16/05, Daniel Frey [EMAIL PROTECTED] wrote: Hello I am using plink.exe, pscp.exe and the following properties: maven.repo.list = a maven.repo.a = scp://maven.a.ch maven.repo.a.directory = /data/maven maven.repo.a.username = my_name maven.repo.a.scp.executable = C:/Path/To/pscp.exe

AW: [ANN] Maven Artifact Plugin 1.5.2 released

2005-06-15 Thread Daniel Frey
File.. C:\Dokumente und Einstellungen\Daniel Frey\.maven\cache\maven-artifact-plugin-1.5.2\plugin.jelly Element... artifact:artifact-deploy Line.. 90 Column 9 Unable to deploy to any repositories Total time: 3 seconds Finished at: Wed Jun 15 17:29:25 CEST 2005 -Ursprüngliche

AW: [ANN] Maven Artifact Plugin 1.5.2 released

2005-06-15 Thread Daniel Frey
File.. C:\Dokumente und Einstellungen\Daniel Frey\.maven\cache\maven-artifact-plugin-1.5.2\plugin.jelly Element... artifact:artifact-deploy Line.. 90 Column 9 Unable to deploy to any repositories Total time: 3 seconds Finished at: Wed Jun 15 17:29:25 CEST 2005 -Ursprüngliche

Install JCE Provider

2005-05-20 Thread Daniel Frey
Hello I am trying to dist:deploy under jdk 1.3. An error tells me to install a JCE provider. I've downloaded the Bouncing Castle JCD Provider for JDK 1.3. How do I install it? So far I have put it into the ext directory of the jdk installation. But this doesn't change anything. Thanks Daniel

Install JCE Provider

2005-05-20 Thread Daniel Frey
Hello I am trying to dist:deploy under jdk 1.3. An error tells me to install a JCE provider. I've downloaded the Bouncing Castle JCD Provider for JDK 1.3. How do I install it? So far I have put it into the ext directory of the jdk installation. But this doesn't change anything. Thanks Daniel

relative personal stylesheet location

2005-05-02 Thread Daniel Frey
in advance Daniel Frey

AW: table vs. div tag in site

2005-04-28 Thread Daniel Frey
: 100%; } #leftColumn { ... height: 100%; ... } However, no stretching is visible. Any clue what would do the trick? Thanks in advance. Daniel Frey -Ursprüngliche Nachricht- Von: Brett Porter [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. April 2005 08:38 An: Maven Users

table vs. div tag in site

2005-04-27 Thread Daniel Frey
to be exchanged or so? Thanks Daniel Frey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Replacement for Release Plugin?

2005-01-17 Thread Daniel Frey
Hello, The Release Plugin has been depreciated. What is the replacement for it? How can I do a release to the target directory (without deployment)? Thanks Daniel

AW: Replacement for Release Plugin?

2005-01-17 Thread Daniel Frey
I think, the dist:build goal will do the job... -Ursprüngliche Nachricht- Von: Daniel Frey [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. Januar 2005 00:39 An: 'Maven Users List' Betreff: Replacement for Release Plugin? Hello, The Release Plugin has been depreciated. What

Classpath order

2004-11-26 Thread Daniel Frey
I have some classpath issues which are (at the moment) only solvable by specifying the order of the libraries in the classpath. How do I do that with maven? Thanks, Daniel

AW: German translation

2004-11-12 Thread Daniel Frey
is one of the languages on the list -Original Message- From: Daniel Frey [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 6:23 PM To: 'Maven Users List' Subject: German translation Is there a way to translate automatically generated documentation titles like Project documentation

AW: German translation

2004-11-12 Thread Daniel Frey
Thanks for your answer. I filed an improvement issue to jira. Daniel -Ursprüngliche Nachricht- Von: Jörg Schaible [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 12. November 2004 11:05 An: Maven Users List Betreff: RE: German translation Daniel Frey wrote on Friday, November 12, 2004 11

AW: Maven classloader breaks URLs

2004-11-12 Thread Daniel Frey
On Thu, 11 Nov 2004 12:51:13 +0100, Daniel Frey [EMAIL PROTECTED] wrote: Hello I am using a method SharkUtils.class.getResource to load resources for my project. The resource is lateron addressed as a file: 001 final String name = sql/hsql/LoaderJob.olj; 002 final URL resource

Maven classloader breaks URLs

2004-11-11 Thread Daniel Frey
Hello I am using a method SharkUtils.class.getResource to load resources for my project. The resource is lateron addressed as a file: 001 final String name = sql/hsql/LoaderJob.olj; 002 final URL resource = SharkUtils.class.getResource(name); 003 final String external =

German translation

2004-11-11 Thread Daniel Frey
Is there a way to translate automatically generated documentation titles like Project documentation into another language? Thanks Daniel

Maven classloader breaks URLs

2004-11-11 Thread Daniel Frey
Hello I am using a method SharkUtils.class.getResource to load resources for my project. The resource is lateron addressed as a file: 001 final String name = sql/hsql/LoaderJob.olj; 002 final URL resource = SharkUtils.class.getResource(name); 003 final String external =

JCoverage plugin and inner classes (anonymous classes)

2004-10-26 Thread Daniel Frey
the corresponding values, which it does. So it seems to be a problem of the plugin itself. I would appreciate to get a full display of the coverage report of classes even in the presence of inner classes. How is this achievable? Thanks for your help. Daniel Frey

JXR substitute exception

2004-10-18 Thread Daniel Frey
\core\api\WorkItem.java BUILD FAILED File.. C:\Dokumente und Einstellungen\Daniel Frey\.maven\cache\maven-jxr-plu gin-1.4.1\plugin.jelly Element... jxr:jxr Line.. 97 Column 31 org.apache.oro.text.regex.Util.substitute(Ljava/lang/StringBuffer;Lorg/apach e/oro/text/regex

JXR substitute exception

2004-10-18 Thread Daniel Frey
the project.xml's dependency list solves the problem. Thanks a lot for your help! Daniel Frey -Ursprüngliche Nachricht- Von: Brett Porter [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Gesendet: Montag, 18. Oktober 2004 14:29 An: Daniel Frey Cc: Maven Users List Betreff: Re: AW

AW: JNLP Plugin not working in 1.0

2004-08-14 Thread Daniel Frey
not working in 1.0 The bug can be fixed if someone is interested. On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey [EMAIL PROTECTED] wrote: Thanks for the hint. I am a little bit helpless in understanding the real solution out of the description and comments. Additionally this bug won't

AW: JNLP Plugin not working in 1.0

2004-08-14 Thread Daniel Frey
://jira.codehaus.org/browse/MPJNLP-13.. Mvgr, Martin On Sat, 2004-08-14 at 06:58, Dion Gillard wrote: The bug can be fixed if someone is interested. On Fri, 13 Aug 2004 23:54:41 +0200, Daniel Frey [EMAIL PROTECTED] wrote: Thanks for the hint. I am a little bit helpless

JNLP Plugin not working in 1.0

2004-08-13 Thread Daniel Frey
An: Maven Users List Betreff: Re: JNLP Plugin not working in 1.0 It is a bug in plugin.jelly. See: http://jira.codehaus.org/browse/MPJNLP-13 Marcin Werla Wiadomo Oryginalna Od: Daniel Frey [EMAIL PROTECTED] Do: 'Maven Users List' [EMAIL PROTECTED] Data: Fri, 13 Aug 2004 19

javadoc:deploy failure

2004-06-11 Thread Daniel Frey
? Thanks Daniel Frey From: Emmanuel Venisse [EMAIL PROTECTED] Subject: javadoc:deploy failure Date: Thu, 10 Jun 2004 14:16:07 +0200 Content-Type: text/plain; charset=iso-8859-1 javadoc:deploy goal use the artifact plugin (http://maven.apache.org/reference/plugins/artifact

javadoc:deploy failure

2004-06-10 Thread Daniel Frey
understand that, and the debug feedback is sparesly. Deployment of the jars work perfect (maven jar:deploy). Do you see any hint you can give me to solve that problem? Thanks Daniel Frey smime.p7s Description: S/MIME cryptographic signature

Best practice: examples, java sources and tests

2004-06-09 Thread Daniel Frey
projects? Do you recomend using different projects and do it with a multiproject goal? Are there other ways? Thanks Daniel Frey smime.p7s Description: S/MIME cryptographic signature

Deploy JNLP

2004-05-04 Thread Daniel Frey
To accomplish jnlp deployment I added a pregoal to site:deploy, which copies the jnlp folder to the docs directory. Then I have a link in the html to the .jnlp file to launch it, works great. Smart guy! Thanks a lot. Do you have a hint where to put that (as a new maven user)? I tried it in

Deploy JNLP

2004-05-04 Thread Daniel Frey
OK, I added xmlns:ant=jelly:ant to the project element. Now I get ASTIdentifier : java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException And the variable docsDest is incorrectly (not) resolved. What am I doing wrong? Daniel

Deploy JNLP

2004-04-25 Thread Daniel Frey
Hi there, Is there a way to deploy the JNLP artifacts generated by maven jnlp to a server? Thanks Daniel Frey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: how can I change ${basedir}

2004-04-15 Thread Daniel Frey
.. In a lot of places is not that much of a hassle and it is less confusing that something that looks like a relative path but isn't because of some magic override. - Brett -Original Message- From: Daniel Frey [mailto:[EMAIL PROTECTED] Sent: Thursday, 15 April 2004 9:58 AM

Re: how can I change ${basedir}

2004-04-15 Thread Daniel Frey
that), but not possible to move basedir. You'll have to edit project.xml and project.properties to include '..' Alternatively, you could set myBaseDir=${basedir}/.. And use ${myBaseDir} instead of ${basedir} in your project. - Brett -Original Message- From: Daniel Frey

how can I change ${basedir}

2004-04-14 Thread Daniel Frey
I would be interested in the same subject. No response since over one year on that? Daniel Date: Mon, 17 Mar 2003 15:08:32 -0500 From: Justinus Menzel [EMAIL PROTECTED] Subject: how can I change ${basedir} Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, I moved

getResource returning relative path

2004-03-22 Thread Daniel Frey
/target/test-classes/afterClick .png I suppose there is a classloader problem. Could it have to do with maven? Daniel Frey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Rebuild

2004-03-17 Thread Daniel Frey
not. Is this correct? Thanks Daniel Frey http://www.xmatrix.ch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Rebuild

2004-03-17 Thread Daniel Frey
not. Is this correct? Thanks Daniel Frey http://www.xmatrix.ch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Rebuild

2004-03-17 Thread Daniel Frey
, Daniel Frey wrote: Hi there, I am using maven for the first time. I think it's great, just what (I assume) everyone would build on its own when doing big projects. After using it now for one week, I've got the impression that the maven scripts do a rebuild anyway, ignoring what really has