Struggling with automated PDE builds (again) [message #262757] |
Tue, 20 July 2004 18:19  |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
>>>>>>>>>>>>>>>>>> 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 #262865 is a reply to message #262793] |
Wed, 21 July 2004 09:19  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.23942 seconds