You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Adrian Herscu <bm...@axentra.net> on 2005/07/05 13:08:39 UTC

Maven & commons-jelly.1.0.jar

Hi all,

Anybody tried to use the commons-jelly.1.0.jar with Maven?

I have copied commons-jelly.1.0.jar into my %MAVEN_HOME%/lib and when 
runnnig the site goal I am getting this error:

maven-javadoc-plugin:report:
     [javadoc] Generating Javadoc
     [javadoc] Javadoc execution
     [javadoc] Loading source files for package com.acme.apps...
     [javadoc] Constructing Javadoc information...
     [javadoc] Standard Doclet version 1.4.2_06
     [javadoc] Generating E:\Documents\bmf1972\My 
Projects\test\target\docs\apido
cs\constant-values.html...
     [javadoc] Copying file E:\stylesheet.css to file 
E:\Documents\bmf1972\My Pro
jects\test\target\docs\apidocs\tylesheet.css...
     [javadoc] javadoc: java.io.FileNotFoundException: E:\stylesheet.css 
(The sys
tem cannot find the file specified) encountered while
     [javadoc] 1 error
     [javadoc] performing copy.
     [delete] Deleting directory E:\Documents\bmf1972\My 
Projects\test\target\jav
adoc\src

     [echo] Generating the Source Xref...
maven-jxr-plugin:report:
     [echo]

BUILD FAILED
File...... D:\Documents and 
Settings\Administrator\.maven\cache\maven-jxr-plugin
-1.4.2\plugin.jelly
Element... ant:copy
Line...... 94
Column.... 55
Warning: Could not find file E:\stylesheet.css to copy.

Thanks for your time,
Adrian.

P.S. I need to write a validating plugin and that depends on the 
org.apache.commons.jelly.util.ClassLoaderUtils class from the 
commons-jelly.1.0.jar.


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


Re: [m1]: SCM, CVS, Basic understanding, howto wanted

Posted by dan tran <da...@gmail.com>.
Christian,

Take a look at maven-scm-plugin to bootstrap your build. 

You need an internal maven repository so that maven-jar-plugin,
maven-war-plugin,
etc to deploy to.  All those plugins use maven-artifact-plugin.  Read
the doc and plugin.jelly will give you a much better understanding.

Start with one simple project (like a jar file).  Then expand to
multiple projects
using maven-multiproject-plugin.

it is also well worth to have a comprehensive maven book since it seems you 
are new to maven.

Good luck.

-Dan








On 7/6/05, Christian Schlaefcke <cs...@wms-network.de> wrote:
> Hi Folks,
> 
> after I played around with m2 a bit I decided to start with m1 first
> because it is way better documented and easier to comprehend when
> beginning with maven at all. I did the ten minute test and my feeling
> about this is very good. As I want to go on I now want to try to manage
> my own project with maven. But now I have questions I cannot find the
> answeres anywhere.
> 
> My main question is: How do I setup my project with cvs?
> 
> I found brief information that it is possible and a short description
> how. But my requirement is a bit special. I need to setup a mechanism
> that any team member gets anything from the cvs-repository to start
> working without worrying what different projects, libraries, property
> files might be necessary to be able to work.
> When I setup my project for maven I have it on my disc and I can modify
> and use the project.xml file to manage that project locally with maven.
> But what if the project and even the project.xml file only exists in
> cvs. How do I tell maven that this project resides in cvs. Or way round:
> How do I tell maven that a fresh generated project should be commited to
> cvs. Looks a bit like the hen & egg problem to me.
> 
> Another question I cannot find the answer for:
> When sharing a team project we should have an internal repository,
> right? What to add to the (internal) maven repository? The projects in
> general? The sourcefiles? The libraries? The property files? Only the
> released jars? Nothing?
> 
> If you think I´m confused, you´re right ;-)
> Any hint or link to useful documentation that points me to the right
> direction is highly appreciated!
> 
> Thanks & regards,
> 
> Chris
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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


[m1]: SCM, CVS, Basic understanding, howto wanted

Posted by Christian Schlaefcke <cs...@wms-network.de>.
Hi Folks,

after I played around with m2 a bit I decided to start with m1 first 
because it is way better documented and easier to comprehend when 
beginning with maven at all. I did the ten minute test and my feeling 
about this is very good. As I want to go on I now want to try to manage 
my own project with maven. But now I have questions I cannot find the 
answeres anywhere.

My main question is: How do I setup my project with cvs?

I found brief information that it is possible and a short description 
how. But my requirement is a bit special. I need to setup a mechanism 
that any team member gets anything from the cvs-repository to start 
working without worrying what different projects, libraries, property 
files might be necessary to be able to work.
When I setup my project for maven I have it on my disc and I can modify 
and use the project.xml file to manage that project locally with maven. 
But what if the project and even the project.xml file only exists in 
cvs. How do I tell maven that this project resides in cvs. Or way round: 
How do I tell maven that a fresh generated project should be commited to 
cvs. Looks a bit like the hen & egg problem to me.

Another question I cannot find the answer for:
When sharing a team project we should have an internal repository, 
right? What to add to the (internal) maven repository? The projects in 
general? The sourcefiles? The libraries? The property files? Only the 
released jars? Nothing?

If you think I´m confused, you´re right ;-)
Any hint or link to useful documentation that points me to the right 
direction is highly appreciated!

Thanks & regards,

Chris

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


Re: Maven & commons-jelly.1.0.jar

Posted by Adrian Herscu <bm...@axentra.net>.
Installed Maven 1.1 and it works well -- still, what is the reason for 
such a problem?

Adrian Herscu wrote:
> Interesting what surprises are hidden behind Maven 1.1-beta-1...
> 
> dan tran wrote:
> 
>> Adrian,
>>
>> maven 1.1-beta-1 supports commons-jelly-1.0, perhaps you can try that
>> so that if any problem you find can be fixed at the released time.
>>
>> -D
>>
>> On 7/5/05, Adrian Herscu <bm...@axentra.net> wrote:
>>
>>> Hi all,
>>>
>>> Anybody tried to use the commons-jelly.1.0.jar with Maven?
>>>
>>> I have copied commons-jelly.1.0.jar into my %MAVEN_HOME%/lib and when
>>> runnnig the site goal I am getting this error:
>>>
>>> maven-javadoc-plugin:report:
>>>    [javadoc] Generating Javadoc
>>>    [javadoc] Javadoc execution
>>>    [javadoc] Loading source files for package com.acme.apps...
>>>    [javadoc] Constructing Javadoc information...
>>>    [javadoc] Standard Doclet version 1.4.2_06
>>>    [javadoc] Generating E:\Documents\bmf1972\My
>>> Projects\test\target\docs\apido
>>> cs\constant-values.html...
>>>    [javadoc] Copying file E:\stylesheet.css to file
>>> E:\Documents\bmf1972\My Pro
>>> jects\test\target\docs\apidocs\tylesheet.css...
>>>    [javadoc] javadoc: java.io.FileNotFoundException: E:\stylesheet.css
>>> (The sys
>>> tem cannot find the file specified) encountered while
>>>    [javadoc] 1 error
>>>    [javadoc] performing copy.
>>>    [delete] Deleting directory E:\Documents\bmf1972\My
>>> Projects\test\target\jav
>>> adoc\src
>>>
>>>    [echo] Generating the Source Xref...
>>> maven-jxr-plugin:report:
>>>    [echo]
>>>
>>> BUILD FAILED
>>> File...... D:\Documents and
>>> Settings\Administrator\.maven\cache\maven-jxr-plugin
>>> -1.4.2\plugin.jelly
>>> Element... ant:copy
>>> Line...... 94
>>> Column.... 55
>>> Warning: Could not find file E:\stylesheet.css to copy.
>>>
>>> Thanks for your time,
>>> Adrian.
>>>
>>> P.S. I need to write a validating plugin and that depends on the
>>> org.apache.commons.jelly.util.ClassLoaderUtils class from the
>>> commons-jelly.1.0.jar.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>
>>>


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


Re: Maven & commons-jelly.1.0.jar

Posted by Adrian Herscu <bm...@axentra.net>.
Interesting what surprises are hidden behind Maven 1.1-beta-1...

dan tran wrote:
> Adrian,
> 
> maven 1.1-beta-1 supports commons-jelly-1.0, perhaps you can try that
> so that if any problem you find can be fixed at the released time.
> 
> -D
> 
> On 7/5/05, Adrian Herscu <bm...@axentra.net> wrote:
> 
>>Hi all,
>>
>>Anybody tried to use the commons-jelly.1.0.jar with Maven?
>>
>>I have copied commons-jelly.1.0.jar into my %MAVEN_HOME%/lib and when
>>runnnig the site goal I am getting this error:
>>
>>maven-javadoc-plugin:report:
>>    [javadoc] Generating Javadoc
>>    [javadoc] Javadoc execution
>>    [javadoc] Loading source files for package com.acme.apps...
>>    [javadoc] Constructing Javadoc information...
>>    [javadoc] Standard Doclet version 1.4.2_06
>>    [javadoc] Generating E:\Documents\bmf1972\My
>>Projects\test\target\docs\apido
>>cs\constant-values.html...
>>    [javadoc] Copying file E:\stylesheet.css to file
>>E:\Documents\bmf1972\My Pro
>>jects\test\target\docs\apidocs\tylesheet.css...
>>    [javadoc] javadoc: java.io.FileNotFoundException: E:\stylesheet.css
>>(The sys
>>tem cannot find the file specified) encountered while
>>    [javadoc] 1 error
>>    [javadoc] performing copy.
>>    [delete] Deleting directory E:\Documents\bmf1972\My
>>Projects\test\target\jav
>>adoc\src
>>
>>    [echo] Generating the Source Xref...
>>maven-jxr-plugin:report:
>>    [echo]
>>
>>BUILD FAILED
>>File...... D:\Documents and
>>Settings\Administrator\.maven\cache\maven-jxr-plugin
>>-1.4.2\plugin.jelly
>>Element... ant:copy
>>Line...... 94
>>Column.... 55
>>Warning: Could not find file E:\stylesheet.css to copy.
>>
>>Thanks for your time,
>>Adrian.
>>
>>P.S. I need to write a validating plugin and that depends on the
>>org.apache.commons.jelly.util.ClassLoaderUtils class from the
>>commons-jelly.1.0.jar.
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
> 
>>


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


Re: Maven & commons-jelly.1.0.jar

Posted by dan tran <da...@gmail.com>.
Adrian,

maven 1.1-beta-1 supports commons-jelly-1.0, perhaps you can try that
so that if any problem you find can be fixed at the released time.

-D

On 7/5/05, Adrian Herscu <bm...@axentra.net> wrote:
> Hi all,
> 
> Anybody tried to use the commons-jelly.1.0.jar with Maven?
> 
> I have copied commons-jelly.1.0.jar into my %MAVEN_HOME%/lib and when
> runnnig the site goal I am getting this error:
> 
> maven-javadoc-plugin:report:
>     [javadoc] Generating Javadoc
>     [javadoc] Javadoc execution
>     [javadoc] Loading source files for package com.acme.apps...
>     [javadoc] Constructing Javadoc information...
>     [javadoc] Standard Doclet version 1.4.2_06
>     [javadoc] Generating E:\Documents\bmf1972\My
> Projects\test\target\docs\apido
> cs\constant-values.html...
>     [javadoc] Copying file E:\stylesheet.css to file
> E:\Documents\bmf1972\My Pro
> jects\test\target\docs\apidocs\tylesheet.css...
>     [javadoc] javadoc: java.io.FileNotFoundException: E:\stylesheet.css
> (The sys
> tem cannot find the file specified) encountered while
>     [javadoc] 1 error
>     [javadoc] performing copy.
>     [delete] Deleting directory E:\Documents\bmf1972\My
> Projects\test\target\jav
> adoc\src
> 
>     [echo] Generating the Source Xref...
> maven-jxr-plugin:report:
>     [echo]
> 
> BUILD FAILED
> File...... D:\Documents and
> Settings\Administrator\.maven\cache\maven-jxr-plugin
> -1.4.2\plugin.jelly
> Element... ant:copy
> Line...... 94
> Column.... 55
> Warning: Could not find file E:\stylesheet.css to copy.
> 
> Thanks for your time,
> Adrian.
> 
> P.S. I need to write a validating plugin and that depends on the
> org.apache.commons.jelly.util.ClassLoaderUtils class from the
> commons-jelly.1.0.jar.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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