Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Struggling with automated PDE builds (again)
Struggling with automated PDE builds (again) [message #262757] Tue, 20 July 2004 18:19 Go to next message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

Hi Everyone,

Pascal R. - you helped me before - perhaps you can help again. ;o)
I am trying to set up an automated build once and for all using the
guide found here:

http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.ecli pse.releng.basebuilder/readme.html?rev=HEAD&content-type =text/html

My script seems to be working, and ultimately building a zipfile, but
the name of the zipfile is screwy (it is actually called
"${zipargs}.zip"), and it is in the wrong spot as far as I can see...

I just have one feature with one plugin, and it tells me the build was
successful. In my build directory, I see it created a bunch of garbage
with all the temp stuff in there, along with a folder called "I.M2RC1" -
which was the buildLabel I specified in build.properties. The problem
is - this folder is empty. If I go looking, I can see that the zipfile
I want is still located in the output directory under a folder called
"tmp". BUT, as I said before - the file is named "${zipargs}.zip" -
which just can't be right.

Anyway - the contents of this file are correct. I think I am close - it
just needs to name the zipfile properly, and I assume it is *supposed*
to copy it into the *real* output folder with the name specified by
buildLabel. Can you point me in the right direction? What the heck is
going on here?

I am using 3.0Final on Win2K.

Thanks,
mark.
Re: Struggling with automated PDE builds (again) [message #262765 is a reply to message #262757] Tue, 20 July 2004 18:55 Go to previous messageGo to next message
Eclipse UserFriend
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 7/20/2004, 3:19:56 PM, Mark Melvin <mark.melvin@dspfactory.com> wrote
regarding Struggling with automated PDE builds (again):


> Hi Everyone,

> Pascal R. - you helped me before - perhaps you can help again. ;o)
> I am trying to set up an automated build once and for all using the
> guide found here:

>
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.ecli pse.releng.bas
ebuilder/readme.html?rev=HEAD&content-type=text/html

> My script seems to be working, and ultimately building a zipfile, but
> the name of the zipfile is screwy (it is actually called
> "${zipargs}.zip"), and it is in the wrong spot as far as I can see...

> I just have one feature with one plugin, and it tells me the build was
> successful. In my build directory, I see it created a bunch of garbage
> with all the temp stuff in there, along with a folder called "I.M2RC1" -
> which was the buildLabel I specified in build.properties. The problem
> is - this folder is empty. If I go looking, I can see that the zipfile
> I want is still located in the output directory under a folder called
> "tmp". BUT, as I said before - the file is named "${zipargs}.zip" -
> which just can't be right.

> Anyway - the contents of this file are correct. I think I am close - it
> just needs to name the zipfile properly, and I assume it is *supposed*
> to copy it into the *real* output folder with the name specified by
> buildLabel. Can you point me in the right direction? What the heck is
> going on here?

> I am using 3.0Final on Win2K.

> Thanks,
> mark.
Re: Struggling with automated PDE builds (again) [message #262768 is a reply to message #262757] Tue, 20 July 2004 19:00 Go to previous messageGo to next message
Eclipse UserFriend
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 7/20/2004, 3:19:56 PM, Mark Melvin <mark.melvin@dspfactory.com> wrote
regarding Struggling with automated PDE builds (again):


> Hi Everyone,
.....
> My script seems to be working, and ultimately building a zipfile, but
> the name of the zipfile is screwy (it is actually called
> "${zipargs}.zip"), and it is in the wrong spot as far as I can see...

Been fighting through this nonsense myself and can at least help
you with the zipargs pbm. I found that I had to have the line

zipargs=

in my properties file otherwise I would get the ${zipargs}.zip pbm.

-- d
Re: Struggling with automated PDE builds (again) [message #262793 is a reply to message #262768] Tue, 20 July 2004 23:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

nobody@nowhere.com wrote:
>
>>>>>>>>>>>>>>>>>>>Original Message <<<<<<<<<<<<<<<<<<
>
>
> On 7/20/2004, 3:19:56 PM, Mark Melvin <mark.melvin@dspfactory.com> wrote
> regarding Struggling with automated PDE builds (again):
>
>
>
>>Hi Everyone,
>
> ....
>
>>My script seems to be working, and ultimately building a zipfile, but
>>the name of the zipfile is screwy (it is actually called
>>"${zipargs}.zip"), and it is in the wrong spot as far as I can see...
>
>
> Been fighting through this nonsense myself and can at least help
> you with the zipargs pbm. I found that I had to have the line
>
> zipargs=
>
> in my properties file otherwise I would get the ${zipargs}.zip pbm.
>

Thanks. I thought I tried that - but it was late. I'll give it a shot
tomorrow.

Mark.
Re: Struggling with automated PDE builds (again) [message #262796 is a reply to message #262765] Tue, 20 July 2004 23:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

nobody@nowhere.com wrote:

>>>>>>>>>>>>>>>>>>>Original Message <<<<<<<<<<<<<<<<<<
>
>
> On 7/20/2004, 3:19:56 PM, Mark Melvin <mark.melvin@dspfactory.com> wrote
> regarding Struggling with automated PDE builds (again):
>
>
>
>>Hi Everyone,
>
>
>>Pascal R. - you helped me before - perhaps you can help again. ;o)
>>I am trying to set up an automated build once and for all using the
>>guide found here:
>
>
> http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.ecli pse.releng.bas
> ebuilder/readme.html?rev=HEAD&content-type=text/html
>

Aha! A newer version - thanks. I'll update my bookmark. Looks like
the case of zipArgs has changed to zipargs. Could be one of my issues...

Mark.
Re: Struggling with automated PDE builds (again) [message #262862 is a reply to message #262796] Wed, 21 July 2004 09:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

Mark Melvin wrote:
>>> I am trying to set up an automated build once and for all using the
>>> guide found here:
>>
>>
>>
>> http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.ecli pse.releng.bas
>>
>> ebuilder/readme.html?rev=HEAD&content-type=text/html
>>
>
> Aha! A newer version - thanks. I'll update my bookmark. Looks like
> the case of zipArgs has changed to zipargs. Could be one of my issues...
>

Nevermind...this is the link from my original post - I thought you had
replied with a newer one.... It was a long day yesterday.

Mark.
Re: Struggling with automated PDE builds (again) [message #262865 is a reply to message #262793] Wed, 21 July 2004 09:19 Go to previous message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

Mark Melvin wrote:

> nobody@nowhere.com wrote:
>>
>>> Hi Everyone,
>>
>>
>> ....
>>
>>> My script seems to be working, and ultimately building a zipfile, but
>>> the name of the zipfile is screwy (it is actually called
>>> "${zipargs}.zip"), and it is in the wrong spot as far as I can see...
>>
>>
>>
>> Been fighting through this nonsense myself and can at least help
>> you with the zipargs pbm. I found that I had to have the line
>>
>> zipargs=
>>
>> in my properties file otherwise I would get the ${zipargs}.zip pbm.
>>
>
> Thanks. I thought I tried that - but it was late. I'll give it a shot
> tomorrow.
>

Cool. The zipargs thing worked, but *only* after changing it to all
lowercase. Previous releases used "zipArgs". Anyway, it definitely
looks like a bug to me. It should have some sort of default value.
I'll head over to Bugzilla.

Thanks for your help, "d". ;o)

Mark.
Previous Topic:Performace issue in the tree view
Next Topic:parametrized view
Goto Forum:
  


Current Time: Thu May 08 08:15:56 EDT 2025

Powered by FUDForum. Page generated in 0.23942 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top