You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ssuriya narayanan <ss...@yahoo.com> on 2004/07/09 11:19:51 UTC

Changes report is missing

Hello all

Its important for me to add changes to my project
site.
I'm trying that for days. Can you please tell me how I
can achieve that.

Here are the methods i tried

changes.xml

[
<?xml version="1.0" ?> 
<document>
<properties>
<title>Project changes</title> 
<author email="author@home.com">author</author> 
</properties>
<body>
   <release version="test1.0" date="2004-05-03">
     <action dev="devtes" type="update">
	Updating for test
     </action>
     <action dev="devtes" type="update">
       **Updating for test**
     </action>
     <action dev="devtes" type="Fixed">
       **bugging a fix**
     </action>
   </release>
</body>
</document>
]

project home
c:\projects
placed my changes.xml under
c:\projects\xdocs

build source ...\src

maven doesnt recognises it.
expecting a quick answer as i require one.

Thanks
suriya


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

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


Re: Changes report is missing

Posted by Dion Gillard <di...@gmail.com>.
Do you have any output from running

maven changes:report

On Fri, 9 Jul 2004 02:19:51 -0700 (PDT), ssuriya narayanan
<ss...@yahoo.com> wrote:
> Hello all
> 
> Its important for me to add changes to my project
> site.
> I'm trying that for days. Can you please tell me how I
> can achieve that.
> 
> Here are the methods i tried
> 
> changes.xml
> 
> [
> <?xml version="1.0" ?>
> <document>
> <properties>
> <title>Project changes</title>
> <author email="author@home.com">author</author>
> </properties>
> <body>
>    <release version="test1.0" date="2004-05-03">
>      <action dev="devtes" type="update">
>         Updating for test
>      </action>
>      <action dev="devtes" type="update">
>        **Updating for test**
>      </action>
>      <action dev="devtes" type="Fixed">
>        **bugging a fix**
>      </action>
>    </release>
> </body>
> </document>
> ]
> 
> project home
> c:\projects
> placed my changes.xml under
> c:\projects\xdocs
> 
> build source ...\src
> 
> maven doesnt recognises it.
> expecting a quick answer as i require one.
> 
> Thanks
> suriya
> 
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

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


Re: Changes report is missing

Posted by Brett Porter <br...@gmail.com>.
incidentally, it belongs in xdocs (as was posted on the list here recently)

On Sat, 10 Jul 2004 07:35:20 +0100, Charles Daniels <cj...@yahoo.com> wrote:
> Did you add <report>maven-changes-plugin</report> to your list of <reports>
> in your project.xml file?
> 
> 
> 
> > -----Original Message-----
> > From: ssuriya narayanan [mailto:ssuriya_99@yahoo.com]
> > Sent: Friday, July 09, 2004 10:20 AM
> > To: users@maven.apache.org
> > Subject: Changes report is missing
> >
> >
> > Hello all
> >
> > Its important for me to add changes to my project
> > site.
> > I'm trying that for days. Can you please tell me how I
> > can achieve that.
> >
> > Here are the methods i tried
> >
> > changes.xml
> >
> > [
> > <?xml version="1.0" ?>
> > <document>
> > <properties>
> > <title>Project changes</title>
> > <author email="author@home.com">author</author>
> > </properties>
> > <body>
> >    <release version="test1.0" date="2004-05-03">
> >      <action dev="devtes" type="update">
> >       Updating for test
> >      </action>
> >      <action dev="devtes" type="update">
> >        **Updating for test**
> >      </action>
> >      <action dev="devtes" type="Fixed">
> >        **bugging a fix**
> >      </action>
> >    </release>
> > </body>
> > </document>
> > ]
> >
> > project home
> > c:\projects
> > placed my changes.xml under
> > c:\projects\xdocs
> >
> > build source ...\src
> >
> > maven doesnt recognises it.
> > expecting a quick answer as i require one.
> >
> > Thanks
> > suriya
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > New and Improved Yahoo! Mail - 100MB free storage!
> > http://promotions.yahoo.com/new_mail
> >
> > ---------------------------------------------------------------------
> > 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
> 
>

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


RE: Changes report is missing

Posted by Charles Daniels <cj...@yahoo.com>.
Did you add <report>maven-changes-plugin</report> to your list of <reports>
in your project.xml file?

> -----Original Message-----
> From: ssuriya narayanan [mailto:ssuriya_99@yahoo.com]
> Sent: Friday, July 09, 2004 10:20 AM
> To: users@maven.apache.org
> Subject: Changes report is missing
>
>
> Hello all
>
> Its important for me to add changes to my project
> site.
> I'm trying that for days. Can you please tell me how I
> can achieve that.
>
> Here are the methods i tried
>
> changes.xml
>
> [
> <?xml version="1.0" ?>
> <document>
> <properties>
> <title>Project changes</title>
> <author email="author@home.com">author</author>
> </properties>
> <body>
>    <release version="test1.0" date="2004-05-03">
>      <action dev="devtes" type="update">
> 	Updating for test
>      </action>
>      <action dev="devtes" type="update">
>        **Updating for test**
>      </action>
>      <action dev="devtes" type="Fixed">
>        **bugging a fix**
>      </action>
>    </release>
> </body>
> </document>
> ]
>
> project home
> c:\projects
> placed my changes.xml under
> c:\projects\xdocs
>
> build source ...\src
>
> maven doesnt recognises it.
> expecting a quick answer as i require one.
>
> Thanks
> suriya
>
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail
>
> ---------------------------------------------------------------------
> 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